image/w/css/style.css

branch
novnc
changeset 40
71e06f6d80fd
parent 11
f816cf5b6bcb
child 41
7639cfa6aec0
--- a/image/w/css/style.css	Thu May 02 21:19:50 2019 +0200
+++ b/image/w/css/style.css	Sat May 04 11:41:16 2019 +0200
@@ -1,4 +1,3 @@
-
 
 body {
     background: #ccc;
@@ -6,8 +5,7 @@
     margin: 0px;
 }
 
-
-#webui_table {
+#webui_win {
     width: 360px;
     height: 270px;
     background: #353536;
@@ -15,6 +13,25 @@
     border-color: #59b4d4;
 }
 
+#topline {
+    width: 100%;
+    height: 24px;
+    background: blue;
+    color: yellow;
+    text-align: center;
+    font-size: 18px;
+}
+
+#mltline,
+#hltline {
+    width: 100%;
+    height: 100px;
+}
+
+#midline {
+    width: 100%;
+    height: 45px;
+}
 
 #mlt_table {
     width: 178px;
@@ -45,6 +62,13 @@
     background-color: #e7e7e7; color: black;
 }
 
+.okbutton {
+    width: 60px;
+    height: 36px;
+    border-radius: 4px;
+    background-color: #575757; color: white;
+}
+
 #timer {
     color: white;
     text-align: center;

mercurial