Index: branches/5.2.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 13840) +++ branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 14092) @@ -61,10 +61,12 @@ .bordered, table.bordered, .bordered-no-bottom { border: 1px solid #000000; + border-top-width: 0px; border-collapse: collapse; } .bordered-no-bottom { + border-top-width: 1px; border-bottom: none; } @@ -430,6 +432,11 @@ vertical-align: middle; } +/* remove top-border from first sub-section element */ +table.edit-form .subsectiontitle:first-child, table.bordered .subsectiontitle:first-child { + border-top-width: 0; +} + .subsectiontitle td { vertical-align: middle; /*padding: 3px 5px 3px 5px;*/ @@ -684,4 +691,64 @@ .suggest-item-over { background-color: #3366CC; color: #fff; +} + +/* Dashboard Summary Boxes */ +.summary-box { + border: 1px solid black; + margin-bottom: 4px; +} + +.summary-box .title { + color: white; + font-weight: bold; + padding: 6px 5px; + vertical-align: middle; + background-color: #4A92CE; + border-bottom: 1px solid black; +} + +.summary-box .content { + padding: 4px; + background-color: #F6F6F6; +} + +.summary-box .group { + border-bottom: 1px solid black; + margin-bottom: 10px; + padding: 0 0 10px 10px; +} + +.summary-box .group.last { + border-width: 0px; + margin-bottom: 0; + padding-bottom: 5px; +} + +.summary-box h4 { + margin: 0; + padding: 0 0 3px 0; + font-size: 11px; + font-weight: bold; +} + +.summary-box .hint { + font-size: 10px; + color: grey; + margin-bottom: 3px; +} + +.summary-box .hint .cache-key { + margin-bottom: 7px; + margin-left: 3px; +} + +.summary-box ul { + margin-top: 5px; + margin-bottom: 3px; + padding-left: 30px; +} + +.summary-box li { + padding-bottom: 4px; } \ No newline at end of file