projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Affichage barre de progression et image en local lors de l'upload.
[Portfolio.git]
/
skins
/
portfolio_style.css.dtml
diff --git
a/skins/portfolio_style.css.dtml
b/skins/portfolio_style.css.dtml
index
e4be18a
..
2325550
100755
(executable)
--- a/
skins/portfolio_style.css.dtml
+++ b/
skins/portfolio_style.css.dtml
@@
-294,6
+294,17
@@
div.lightbox { /*the lightbox itself*/
background: url(&dtml-portal_url;/slide-eye-closed.png);
}
background: url(&dtml-portal_url;/slide-eye-closed.png);
}
+.lightbox span.upload-progress {
+ display: block;
+ position:relative;
+ background:#ef8e32;
+ height:5px;
+ border-radius:3px;
+ width:0;
+ margin-left:11px;
+ top:208px;
+}
+
.image_toolbar {
background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x;
position:relative;
.image_toolbar {
background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x;
position:relative;