← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13204: Centralized some css

 

------------------------------------------------------------
revno: 13204
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-12-11 18:24:13 +0100
message:
  Centralized some css
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-09-10 18:29:50 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-12-11 17:24:13 +0000
@@ -540,12 +540,18 @@
   margin-bottom: 15px;
 }
 
-.setting input[type=text],input[type=password],select
+.setting input[type=text], 
+.setting input[type=password], 
+.setting select,
+.inputForm input[type=text], 
+.inputForm input[type=password], 
+.inputForm select
 {
   width: 25em;
 }
 
-.setting textarea
+.setting textarea,
+.inputForm textarea
 {
   width: 25em;
   height: 8em;
@@ -662,21 +668,6 @@
 }
 
 /*----------------------------------------------------------------------------*/
-/* Forms                                                                      */
-/*----------------------------------------------------------------------------*/
-
-.inputForm input[type=text],select
-{
-  width: 25em;
-}
-
-.inputForm textarea
-{
-  width: 25em;
-  height: 8em;
-}
-
-/*----------------------------------------------------------------------------*/
 /* Buttons                                                                    */
 /*----------------------------------------------------------------------------*/
 
@@ -834,4 +825,3 @@
 {
 	color: #777;
 }
-