summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense-dropdown
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-17 18:57:03 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-17 18:57:03 +0000
commitd7e431681aa278b42e0245dda69cb3964164fe8c (patch)
tree6e1cb0383ae7437fc6f7c34616843d20d27484d0 /usr/local/www/themes/pfsense-dropdown
parent6b7c6a5ee69d98c7db759de19fe1f04e812a6881 (diff)
downloadpfsense-d7e431681aa278b42e0245dda69cb3964164fe8c.zip
pfsense-d7e431681aa278b42e0245dda69cb3964164fe8c.tar.gz
updated it with borders for the content and centering of the text better
Diffstat (limited to 'usr/local/www/themes/pfsense-dropdown')
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index af47146..283c93e 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -83,6 +83,7 @@ form input {
top: 10px;
padding: 0px;
margin: 6px;
+ margin-left: 0px;
width: 800px;
background-color: #990000;
text-align: center;
@@ -97,13 +98,17 @@ form input {
}
#left {
-
width: 800px;
height: 25px;
}
#right {
- width: 785px;
- margin: 0px auto;
+ width: 770px;
+ margin-left: 5px;
+ margin-right: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border-left: 1px solid #99cccc;
+ border-right: 1px solid #99cccc;
}
OpenPOWER on IntegriCloud