diff --git a/media/mailman_django/default/css/style.css b/media/mailman_django/default/css/style.css index 1de1da3..794b081 100755 --- a/media/mailman_django/default/css/style.css +++ b/media/mailman_django/default/css/style.css @@ -90,23 +90,21 @@ } #mm_page { - width: 800px; + width: 765px; margin: 5px auto; - padding: 25px 0; + padding: 25px 0 25px 35px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fff repeat top left url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAKCAYAAAD2Fg1xAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB9sHFAYzEtopMl4AAAAidEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVAgb24gYSBNYWOHqHdDAAAAUklEQVQ4y+2T0QnAQAhDbbkf3X/DW0JDsN2h4IHSN0DgkeRy90eas/eWW4ZQIgJAAPQXISkkj4qsilAzmzGtMR+JCImI/tPKzOONlIio6v+Rr7wQbht30ThlBAAAAABJRU5ErkJggg=='); } .mm_actionButtons { - position: relative; - left: 3px; - margin: 30px; - height: 50px; + margin: 30px 0 30px 0; } .mm_actionButtons li { float: left; margin-right: 24px; + margin-bottom: 35px; height: 46px; display: table; width: 165px; @@ -120,10 +118,12 @@ .mm_actionButtons li:last-child { margin-right: 0; } -.mm_actionButtons a { +.mm_actionButtons a, +.mm_actionButtons a:hover { padding-left: 40px; text-decoration: none; font-weight: bold; + color: #444; display: table-cell; vertical-align: middle; border: 1px solid; @@ -136,7 +136,7 @@ } .mm_box { - margin: 35px; + margin: 35px 35px 35px 0; padding: 0 10px 10px 10px; background-color: #FFF; border-radius: 3px; @@ -157,16 +157,10 @@ text-align: center; } .mm_smallBox { - width: 330px; - margin: 0 25px 35px 35px; + width: 333px; + margin: 0 25px 35px 0; float: left; } -.mm_smallBoxLeft { - clear: left; -} -.mm_smallBoxRight { - margin: 0 0 35px 0; -} #mm_footer { clear: both; margin: 35px 35px 0 35px; @@ -206,6 +200,7 @@ .mm_visuallyhidden.focusable:active, .mm_visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .mm_invisible { visibility: hidden; } +.mm_clear { clear: both; } .mm_clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .mm_clearfix:after { clear: both; } .mm_clearfix { zoom: 1; }