X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2dadb147794c8bc2da8c062e3452ddaf992fa7f0..91dd7bde79124d1258984b264f8f80188c2383c6:/redakcja/static/css/filelist.css?ds=inline

diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css
index c347679c..b5e4fc43 100644
--- a/redakcja/static/css/filelist.css
+++ b/redakcja/static/css/filelist.css
@@ -115,7 +115,7 @@ td {
 }
 
 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;
+}