← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11344: Removed invalid entries from cache manifest

 

------------------------------------------------------------
revno: 11344
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-07-04 21:49:24 +0200
message:
  Removed invalid entries from cache manifest
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/cacheManifest.vm
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.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/cacheManifest.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/cacheManifest.vm	2013-05-31 11:16:36 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/cacheManifest.vm	2013-07-04 19:49:24 +0000
@@ -4,9 +4,7 @@
 *
 CACHE:
 css/light_blue/light_blue.css
-css/light_blue/logo_background.png
 css/light_blue/logo_banner.png
-css/light_blue/logo_separator.png
 css/widgets.css
 css/print.css
 ../dhis-web-dataentry/style/dhis-web-dataentry.css

=== 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-04 17:17:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-07-04 19:49:24 +0000
@@ -214,7 +214,7 @@
   font-size: 9pt;
   background-color: white;
   overflow: auto;
-  width: 233px;
+  width: 235px;
   height: 298px;
   border-top: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css	2013-05-29 21:44:35 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css	2013-07-04 19:49:24 +0000
@@ -2,8 +2,8 @@
 #currentSelection
 {
   padding: 6px;
-  background-color: #e0e0e0;
-  border: 1px solid #a0a0a0;
+  background-color: #eee;
+  border: 1px solid #bbb;
   font-size: 14px;
   text-align: right;
   position: fixed;