Small UI improvements, update dependencies
parent
d770470371
commit
1f38c6073c
@ -1,3 +1,10 @@
|
|||||||
.field {
|
.field {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
color: #444444;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
}
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
.button {
|
|
||||||
float: right;
|
|
||||||
height: 32px;
|
|
||||||
line-height: 20px;
|
|
||||||
margin-top: -2px;
|
|
||||||
padding: 6px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue