X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0da29a22a23a90561df3d201a299f3007c84d524..3263fb5558f69c727e61a6d4c0b3575a0f081ef6:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index c7a65f31..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; } @@ -225,10 +229,14 @@ a:hover { background-color: #fdc; } -.cover-preview { +div.cover-preview { width: 216px; - height: 300px; + min-height: 300px; float: left; margin-right: 2em; } + +img.cover-preview { + width: 216px; + height: 300px; }