Web services status checking servlets, new clustalo x32 binary from Fabian, other...
[jabaws.git] / statpages / screen.css
index acf7562..16c1964 100644 (file)
@@ -127,4 +127,40 @@ hr {
        border-top: 1px dotted #ccc;
        margin: 20px 0 20px 0;
        width: 50%;
-}
\ No newline at end of file
+}
+
+/* open/closed box related styles */
+
+.source { 
+       display:block;
+       margin:15px 0;
+       overflow:visible;
+}
+
+/* OPEN state styles */
+.source .body {
+       padding:7px 15px;
+/*     white-space:pre-wrap; */
+       white-space:normal;
+/*     word-wrap:break-word; # this prop does not exits*/
+}
+
+.source .header {
+       cursor:pointer;
+       font-weight:bold;
+       padding:0 15px 0 15px;
+       text-decoration: underline ;
+}
+
+
+/* CLOSED state styles */
+.source .body.collapsed {
+       display:none;
+}
+
+.source .header.collapsed  {
+       padding:0 15px 0 15px;
+       text-decoration: underline;
+}
+
+