dashboard and general page css changes
authorWilliam Rockwood <wrockwood@tadl.org>
Tue, 24 Jul 2012 00:55:25 +0000 (20:55 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Tue, 24 Jul 2012 00:55:25 +0000 (20:55 -0400)
- moved dashboard up, float:right. is good.
- adjusted spacing on home page, and around the searchbox and logo.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css

index 2ba7888..aa859f5 100644 (file)
@@ -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; }