X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/73ef2b8442dc95f8b7279de812c30ac8626d5f39..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index 166def07..b5e4fc43 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -46,7 +46,7 @@ td { margin-bottom: -1px; border-width: 1px; border-style: solid; - border-color: rgba(0,0,0,0); + border-color: transparent; } #tabs-nav-left .active { @@ -111,11 +111,11 @@ td { #last-edited-list .date { font-size: 70%; - color: grey; + color: #808080; } a, a:visited, a:active { - color: #bf6000; + color: #a05000; text-decoration: none; } @@ -223,4 +223,16 @@ a:hover { .wall .publish { background-color: #fdc; -} \ No newline at end of file +} + +div.cover-preview { + width: 216px; + min-height: 300px; + float: left; + margin-right: 2em; +} + +img.cover-preview { + width: 216px; + height: 300px; +}