fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9369]


From: Torstein
Subject: [Fmsystem-commits] [9369]
Date: Fri, 11 May 2012 08:52:07 +0000

Revision: 9369
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9369
Author:   vator
Date:     2012-05-11 08:52:07 +0000 (Fri, 11 May 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/calendar/view_calendar_month.xsl
    trunk/controller/templates/base/css/base.css

Modified: trunk/controller/templates/base/calendar/view_calendar_month.xsl
===================================================================
--- trunk/controller/templates/base/calendar/view_calendar_month.xsl    
2012-05-11 08:40:27 UTC (rev 9368)
+++ trunk/controller/templates/base/calendar/view_calendar_month.xsl    
2012-05-11 08:52:07 UTC (rev 9369)
@@ -66,7 +66,7 @@
                                                                
<xsl:text>&amp;location_code=</xsl:text>
                                                                <xsl:value-of 
select="//current_location/location_code"/>
                                                        </xsl:attribute>
-                                                       <img height="20" 
src="controller/images/left_arrow.png" />
+                                                       <img height="17" 
src="controller/images/left_arrow.png" />
                                                        <xsl:variable 
name="month_str">month <xsl:value-of select="current_month_nr - 1"/> 
capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
                                                </a>
@@ -81,7 +81,7 @@
                                                                
<xsl:text>&amp;location_code=</xsl:text>
                                                                <xsl:value-of 
select="//current_location/location_code"/>
                                                        </xsl:attribute>
-                                                       <img height="20" 
src="controller/images/left_arrow.png" />
+                                                       <img height="17" 
src="controller/images/left_arrow.png" />
                                                        <xsl:variable 
name="month_str">month 12 capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
                                                </a>
@@ -106,7 +106,7 @@
                                                        </xsl:attribute>
                                                        <xsl:variable 
name="month_str">month <xsl:value-of select="current_month_nr + 1"/> 
capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
-                                                       <img height="20" 
src="controller/images/right_arrow.png" />
+                                                       <img height="17" 
src="controller/images/right_arrow.png" />
                                                </a>
                                        </xsl:when>
                                        <xsl:otherwise>
@@ -121,7 +121,7 @@
                                                        </xsl:attribute>
                                                        <xsl:variable 
name="month_str">month 1 capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
-                                                       <img height="20" 
src="controller/images/right_arrow.png" />
+                                                       <img height="17" 
src="controller/images/right_arrow.png" />
                                                </a>
                                        </xsl:otherwise>
                                </xsl:choose>

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2012-05-11 08:40:27 UTC 
(rev 9368)
+++ trunk/controller/templates/base/css/base.css        2012-05-11 08:52:07 UTC 
(rev 9369)
@@ -1010,7 +1010,7 @@
 }
 #calNav {
     clear: both;
-    font-size: 16px;
+    font-size: 14px;
     font-weight: bold;
     padding-top: 1em;
 }
@@ -1021,6 +1021,7 @@
 #calNav a.showNext{
     display: block;
     float: right;
+    padding-top: 5px;
 }
 #calNav a.showNext img{
     margin-left:5px;
@@ -1029,7 +1030,9 @@
     display: block;
     float: left;
     margin-left: 547px;
-    padding-left:3px;
+    padding-left: 3px;
+    padding-top: 5px;
+    vertical-align: sub;
 }
 #calNav a.showPrev img{
     margin-right:5px;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]