X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b0af42626632f8750ac9e88338be7e196bd4f91d..0f68e6fc21bd981cf57b263e94d92b712fc84e63:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index 166def07..9f32d2c8 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -36,7 +36,7 @@ td { } #tabs-nav-left { - margin-left: 60px; + margin-left: 80px; } #tabs-nav-left a { @@ -119,6 +119,10 @@ a, a:visited, a:active { text-decoration: none; } +a.btn { + color: #fff; +} + a:hover { text-decoration: underline; } @@ -223,4 +227,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; +}