editor: Handling backspace/delete on the text boundries
[redakcja.git] / redakcja / static / css / filelist.css
index 166def0..e9b58ca 100644 (file)
@@ -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;
+}