X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c3bcc0703d6255b78c2a6813bbea03e9581609e0..bb956c627f85fbb4bcbe152caea77cc0cbabd5f6:/redakcja/static/css/filelist.css?ds=sidebyside

diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css
index 23198945..e9b58ca7 100644
--- a/redakcja/static/css/filelist.css
+++ b/redakcja/static/css/filelist.css
@@ -63,9 +63,13 @@ td {
 .editable td {
     padding: 1px;
 }
-.editable input, .editable select {
-    width: 30em;
+.editable input, .editable select, .editable textarea {
+    width: 400px;
 }
+.editable .number-input {
+    width: 100px;
+}
+
 
 #login-box {
     float: right;
@@ -115,6 +119,10 @@ a, a:visited, a:active {
 	text-decoration: none;
 }
 
+a.btn {
+    color: #fff;
+}
+
 a:hover {
 	text-decoration: underline;
 }
@@ -180,3 +188,55 @@ a:hover {
 .book-list-user .user-column {
     display: none;
 }
+
+
+/* wall */
+.wall {
+    padding-left: 0;
+    list-style: none;
+}
+
+.wall li {
+    clear: left;
+    border-top: 1px dotted gray;
+    padding: 0 1em 2em 1em;
+    margin-bottom: 0;
+}
+
+.wall .gravatar {
+    float: left;
+    margin-right: 1em;
+    margin-left: -1em;
+}
+.wall h3 {
+    font-size: 1.25em;
+    margin-top: 0;
+}
+
+.wall .time {
+    /* float:right; */
+}
+
+.wall .anonymous {
+    background-color: #efa;
+}
+
+.wall .comment {
+    background-color: #dfc;
+}
+
+.wall .publish {
+    background-color: #fdc;
+}
+
+div.cover-preview {
+	width: 216px;
+	min-height: 300px;
+	float: left;
+	margin-right: 2em;
+}
+
+img.cover-preview {
+	width: 216px;
+	height: 300px;
+}