diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-25 03:56:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-25 03:56:53 +0100 |
commit | 029945ebd31fce0a3283c6dd581caa65a758bb45 (patch) | |
tree | 4d510ed48909bbd6a36885d8d06309c341fefb19 /static | |
parent | 887c6a11ae1bde54ee0e590c037127d260ce56aa (diff) | |
download | Ishtar-029945ebd31fce0a3283c6dd581caa65a758bb45.tar.bz2 Ishtar-029945ebd31fce0a3283c6dd581caa65a758bb45.zip |
Work on archaelogical file sheet (refs #227)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 52 |
1 files changed, 34 insertions, 18 deletions
diff --git a/static/media/style.css b/static/media/style.css index f559ac827..5e5613cfc 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -13,11 +13,16 @@ a { color:#D14; } -caption { +caption, h3 { color:#922; font-weight:bold; } +h3{ + text-align:center; + margin:1em 0; +} + label{display:block} label:first-letter { @@ -241,25 +246,10 @@ table.confirm tr.spacer td:last-child{ } #window{ - position: absolute; - top: 50px; - width:600px; - background: #FFF; - z-index: 2000; - left: 50%; - margin-left: -300px; - border: 1px solid #AAA; - -webkit-box-shadow: 0px 0px 20px #444; - -moz-box-shadow: 0px 0px 20px #444; - text-align: left; - display:none; -} - -#window{ width:760px; - height:90%; position: absolute; - top: 5%; + position:fixed; + height:90%; background: #FFF; z-index: 2000; left: 50%; @@ -273,6 +263,28 @@ table.confirm tr.spacer td:last-child{ border-radius:8px; } +#window table{ + margin:10px 0; + width:100%; + border-collapse:collapse; +} + +#window caption{ + font-size:1.2em; +} + +#window table th{ + text-align:center; + background-color:#922; + border:1px solid #EEE; + color:#FFF; +} +#window table td{ + text-align:right; + padding:0 1em; + border:1px solid #EEE; +} + #window .sheet{ } @@ -289,7 +301,11 @@ table.confirm tr.spacer td:last-child{ } #window .body{ + position:absolute; padding:10px; + overflow:auto; + top:18px; + bottom:10px; } #window label{ |