summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-03 22:20:48 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-03 22:20:48 +0000
commitee207b4869252c4eb318d19f2018ff1491c541bc (patch)
tree0527db2d6cc25f466ecc37622097edad3733db0c /themes
parent352fb57d6cd6ced74f78a87c8e40a2d548b15927 (diff)
downloadbrdo-ee207b4869252c4eb318d19f2018ff1491c541bc.tar.gz
brdo-ee207b4869252c4eb318d19f2018ff1491c541bc.tar.bz2
#56915: Align search form in pushbutton and bluemarine (Zen)
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style.css7
-rw-r--r--themes/pushbutton/style.css6
2 files changed, 4 insertions, 9 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index b62e2716f..5603d6b99 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -115,15 +115,12 @@ table {
#search .form-text, #search .form-submit {
border: 1px solid #369;
font-size: 1.1em;
+ height: 1.5em;
+ vertical-align: middle;
}
#search .form-text {
width: 8em;
- height: 1.4em;
padding: 0 0.5em 0 0.5em;
- margin: 0 0 0.5em 0;
-}
-#search .form-submit {
- height: 1.5em;
}
#mission {
background-color: #369;
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index 9f6225339..a72800572 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -208,12 +208,10 @@ td#home a:hover img {
#search .form-text, #search .form-submit {
border: 1px solid #369;
font-size: 0.85em;
+ margin: 0.2em;
}
#search .form-text {
- width: 8em;
- height: 1.4em;
- padding: 0 0.5em 0 0.5em;
- margin: 0 0 0.5em 0;
+ width: 9em;
}
#search .form-submit {
height: 1.5em;