]> andersk Git - sql-web.git/blame - mitsql.css
Fix CSRF vulnerabilities
[sql-web.git] / mitsql.css
CommitLineData
aaf1710a 1#content_wide form {
dc478ec8
JP
2 margin: 0;
3 display: inline;
4}
aaf1710a 5#content_wide p {
b43ab1a6 6 font-size: 10pt;
dc478ec8
JP
7 text-indent: 25px;
8}
aaf1710a 9#content_wide h2 {
dc478ec8 10 margin-top: 0;
b43ab1a6 11}
aaf1710a 12#content_wide input {
b43ab1a6
JP
13 font-size: 9pt;
14 border: 1px solid black;
15}
aaf1710a 16#content_wide table,tr,td {
b43ab1a6
JP
17 padding: 0;
18}
19td p {
20 padding-right: 10px;
21 padding-left: 10px;
22 border-left: 1px solid black;
23}
88b7d384 24div.msg {
aaf1710a 25 padding: 0px 20px 0px 0px;
88b7d384
JP
26 background-color: #ccc;
27 border: 1px solid black;
88b7d384 28 font-weight: bold;
e47be57b
JP
29 position: relative;
30}
31div.msg li {
88b7d384
JP
32 list-style-type: square;
33}
dc478ec8 34div.err {
4a77eeb5 35 color: maroon;
aaf1710a 36 padding: 0px 20px 0px 0px;
dc478ec8
JP
37 background-color: #ccc;
38 border: 1px dashed black;
dc478ec8 39 font-variant: small-caps;
b43ab1a6 40 font-weight: bold;
4a77eeb5
JP
41}
42div.err li {
dc478ec8 43 list-style-type: square;
b43ab1a6 44}
377015e0
JP
45pre {
46 font-size: 10px;
88b7d384
JP
47}
48table.bargraph {
49 border: 1px solid #ccc;
50}
51table.bargraph td.bar {
52 height: 18px;
53 background-color: #888;
54}
55table.bargraph td.fill {
56 background-color: #bbb;
57}
This page took 0.069844 seconds and 5 git commands to generate.