← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13207: Styling of input forms

 

------------------------------------------------------------
revno: 13207
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-12-11 21:15:40 +0100
message:
  Styling of input forms
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css
  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/login.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css	2013-11-13 20:18:15 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css	2013-12-11 20:15:40 +0000
@@ -94,6 +94,7 @@
   padding: 6px 6px;
   margin: 4px 0;
   border-radius: 3px;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.18);
 }
 
 #loginMessage

=== 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-12-11 17:24:13 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-12-11 20:15:40 +0000
@@ -542,18 +542,31 @@
 
 .setting input[type=text], 
 .setting input[type=password], 
+.inputForm input[type=text], 
+.inputForm input[type=password],
+.setting textarea,
+.inputForm textarea
+{
+  width: 25em;
+  border: 1px solid #aaa;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  border-radius: 3px;
+  padding: 6px 5px;
+  margin: 3px 0;
+  color: #555;
+}
+
 .setting select,
-.inputForm input[type=text], 
-.inputForm input[type=password], 
 .inputForm select
 {
-  width: 25em;
+  width: 26em;
+  padding: 2px 3px;
+  margin: 3px 0;
 }
 
 .setting textarea,
 .inputForm textarea
 {
-  width: 25em;
   height: 8em;
 }
 
@@ -795,7 +808,7 @@
     margin-bottom: 8px;
 }
 
-.message-info 
+.message-info
 {
     background-color: #f3f3f3;
 	color: #222;
@@ -825,3 +838,4 @@
 {
 	color: #777;
 }
+