fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9771]


From: Torstein
Subject: [Fmsystem-commits] [9771]
Date: Sat, 14 Jul 2012 18:35:40 +0000

Revision: 9771
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9771
Author:   vator
Date:     2012-07-14 18:35:40 +0000 (Sat, 14 Jul 2012)
Log Message:
-----------


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

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2012-07-12 07:10:53 UTC 
(rev 9770)
+++ trunk/controller/templates/base/css/base.css        2012-07-14 18:35:40 UTC 
(rev 9771)
@@ -345,11 +345,6 @@
 
 /* ==========================================   SELECTORS, IDS AND CLASSES    
=========================================== */
 
-input{
-  margin: 0 13px 0 0;
-  padding: 3px 6px;
-}
-
 input[type="radio"] {
   margin: 0 5px 0 2px;
   padding: 3px 6px;
@@ -359,6 +354,31 @@
   margin: 5px;
 }
 
+input[type="text"] {
+    padding: 5px 5px 2px;
+}
+
+select {
+       padding: 4px;
+}
+       
+fieldset {
+  border-bottom:0px solid #ccc;
+}
+
+textarea{
+  padding: 4px;        
+}
+
+h1 em {
+  font-style:italic;
+}
+
+a {
+  color: #0066CC;
+  text-decoration: none;
+}
+
 #innertoolbar-button, input[type="submit"] {
   background: none repeat scroll 0 0 #4F9AEA;
   border: 1px solid #4685C8;
@@ -384,27 +404,7 @@
   padding: 2px 10px;
 }
 
-select{
-  padding: 3px 1px 3px 4px;
-}
-       
-fieldset {
-  border-bottom:0px solid #ccc;
-}
 
-textarea{
-  padding: 4px;        
-}
-
-h1 em {
-  font-style:italic;
-}
-
-a {
-  color: #0066CC;
-  text-decoration: none;
-}
-
 .info, .error, .warning {
   font-weight: normal;
   margin:20px;
@@ -894,8 +894,8 @@
 }
 
 input.date {
-    width: 65px;
-    text-align: right;
+  text-align: right;
+  width: 80px;
 }
 
 /* =======================================  CHECK LIST  
========================================= */
@@ -1863,15 +1863,6 @@
 ul#groups h4{
     margin: 4px 0;
 }
-.input_error_msg {
-    background: none repeat scroll 0 0 #FBE3E4;
-    border-bottom-right-radius: 4px;
-    color: #D12F19;
-    display: inline-block;
-    margin-bottom: 5px;
-    margin-top: 5px;
-    padding: 4px 5px;
-}
 
 input.focus, select.focus{
        border: 2px solid #dae6f4;
@@ -1931,18 +1922,10 @@
     float: left;
 }
 
-
 #choose-location #datatable-container{
   margin: 20px 0;
 }
 
-.error_msg {
-       color: red;
-    display: none;
-    font-size: 14px;
-    padding: 7px 0;
-}
-
 #control_area_list {
        float:left;     
 }
@@ -1973,6 +1956,16 @@
   width: 100px;
 }
 
+#control_details input, #control_details select {
+  display: inline-block;
+}
+
+#control_details .input_error_msg {
+  display: block;
+  text-align: center;
+  width: 692px;
+}
+
 #control_details .date {
   margin-right:0;
 }
@@ -1990,20 +1983,9 @@
        margin-bottom: 1em;     
 }
 
-.help_text {
-  background: none repeat scroll 0 0 #CCDBED;
-  display: none;
-  margin-left: 5px;
-  padding: 6px 10px;
-  vertical-align: baseline;
+#repeat_interval {
+  width: 28px;
 }
-.help_text.ext {
-    margin-left: 0;
-}
-
-#repeat_interval{
-       width: 20px;    
-}
        
 /* =============================  CONTROL GROUP AND ITEMS  
======================= */
 #control_group_tabview .yui-content{
@@ -2155,4 +2137,39 @@
 }
 .option-list{
        padding-left:10px;      
+}
+
+.input_error_msg {
+  background: none repeat scroll 0 0 #FBE3E4;
+  border-bottom-right-radius: 4px;
+  color: #D12F19;
+  display: inline-block;
+  margin-bottom: 5px;
+  margin-top: 5px;
+  padding: 5px;
+}
+
+.error_msg {
+  color: red;
+  display: none;
+  font-size: 14px;
+  padding: 7px 0;
+}
+
+.help_text {
+  background: none repeat scroll 0 0 #CCDBED;
+  color: #414851;
+  display: none;
+  padding: 6px 10px 5px;
+  text-align: center;
+  vertical-align: baseline;
+}
+
+.help_text.line {
+  margin-left: 5px;
+}
+
+.help_text.below {
+  margin-left: 0;
+  width: 505px;
 }
\ No newline at end of file




reply via email to

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