# HG changeset patch # User Raimund Renkert # Date 1316010427 0 # Node ID a9dd792444a1a7017d966f146853e96c7f4d8118 # Parent 2b6efb8b2301afe1cb0dbb83b31c1f9da2a865d1 Changed style for loading panel. (Issue299) flys-client/trunk@2744 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 2b6efb8b2301 -r a9dd792444a1 flys-client/ChangeLog --- 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 + + 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 Ease access to selected elements of a DatacageWidget. Make button-less diff -r 2b6efb8b2301 -r a9dd792444a1 flys-client/src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java --- 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); diff -r 2b6efb8b2301 -r a9dd792444a1 flys-client/src/main/webapp/FLYS.css --- 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; }