fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9696]


From: Torstein
Subject: [Fmsystem-commits] [9696]
Date: Thu, 28 Jun 2012 09:52:17 +0000

Revision: 9696
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9696
Author:   vator
Date:     2012-06-28 09:52:17 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------


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

Modified: trunk/controller/templates/base/control_item/control_item.xsl
===================================================================
--- trunk/controller/templates/base/control_item/control_item.xsl       
2012-06-28 09:04:26 UTC (rev 9695)
+++ trunk/controller/templates/base/control_item/control_item.xsl       
2012-06-28 09:52:17 UTC (rev 9696)
@@ -68,8 +68,8 @@
                                                                <xsl:value-of 
select="php:function('lang', $lang_type)" />
                                                                
                                                                <xsl:if 
test="control_item/options_array/child::node()">                                
                                
-                                                                       
<h3>Verdier i liste</h3>
-                                                                       <ul>
+                                                                       <h4 
class="option-list-heading">Verdier i liste</h4>
+                                                                       <ul 
class="option-list">
                                                                        
<xsl:for-each select="control_item/options_array">
                                                                                
<li><xsl:value-of select="option_value" /></li>
                                                                        
</xsl:for-each>

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2012-06-28 09:04:26 UTC 
(rev 9695)
+++ trunk/controller/templates/base/css/base.css        2012-06-28 09:52:17 UTC 
(rev 9696)
@@ -2117,3 +2117,13 @@
   padding-left: 12px;
 }
 
+.option-list-heading {
+       margin-bottom: 5px;     
+}
+
+.option-list{
+       margin-top: 5px;        
+}
+.option-list{
+       padding-left:10px;      
+}
\ No newline at end of file




reply via email to

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