summaryrefslogtreecommitdiff
path: root/src/ws/munia.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/ws/munia.css')
-rw-r--r--src/ws/munia.css24
1 files changed, 22 insertions, 2 deletions
diff --git a/src/ws/munia.css b/src/ws/munia.css
index 3a94e85..8eeebba 100644
--- a/src/ws/munia.css
+++ b/src/ws/munia.css
@@ -29,7 +29,10 @@ body
border-radius: 3px;
padding: 6px;
margin: 10px;
- max-width: 300px;
+/* max-width: 800px;*/
+ margin-left: auto;
+ margin-right: auto;
+ overflow: hidden;
}
.node .id
@@ -73,12 +76,28 @@ body
cursor: pointer;
}
+.node .collapse_button
+{
+ float: right;
+ display: inline-box;
+ width: 1em;
+ height: 1em;
+ font-size: 0.5em;
+ vertical-align: text-center;
+ text-align: center;
+ border: solid green 2px;
+ cursor: pointer;
+}
+
.board
{
- width: *;
+/* width: *; */
min-height: 100px;
+ width: 500px;
padding: 2px;
margin: 2px;
+ display: inline-box;
+ float:left;
background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
background: -webkit-gradient(linear, left top, right top,
@@ -91,6 +110,7 @@ body
.log
{
+ clear: both;
height: 20em;
font-family: monospace;
font-size: 1em;