X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0da29a22a23a90561df3d201a299f3007c84d524..8a57885f70d87d9f79b0c0d47dc0f683d434b734:/redakcja/static/css/filelist.css

diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css
index c7a65f31..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;
 }
 
@@ -225,10 +225,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;
 }