Mercurial > dive4elements > river
changeset 898:a9dd792444a1
Changed style for loading panel.
(Issue299)
flys-client/trunk@2744 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 14 Sep 2011 14:27:07 +0000 |
parents | 2b6efb8b2301 |
children | 6e678b5d08a4 |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java flys-client/src/main/webapp/FLYS.css |
diffstat | 3 files changed, 12 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Sep 14 14:18:54 2011 +0000 +++ b/flys-client/ChangeLog Wed Sep 14 14:27:07 2011 +0000 @@ -1,3 +1,11 @@ +2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> + + Issue299 + + * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java, + src/main/webapp/FLYS.css: + Changed style for loading panel. + 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> Ease access to selected elements of a DatacageWidget. Make button-less
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java Wed Sep 14 14:18:54 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java Wed Sep 14 14:27:07 2011 +0000 @@ -64,7 +64,7 @@ private void initLayout() { setWidth("100%"); setHeight("98%"); - setBackgroundColor("#22AAFF"); + setBackgroundColor("#7f7f7f"); setOpacity(50); setPosition(Positioning.RELATIVE);
--- a/flys-client/src/main/webapp/FLYS.css Wed Sep 14 14:18:54 2011 +0000 +++ b/flys-client/src/main/webapp/FLYS.css Wed Sep 14 14:27:07 2011 +0000 @@ -115,17 +115,16 @@ .loading-title { background: white; padding-left: 10px; - color: blue; + color: black; font-size: 15px; font-style: normal; padding: 10px; - text-decoration: underline; } .loading-message { background: white; - color: blue; - font-size: 12px; + color: black; + font-size: 11px; font-style: normal; padding-left: 10px; }