Index: branches/5.0.x/themes/default/inc/styles.css =================================================================== diff -u -r12862 -r12881 --- branches/5.0.x/themes/default/inc/styles.css (.../styles.css) (revision 12862) +++ branches/5.0.x/themes/default/inc/styles.css (.../styles.css) (revision 12881) @@ -50,10 +50,10 @@ color: #CF0; display: block; font-family: sans-serif; - font-size: 5.583em; + font-size: 3.2em; height: 47px; padding: 30px 0 0 83px; - width: 400px; + width: 450px; } #header h1.logo a:hover { text-decoration: none; } @@ -66,7 +66,7 @@ font-weight: bold; padding: 54px 0 0 0; text-align: right; - width: 265px; + width: 245px; } /*** Menu ***/ @@ -87,7 +87,7 @@ _width: 1%; } #menu li a { - background: url('../img/menu/arr_nav.gif') no-repeat 0 2px; + background: url('../img/menu/arr_nav.gif') no-repeat 0 0; color: #fff; font-family: sans-serif; font-size: 1.25em; @@ -112,7 +112,7 @@ #menu li.active .first { background: url('../img/menu/nav_1lcorn_a.jpg') no-repeat 0 0; } #menu li.beforeactive { background: url('../img/menu/nav_lcorn_a.jpg') no-repeat 100% 0; } #menu li.active a { - background: url('../img/menu/arr_nav_a.gif') no-repeat 0 2px; + background: url('../img/menu/arr_nav_a.gif') no-repeat 0 0; color: #000; _background: none; } @@ -258,8 +258,15 @@ width: 763px; } #footer .copy { color: #fff; float: left; } -#footer .powered { - color: #C9CDDB; +#footer .powered a { + color: #fff; float: right; + margin-right: 10px; } -#footer .powered img { margin: 0 0 -10px 5px; } \ No newline at end of file +#footer .powered img { margin: 6px 0; } + + +/* CMS Related styles - used to clean up the look for Admin +*******************************************************************************/ +div.cms-btn-content { padding: 0 !important; } +div.cms-section-properties-btn-container { margin: 0 !important; border: 0 !important; } \ No newline at end of file