fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8000] Added some padding to image in header and adde


From: Torstein
Subject: [Fmsystem-commits] [8000] Added some padding to image in header and added new classes for length of text fields .
Date: Thu, 03 Nov 2011 08:14:30 +0000

Revision: 8000
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8000
Author:   vator
Date:     2011-11-03 08:14:29 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
Added some padding to image in header and added new classes for length of text 
fields.

Modified Paths:
--------------
    trunk/rental/templates/base/css/base.css

Modified: trunk/rental/templates/base/css/base.css
===================================================================
--- trunk/rental/templates/base/css/base.css    2011-11-03 08:12:21 UTC (rev 
7999)
+++ trunk/rental/templates/base/css/base.css    2011-11-03 08:14:29 UTC (rev 
8000)
@@ -46,7 +46,7 @@
        margin-top: 0.5em;      
 }
 
-input[type="submit"], input[type="button"]{
+input[type="submit"], input[type="button"], button{
        padding:2px 4px;        
 }
 
@@ -171,10 +171,6 @@
     float: left;
 }
 
-dl.proplist-col input[type="text"]{
-       width:200px;    
-}
-
 dl.proplist-col input.postcode{
        width:50px;     
 }
@@ -192,6 +188,14 @@
        margin-bottom: 1em;     
 }
 
+.identifier-header button {
+       margin-bottom: 10px;    
+}
+
+.identifier-header h1 img {
+       margin-right: 5px;      
+}
+
 div.identifier-header label {
        font-weight: bold;
 }
@@ -489,4 +493,12 @@
        display:none;
        color:red;      
        margin-bottom: 10px;
+}
+
+#date_start, #date_end{
+       width: 68px;    
+}
+
+input.email, input.url, #unit_leader{
+       width: 225px;
 }
\ No newline at end of file




reply via email to

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