Skip to content
Snippets Groups Projects
Commit 8462b900 authored by Seth Meranda's avatar Seth Meranda
Browse files

CSS override for the wdn_navigation_bar. A few misc updates as well.

parent 451d8096
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
/* removed: DEFAULTS */ /* removed: DEFAULTS */
/*UNL Overrides*/
#wdn_navigation_bar {display:none; visibility:hidden;}
/* *************************************** /* ***************************************
PAGE LAYOUT - MAIN STRUCTURE PAGE LAYOUT - MAIN STRUCTURE
*************************************** */ *************************************** */
...@@ -236,15 +239,16 @@ span.contentIntro p { ...@@ -236,15 +239,16 @@ span.contentIntro p {
/* *************************************** /* ***************************************
SYSTEM MESSSAGES SYSTEM MESSSAGES
*************************************** */ *************************************** */
.messages {
.messages, .messages_error {
background:#ccffcc; background:#ccffcc;
color:#000000; color:#000000;
padding:3px 10px 3px 10px; padding:3px 10px 3px 10px;
z-index: 8000; z-index: 8000;
margin:0; margin:0;
position:fixed; position:fixed;
top:30px; top:130px;
width:969px; width:960px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border:4px solid #00CC00; border:4px solid #00CC00;
...@@ -254,15 +258,6 @@ span.contentIntro p { ...@@ -254,15 +258,6 @@ span.contentIntro p {
border:4px solid #D3322A; border:4px solid #D3322A;
background:#F7DAD8; background:#F7DAD8;
color:#000000; color:#000000;
padding:3px 10px 3px 10px;
z-index: 8000;
margin:0;
position:fixed;
top:30px;
width:969px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
cursor: pointer;
} }
.closeMessages { .closeMessages {
float:right; float:right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment