]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3236 cleaned up the widget css in admin area
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 19:13:13 +0000 (19:13 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 19:13:13 +0000 (19:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9044 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php

index 10cb38cd154dd54679d817b98469992d347bdb97..3a9db0fd06fa635d60c6883cc2ccc8f3a3727683 100644 (file)
@@ -100,6 +100,7 @@ h6 { font-size: 0.8em; }
 
 a {
        color: #333;
+       text-decoration: none;
 }
 a:hover {
        color: black;
@@ -330,7 +331,11 @@ table.mceLayout {
        width: 100%;
        border-top: 1px solid #ccc;
 }
-.elgg-table-alt td {
+.elgg-table-alt th {
+       background-color: #eee;
+       font-weight: bold;
+}
+.elgg-table-alt td, th {
        padding: 2px 4px;
        border-bottom: 1px solid #ccc;
 }
@@ -692,18 +697,17 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
 }
 .elgg-module-widget > .elgg-head {
        background-color: #f5f5f5;
-       height: 30px;
-       line-height: 30px;
+       height: 26px;
        overflow: hidden;
 }
 .elgg-module-widget > .elgg-head h3 {
        float: left;
-       padding: 0 45px 0 20px;
+       padding: 4px 45px 0 20px;
        color: #333;
 }
 .elgg-module-widget > .elgg-head a {
        position: absolute;
-       top: 5px;
+       top: 4px;
        display: inline-block;
        width: 18px;
        height: 18px;