projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2 bricoles.
[Plinn.git]
/
skins
/
custom_generic
/
zpt_stylesheet.css.dtml
diff --git
a/skins/custom_generic/zpt_stylesheet.css.dtml
b/skins/custom_generic/zpt_stylesheet.css.dtml
index
8acbdab
..
904ab25
100644
(file)
--- a/
skins/custom_generic/zpt_stylesheet.css.dtml
+++ b/
skins/custom_generic/zpt_stylesheet.css.dtml
@@
-5,7
+5,9
@@
body {
color: &dtml-fontColor;;
font-family: &dtml-fontFamily;;
font-size : &dtml-fontBaseSize;;
color: &dtml-fontColor;;
font-family: &dtml-fontFamily;;
font-size : &dtml-fontBaseSize;;
- margin: 0 }
+ margin: 0;
+ padding: 0;
+}
h1, h2, h3, h4, h5, h6 {
font-family: &dtml-headingFontFamily;;
h1, h2, h3, h4, h5, h6 {
font-family: &dtml-headingFontFamily;;
@@
-354,7
+356,11
@@
textarea {
color: &dtml-fontColor;;
font-size: 80%;
text-align: center;
color: &dtml-fontColor;;
font-size: 80%;
text-align: center;
- padding : 3px;
+ padding : 3px 0;
+ position:absolute;
+ bottom:0;
+ width:100%;
+ height:1em;
}
/* Folder contents */
}
/* Folder contents */
@@
-390,7
+396,18
@@
textarea {
}
.listing .even {
background-color: &dtml-evenRowBackgroundColor;;
}
.listing .even {
background-color: &dtml-evenRowBackgroundColor;;
-}
+}
+
+.listing span.upload-progress {
+ display: block;
+ position:absolute;
+ background:#ef8e32;
+ height:4px;
+ border-radius:2px;
+ width:0;
+ top:3px;
+}
+
/* Batched navigation */
/* Batched navigation */