← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11438: Made header message field scale with message text size

 

------------------------------------------------------------
revno: 11438
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-07-18 12:20:20 +0200
message:
  Made header message field scale with message text size
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-07-17 15:23:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-07-18 10:20:20 +0000
@@ -341,7 +341,7 @@
   display: none;
   padding: 1em;
   margin: 1em;
-  background-color: #f9edbe;
+  background-color: #f8eab0;
   border: 1px solid #dbae56;
   width: 500px;
   border-radius: 3px;
@@ -364,15 +364,13 @@
   left: 155px;
   position: fixed;
   display: none;
-  height: 31px;
+  padding: 9px;
   width: 410px;
-  background-color: #f9edbe;
+  background-color: #f8eab0;
   border: 1px solid #dbae56;
   z-index: 21;
   font-size: 9pt;
   text-align: center;
-  vertical-align: center;
-  line-height: 32px;
   border-radius: 3px;
 }