diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 7ec201f..5a98987 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -2,6 +2,8 @@ *[onclick], *[href] {cursor:pointer;} +.hidden {display: none;} + .wait { position:fixed; top:25%; left:50%; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; diff --git a/src/main/webapp/resources/html/dialog.html b/src/main/webapp/resources/html/dialog.html index f187584..c8b4ed6 100644 --- a/src/main/webapp/resources/html/dialog.html +++ b/src/main/webapp/resources/html/dialog.html @@ -7,7 +7,7 @@