From 424859ceb904d73fd8ba64bd2821092c95999d23 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Mon, 23 Jul 2012 20:55:25 -0400 Subject: [PATCH] dashboard and general page css changes - moved dashboard up, float:right. is good. - adjusted spacing on home page, and around the searchbox and logo. Signed-off-by: William Rockwood --- css/tadl.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index 2ba7888e49..aa859f5c3e 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -11,7 +11,7 @@ img { } #topnav_logo { - padding-bottom: 25px; + padding-bottom: 10px; } #home_adv_search_link { @@ -24,7 +24,7 @@ img { } a { - color: #616161; + color: #323232; } a:hover { @@ -107,7 +107,7 @@ div.select-wrapper:hover { #dash_wrapper { position: relative; - top:22px; +// top:22px; } #dash_wrapper div { @@ -146,6 +146,9 @@ span.dash_divider { top: 15px; } +#dash_identity { + float:right; +} #dash_user { font-weight: bold; text-transform: capitalize; @@ -253,7 +256,7 @@ span.dash_divider { width:960px; margin:0 auto; border-bottom: 1px solid #e9ebf3; - padding-bottom: 5px; + padding-bottom: 0; background: #f0f2f5; } @@ -1508,7 +1511,7 @@ table.bookbag-specific { } .common-full-pad { clear: both; - height: 15px; + height: 5px; } .alert { color: red; } .float-left { float: left; } -- 2.11.0