]> andersk Git - sql-web.git/blobdiff - mitsql.css
Fix CSRF vulnerabilities
[sql-web.git] / mitsql.css
index 7b627046b68f4f5d696df4736d5efd2b2c5ad48a..979deeedf9e4b3994cea04b5e98f13f31b2b2bf6 100644 (file)
@@ -1,17 +1,19 @@
-<style>
-p {
-       font-family: Verdana;
+#content_wide form {
+       margin: 0;
+       display: inline;
+}
+#content_wide p {
        font-size: 10pt;
+       text-indent: 25px;
+}
+#content_wide h2 {
+       margin-top: 0;
 }
-input {
-       font-family: Verdana;
+#content_wide input {
        font-size: 9pt;
        border: 1px solid black;
 }
-address {
-       font-size: 10pt;
-}
-table,tr,td {
+#content_wide table,tr,td {
        padding: 0;
 }
 td p {
@@ -19,18 +21,37 @@ td p {
        padding-left: 10px;
        border-left: 1px solid black;
 }
-.header1,.header2 {
-       font-style: italic;
-       font-size: 9pt;
-       border-bottom: 1px solid black;
+div.msg {
+       padding: 0px 20px 0px 0px;
+       background-color: #ccc;
+       border: 1px solid black;
+       font-weight: bold;
+       position: relative;
+}
+div.msg li {
+       list-style-type: square;
 }
-p.err {
-       color: red;
-       font-style: italic;
+div.err {
+       color: maroon;
+       padding: 0px 20px 0px 0px;
+       background-color: #ccc;
+       border: 1px dashed black;
+       font-variant: small-caps;
        font-weight: bold;
 }
-h2,h4 {
-       margin-top: 0;
-       display: inline;
+div.err li {
+       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;
 }
-</style>
\ No newline at end of file
This page took 1.22418 seconds and 4 git commands to generate.