X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f57093e7a6f910b08ddade5525399a15b9e2f91a..e5ba4e015ad743e8581275272c61a660f32d9fed:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index e20296c9..4aead730 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -12,7 +12,18 @@ body { font-size: 10px; } +img { + border: 0; +} + +th { + text-align: left; +} +td { + vertical-align: top; + padding: 0 3px; +} .clr { clear: both; } @@ -43,6 +54,19 @@ body { border-color: #ff8000 #ff8000 white #ff8000; } +.section { + border-top: 1px solid #ffdfbf; + margin-top: 2em; + padding-top: 1em; +} + +.editable td { + padding: 1px; +} +.editable input, .editable select, .editable textarea { + width: 400px; +} + #login-box { float: right; } @@ -119,28 +143,6 @@ a:hover { padding-left: 2em; } -td { - vertical-align: top; -} - - -.fix { - border: 1px solid gray; - font-size: 0.7em; - padding: 3px; -} - -.fix-info { - font-size: 0.7em; - font-style: italic; -} - -.chunk-plain a {color: gray;} -.chunk-xml a {color: gray; font-style: italic;} -.chunk-wl-broken a {color: red;} -.chunk-wl a {color: green;} -.chunk-wl-fix a {color: black;} - /* Big cheesy publish button */ #publish-button {