Dodano wyszukiwarke na stronie glownej. Refs #75.
[redakcja.git] / project / static / css / filelist.css
diff --git a/project/static/css/filelist.css b/project/static/css/filelist.css
new file mode 100755 (executable)
index 0000000..f5b8ce0
--- /dev/null
@@ -0,0 +1,33 @@
+/* 
+    Document   : filelist
+    Created on : 2009-09-04, 20:44:44
+    Author     : lreqc
+    Description:
+        Dodatkowe style dla listy plików na stronie głównej.
+*/
+
+#main-page-widgets > div {
+    float: left;
+    border: 1px solid black;
+    padding: 0.5em 2em;
+    margin: 1em;    
+}
+
+.file-list-widget {
+    background: #DDF;
+    max-width: 60%;
+}
+
+.file-list-widget .page-nav-wrap button {
+    width: 2.5em;
+}
+
+.upload-file-widget {
+    min-width: 20%;
+    width: 25%;
+}
+
+
+
+
+