← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7606: CSS

 

------------------------------------------------------------
revno: 7606
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-07-13 22:56:57 +0200
message:
  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	2012-06-09 22:34:23 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2012-07-13 20:56:57 +0000
@@ -296,13 +296,14 @@
 
 div#detailsArea 
 {
-  border: 1px solid #8f8ffd;
-  background-color: #dadaff;
+  border: 1px solid #a9c2dc;
+  background-color: #ebf0f6;
   position: fixed;
   width: 18em;
   max-height: 75%;
   padding: 0.5em;
   overflow: auto;
+  border-radius: 3px;
 }
 
 div#detailsArea label