← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10712: Color adjustment to header area

 

------------------------------------------------------------
revno: 10712
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-04-30 09:32:39 +0200
message:
  Color adjustment to header area
modified:
  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/useraccount/updateUserAccountForm.vm


--
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-04-29 11:54:31 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-04-30 07:32:39 +0000
@@ -278,8 +278,8 @@
   display: none;
   padding: 1em;
   margin: 1em;
-  background-color: #ffffbf;
-  border: 1px solid #cccc00;
+  background-color: #f9edbe;
+  border: 1px solid #dbae56;
   width: 500px;
   border-radius: 3px;
 }
@@ -328,10 +328,10 @@
   left: 155px;
   position: fixed;
   display: none;
-  height: 30px;
+  height: 29px;
   width: 410px;
-  background-color: #ffffbf;
-  border: 1px solid #cccc00;
+  background-color: #f9edbe;
+  border: 1px solid #dbae56;
   z-index: 21;
   font-size: 9pt;
   text-align: center;
@@ -342,8 +342,8 @@
 
 table.notificationTable 
 {
-  background-color: #ffffbf;
-  border: 1px solid #cccc00;
+  background-color: #f9edbe;
+  border: 1px solid #dbae56;
   padding: 6px;
   border-radius: 3px;
 }

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/useraccount/updateUserAccountForm.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/useraccount/updateUserAccountForm.vm	2012-10-17 19:06:30 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/useraccount/updateUserAccountForm.vm	2013-04-30 07:32:39 +0000
@@ -49,5 +49,3 @@
 	</tr>
 </table>
 </form>
-
-<span id="message"></span>