#628932 by drifter: Fixed border around text formats box in Seven.

merge-requests/26/head
Angie Byron 2009-11-15 17:05:07 +00:00
parent 79643e89f0
commit eb6327c0e9
1 changed files with 7 additions and 2 deletions

View File

@ -479,7 +479,7 @@ html.js fieldset.collapsible .fieldset-wrapper {
} }
div.form-item { div.form-item {
padding: 9px; padding: 9px 0;
margin: 0 0 10px; margin: 0 0 10px;
} }
@ -520,7 +520,7 @@ div.form-item label.option input {
.filter-wrapper { .filter-wrapper {
border-top: 0; border-top: 0;
width: 95%; width: 95%;
padding: 10px 2px 10px 2px; padding: 10px 2px;
} }
.filter-wrapper > div { .filter-wrapper > div {
@ -608,6 +608,11 @@ select.form-select:focus {
border-color: #ace; border-color: #ace;
} }
.resizable-textarea .grippie {
width: 100%;
padding: 0 2px;
}
html.js input.form-autocomplete { html.js input.form-autocomplete {
background-position: 100% 4px; background-position: 100% 4px;
} }