summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-15 17:05:07 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-15 17:05:07 +0000
commiteb6327c0e98f535de7af147a318dd00b232293a6 (patch)
treea920c13bbec186897ff7cb294c62a36af66c321e /themes
parent79643e89f0926b01153b9b6f9e80653e7cc4bb6b (diff)
downloadbrdo-eb6327c0e98f535de7af147a318dd00b232293a6.tar.gz
brdo-eb6327c0e98f535de7af147a318dd00b232293a6.tar.bz2
#628932 by drifter: Fixed border around text formats box in Seven.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index df4dd1046..4af9d220d 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -479,7 +479,7 @@ html.js fieldset.collapsible .fieldset-wrapper {
}
div.form-item {
- padding: 9px;
+ padding: 9px 0;
margin: 0 0 10px;
}
@@ -520,7 +520,7 @@ div.form-item label.option input {
.filter-wrapper {
border-top: 0;
width: 95%;
- padding: 10px 2px 10px 2px;
+ padding: 10px 2px;
}
.filter-wrapper > div {
@@ -608,6 +608,11 @@ select.form-select:focus {
border-color: #ace;
}
+.resizable-textarea .grippie {
+ width: 100%;
+ padding: 0 2px;
+}
+
html.js input.form-autocomplete {
background-position: 100% 4px;
}