diff --git a/pom.xml b/pom.xml index 3602f56..7d95eea 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,17 @@ Web resources for xit projects jar + + UTF-8 + + 17 + ${java.version} + ${java.version} + + 5.3.20 + 4.1.0 + + maven-public diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 0b272c7..7ec201f 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -2,8 +2,6 @@ *[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; @@ -145,6 +143,4 @@ ul.nav-tabs > li.nav-item { width: auto; } -.not-used { - color: lightgrey; -} \ No newline at end of file +.not-used, tr.not-used td {color: lightgrey;} \ No newline at end of file