Simplifying the configuration menu
This commit is contained in:
parent
9777b4c1ba
commit
feb393faa4
11 changed files with 32 additions and 28 deletions
|
@ -13,6 +13,9 @@ label {
|
|||
max-width: 100% !important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#locale-translate-edit-form .form-item {
|
||||
white-space: normal;
|
||||
}
|
||||
/* Form items styles exceptions */
|
||||
.container-inline-date label {
|
||||
display: block;
|
||||
|
@ -73,6 +76,7 @@ form#diff-node-revisions table.table td {
|
|||
}
|
||||
body.section-admin form table.table td {
|
||||
padding: 5px !important;
|
||||
border-top: 0;
|
||||
} /*
|
||||
.form-item .description {
|
||||
font-size: 75%;
|
||||
|
|
|
@ -48,6 +48,7 @@ ul.tabs-menu li.active {
|
|||
}
|
||||
ul.tabs li a {
|
||||
color: #fff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
ul.tabs li:hover a,
|
||||
ul.tabs li a:hover {
|
||||
|
|
Reference in a new issue