www-thermferm/css/style.css

changeset 137
e4518fd9b626
parent 134
f05601490415
child 140
1b001de37945
--- a/www-thermferm/css/style.css	Sat Jul 26 13:18:00 2014 +0200
+++ b/www-thermferm/css/style.css	Sat Jul 26 17:30:47 2014 +0200
@@ -56,14 +56,23 @@
 }
 
 #errors {
-    height: 60px;
+    height: 35px;
     width: 978px;
     float: left;
+    text-align: center;
+    font-size: 1.5em;
+    margin-top: 10px;
     color: #ff0000;
 }
 
 #etable {
-    height: 360px;
+    height: 320px;
+    width: 978px;
+    float: left;
+}
+
+#atable {
+    height: 60px;
     width: 978px;
     float: left;
 }
@@ -86,6 +95,31 @@
     padding: 1px 3px 1px 3px;
 }
 
+/*
+ * Editor screens
+ */
+table.editor {
+    margin-left: auto;
+    margin-right: auto;
+    border-collapse: collapse;
+    background-color: #eee;
+}
+
+tr.editor {
+    height: 30px;
+}
+
+td.editname {
+    width: 150px;
+    padding: 1px 3px 1px 3px;
+}
+
+td.editfield {
+    width: 550px;
+    padding: 1px 3px 1px 3px;
+}
+
+
 #jqxTabs {
     width: 980px;
     height: 440px;

mercurial