Fix scroll bars on options view
This commit is contained in:
parent
d0a390b42f
commit
c78e6a7cc7
|
@ -598,18 +598,6 @@ input[type=submit]:disabled,
|
|||
|
||||
}
|
||||
|
||||
#options {
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
#options .help-block {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#options .form-group {
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
|
||||
.navbar{
|
||||
margin-bottom: 0 !important;
|
||||
|
|
|
@ -53,3 +53,16 @@ input[name="newStorage[Url]"] {
|
|||
#options label {
|
||||
font-weight: bold;
|
||||
}
|
||||
#options {
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
#options .help-block {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#options .form-group {
|
||||
margin-bottom: 20px;
|
||||
margin-right: 5px;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue