]> andersk Git - sql-web.git/blobdiff - mitsql.css
login remember username
[sql-web.git] / mitsql.css
index 37746d3b9742fdbba51e09bafa2dff7eaa78ed0b..f3e4017be2ede9417c4450991dab9a5055eee1f0 100644 (file)
@@ -8,8 +8,6 @@ body {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
-}
-#body {
        padding: 5px 2px 2px 2px;
 }
 #content0 {
@@ -84,6 +82,16 @@ td p {
        padding-left: 10px;
        border-left: 1px solid black;
 }
+div.msg {
+       margin: 0px 20px 20px 20px;
+       background-color: #ccc;
+       border: 1px solid black;
+       font-weight: bold;
+       position: relative;
+}
+div.msg li {
+       list-style-type: square;
+}
 div.err {
        margin: 0px 20px 20px 20px;
        background-color: #ccc;
@@ -95,3 +103,16 @@ div.err li {
        font-weight: bold;
        list-style-type: square;
 }
+pre {
+       font-size: 10px;
+}
+table.bargraph {
+       border: 1px solid #ccc;
+}
+table.bargraph td.bar {
+       height: 18px;
+       background-color: #888;
+}
+table.bargraph td.fill {
+       background-color: #bbb;
+}
This page took 0.047978 seconds and 4 git commands to generate.