From 8462b9005ad249c90446065b52bcffcf822e1327 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 16 Jul 2009 21:14:06 +0000 Subject: [PATCH] CSS override for the wdn_navigation_bar. A few misc updates as well. --- unl_theme/views/default/css.php | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index 7535e908..e920b65c 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; -- GitLab