fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Warn before leaving page.
[redakcja.git]
/
platforma
/
static
/
css
/
filelist.css
diff --git
a/platforma/static/css/filelist.css
b/platforma/static/css/filelist.css
old mode 100755
(executable)
new mode 100644
(file)
index
91e9b8d
..
a0b4995
--- a/
platforma/static/css/filelist.css
+++ b/
platforma/static/css/filelist.css
@@
-6,42
+6,62
@@
Dodatkowe style dla listy plików na stronie głównej.
*/
Dodatkowe style dla listy plików na stronie głównej.
*/
-#main-page-widgets > div {
- float: left;
+body {
+ background-color: #84BF2A;
+}
+
+#content {
+ background: #EFEFEF;
border: 1px solid black;
padding: 0.5em 2em;
border: 1px solid black;
padding: 0.5em 2em;
- margin: 1em;
+ margin: 1em;
+ overflow: hidden;
}
}
-.file-list-widget {
- background: #DDF;
- max-width: 60%;
+#content h1 img {
+ vertical-align: middle;
}
}
-.file-list-widget .page-nav-wrap button {
- width: 2.5em;
+#content h1 {
+ border-bottom: 2px solid black;
+ padding: 0.5em;
+ font-size: 2opt;
+ font-family: sans-serif;
}
}
-.upload-file-widget {
- min-width: 20%;
- width: 35%;
+#file-list {
+ overflow: visible;
+ float: left;
+ max-width: 50%;
+ padding-right: 2%;
+ border-right: 1px dashed black;
+
}
}
-ul.file-tree-part {
- margin: 0.5em 1em;
- padding: 0em;
+#last-edited-list {
+ float: left;
+ max-width: 35%;
+ margin-left: 5%;
}
}
-ul.file-tree-part li {
- list-style: square;
- padding: 0em;
-}
+#last-edited-list ul {
+ margin: 0px;
+}
-
ul.file-tree-part a
{
-
padding: 0
em;
+
#last-edited-list li
{
+
margin-bottom: 1
em;
}
}
+#last-edited-list .date {
+ font-size: 70%;
+ color: grey;
+}
+a, a:visited, a:active {
+ color: blue;
+ text-decoration: none;
+}
-
-
+a:hover {
+ text-decoration: underline;
+}
\ No newline at end of file