diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index 7535e908073ca89e321da3de755965822b74c748..e920b65c733501a6025fdc94c80b8b40f814778c 100644 --- a/unl_theme/views/default/css.php +++ b/unl_theme/views/default/css.php @@ -33,6 +33,9 @@ /* removed: DEFAULTS */ +/*UNL Overrides*/ +#wdn_navigation_bar {display:none; visibility:hidden;} + /* *************************************** PAGE LAYOUT - MAIN STRUCTURE *************************************** */ @@ -236,15 +239,16 @@ span.contentIntro p { /* *************************************** SYSTEM MESSSAGES *************************************** */ -.messages { + +.messages, .messages_error { background:#ccffcc; color:#000000; padding:3px 10px 3px 10px; z-index: 8000; margin:0; position:fixed; - top:30px; - width:969px; + top:130px; + width:960px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:4px solid #00CC00; @@ -254,15 +258,6 @@ span.contentIntro p { border:4px solid #D3322A; background:#F7DAD8; 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 { float:right;