summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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