X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a7a2b1c6daaa2266645abc5ee4fac91ce10a4c39..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index 4c5ffb3f..b5e4fc43 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -9,10 +9,21 @@ body { margin: 0; font-family: verdana, sans-serif; - font-size: 12px; + font-size: 10px; } +img { + border: 0; +} + +th { + text-align: left; +} +td { + vertical-align: top; + padding: 0 3px; +} .clr { clear: both; } @@ -35,7 +46,7 @@ body { margin-bottom: -1px; border-width: 1px; border-style: solid; - border-color: rgba(0,0,0,0); + border-color: transparent; } #tabs-nav-left .active { @@ -43,6 +54,23 @@ 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; +} +.editable .number-input { + width: 100px; +} + + #login-box { float: right; } @@ -58,18 +86,18 @@ body { -#file-list { +#catalogue_layout_left_column { overflow: visible; float: left; - /*max-width: 50%;*/ + max-width: 60%; padding-right: 2%; border-right: 1px dashed black; } -#last-edited-list { +#catalogue_layout_right_column { float: left; - max-width: 35%; + max-width: 30%; margin-left: 5%; } @@ -83,11 +111,11 @@ body { #last-edited-list .date { font-size: 70%; - color: grey; + color: #808080; } a, a:visited, a:active { - color: #bf6000; + color: #a05000; text-decoration: none; } @@ -119,28 +147,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 { @@ -167,3 +173,66 @@ td { #publish-button:active { background: -moz-linear-gradient(top, #88f, #fff); } + + +/* book list */ + +.book-search-column input { + width: 96%; +} + +.book-list-user .user-column { + display: none; +} + + +/* wall */ +.wall { + padding-left: 0; + list-style: none; +} + +.wall li { + clear: left; + border-top: 1px dotted gray; + padding: 0 1em 2em 1em; + margin-bottom: 0; +} + +.wall .gravatar { + float: left; + margin-right: 1em; + margin-left: -1em; +} +.wall h3 { + font-size: 1.25em; + margin-top: 0; +} + +.wall .time { + /* float:right; */ +} + +.wall .anonymous { + background-color: #efa; +} + +.wall .comment { + background-color: #dfc; +} + +.wall .publish { + background-color: #fdc; +} + +div.cover-preview { + width: 216px; + min-height: 300px; + float: left; + margin-right: 2em; +} + +img.cover-preview { + width: 216px; + height: 300px; +}