Simplifying the configuration menu

This commit is contained in:
Manuel Cillero 2017-10-07 13:12:10 +02:00
parent 9777b4c1ba
commit feb393faa4
11 changed files with 32 additions and 28 deletions

View file

@ -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%;

View file

@ -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 {