]> andersk Git - sql-web.git/blobdiff - mitsql.css
login remember username
[sql-web.git] / mitsql.css
index b19423f0c57221a145a3682ac599784cb2e1fc54..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;
@@ -97,4 +105,14 @@ div.err li {
 }
 pre {
        font-size: 10px;
-}
\ No newline at end of file
+}
+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.031449 seconds and 4 git commands to generate.