summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2014-07-25 14:41:53 -0500
committerMatt Smith <mgsmith@netgate.com>2014-07-25 14:42:28 -0500
commitf84b7bff2857b43b40963f7e36b63e8bd6fec42a (patch)
tree7bba33436488e592ef042b2c5bafd93cec1099aa /usr/local/www/themes
parentf3d8851136156c14fbce86489f99043bf20423a6 (diff)
downloadpfsense-f84b7bff2857b43b40963f7e36b63e8bd6fec42a.zip
pfsense-f84b7bff2857b43b40963f7e36b63e8bd6fec42a.tar.gz
Add message about Gold to setup wizard and menu/link to Gold signup.
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/code-red/all.css4
-rw-r--r--usr/local/www/themes/metallic/all.css4
-rw-r--r--usr/local/www/themes/nervecenter/all.css4
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css5
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css9
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/all.css9
-rw-r--r--usr/local/www/themes/the_wall/all.css4
7 files changed, 21 insertions, 18 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 73bb54b..a68d44d 100644
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -88,7 +88,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -376,7 +376,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ width: 6.2em;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 4271df9..47b6b98 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -78,7 +78,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -360,7 +360,7 @@ table#marquee div#container div#scroller {
float: left;
position: relative;
/* width: 7.5em; */
- width: 7.47em;
+ width: 6.2em;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 6014477..541861a 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -88,7 +88,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -382,7 +382,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ width: 6.2em;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index a183f3d..e0f1c46 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -88,7 +88,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -333,11 +333,12 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ width: 6.2em;
}
#navigation ul li div {
font-size: 1em;
font-weight: bold;
+ text-align: center;
}
/* Make the List inside the List Elements */
/* initially hidden with absolute position */
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 6f4aa64..80dd171 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -88,7 +88,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -428,20 +428,21 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.0em;
+ width: 6.2em;
top: 0px;
}
/* Text mainmenubar */
#navigation ul li div {
background-image: url(images/mainmenu-right.gif);
- background-position: 5% 50%;
+ background-position: 2% 50%;
background-repeat: no-repeat;
padding-top:0px;
font-size: 12px;
font-weight: normal;
color: #ffffff;
- text-align: center;
+ text-align: left;
+ padding-left: 13px;
height: 13px;
}
diff --git a/usr/local/www/themes/pfsense_ng_fs/all.css b/usr/local/www/themes/pfsense_ng_fs/all.css
index fac5255..c0898e9 100644
--- a/usr/local/www/themes/pfsense_ng_fs/all.css
+++ b/usr/local/www/themes/pfsense_ng_fs/all.css
@@ -88,7 +88,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -389,20 +389,21 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.0em;
+ width: 6.2em;
top: 0px;
}
/* Text mainmenubar */
#navigation ul li div {
background-image: url(images/mainmenu-right.gif);
- background-position: 5% 50%;
+ background-position: 2% 50%;
background-repeat: no-repeat;
padding-top:0px;
font-size: 12px;
font-weight: normal;
color: #ffffff;
- text-align: center;
+ text-align: left;
+ padding-left: 13px;
height: 13px;
}
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index e6856c9..60404d7 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -89,7 +89,7 @@ div.niceTitle
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
- width: 250px;
+ width: 220px;
left: 0;
top: 0;
padding: 4px;
@@ -384,7 +384,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ width: 6.2em;
}
#navigation ul li div {
font-size: 1em;
OpenPOWER on IntegriCloud