dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28196
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14069: Styling of selects
------------------------------------------------------------
revno: 14069
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-02-18 13:23:48 +0100
message:
Styling of selects
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 2014-01-13 16:16:53 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2014-02-18 12:23:48 +0000
@@ -560,8 +560,12 @@
.inputForm select
{
width: 26em;
- padding: 2px 3px;
+ padding: 6px 1px;
margin: 2px 0;
+ border: 1px solid #aaa;
+ border-radius: 3px;
+ background-color: #fff;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.setting textarea,