From 3108fdf0d4285799369049ac8f295c00e8f3c84d Mon Sep 17 00:00:00 2001 From: john St Date: Mon, 13 Sep 2010 12:14:41 +0000 Subject: [PATCH] magazine theme fixes for MDL-24185 and MDL-24183 --- theme/magazine/style/core.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/theme/magazine/style/core.css b/theme/magazine/style/core.css index 73b18465fcd..f975f3c820a 100644 --- a/theme/magazine/style/core.css +++ b/theme/magazine/style/core.css @@ -105,18 +105,20 @@ div.thetitle { #nologo { width: 337px; - height: 130px; float: left; overflow: hidden; padding-left: 3px; -} + margin-top: 40px; + } #nologo a, #nologo { - font-size: 40px; + font-size: 35px; font-style: italic; font-family: Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif; font-weight: 800; letter-spacing: -1px; - line-height: 130px; + line-height: 45px; + + } #nologo a:hover { text-decoration: none; @@ -319,8 +321,9 @@ div#jcontrols_button span.arrow.sep { font-weight: 800; } -.block div.block_action input { +.block div.block_action input, .block div.block_action img { margin-top: 3px; + margin-right: 3px; position: relative; top: 6px; } -- 2.17.1