]> git.mjollnir.org Git - s9y.git/commitdiff
BP: removed inline styles for colorset calendar arrow dimensions (blank/default still...
authordonchambers <donchambers>
Tue, 18 Sep 2007 21:58:54 +0000 (21:58 +0000)
committerdonchambers <donchambers>
Tue, 18 Sep 2007 21:58:54 +0000 (21:58 +0000)
templates/bulletproof/plugin_calendar.tpl
templates/bulletproof/style.css

index a543881ee61de50b50f434174a726d8b221d2d0e..20a5d3ce40412c4b19dd75c8144c1cbdcce21f43 100644 (file)
@@ -6,7 +6,7 @@
            {if $template_option.colorset == 'blank'}\r
            <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" width="12" height="12" /></a>\r
            {else}\r
-           <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" width="12" height="12" /></a>\r
+           <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" /></a>\r
            {/if}\r
         {else}\r
            <img alt="" src="{serendipity_getFile file="img/blank.png"}" width="6" height="6" class="serendipity_calender_spacer" />\r
@@ -22,7 +22,7 @@
             {if $template_option.colorset == 'blank'}\r
             <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" width="12" height="12" /></a>\r
             {else}\r
-            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" width="12" height="12" /></a>\r
+            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" /></a>\r
             {/if}\r
         {else}\r
             <img alt="" src="{serendipity_getFile file="img/blank.png"}" width="6" height="6" class="serendipity_calender_spacer" />\r
index ba98fedcc0cd571c91efb6fcf6f1ccde4df44fae..9b22a5d2462e02fc1a1ea2ade9693c97fc223c29 100644 (file)
@@ -99,6 +99,7 @@ p {
     display: inline;
 }
 
+.serendipity_calendarHeader img,
 .serendipity_pageFooter img{
     vertical-align: middle;
     margin: 0 2px;