summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng/all.css
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/themes/pfsense_ng/all.css')
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 4829cd8..6f4aa64 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -468,7 +468,7 @@ table#marquee div#container div#scroller {
/* Mozilla */
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 6px;
- -moz-border-radius-topright: 6px
+ -moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;
/* WebKit */
-webkit-border-bottom-right-radius: 0px;
@@ -529,7 +529,7 @@ table#marquee div#container div#scroller {
/* Mozilla */
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 3px;
- -moz-border-radius-topright: 3px
+ -moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
/* WebKit */
-webkit-border-bottom-right-radius: 0px;
@@ -1243,7 +1243,7 @@ div#log span.log-protocol {
#login #username, #password, #password2 {
font-size: small;
width: 60%;
- padding-left:19px
+ padding-left: 19px;
padding: 3px;
margin: 0em;
}
@@ -1364,8 +1364,8 @@ div#log span.log-protocol-mini-header {
/* Sortable tables */
table.sortable thead {
- cursor: default;
-<!-- background-color: #EEEEEE; this causing light gray rectangles to the right of many tables in gui -->
+ cursor: default;
+ // background-color: #EEEEEE; this causing light gray rectangles to the right of many tables in gui
padding-right: 12px;
padding-left: 12px;
padding-top: 12px;
OpenPOWER on IntegriCloud