Author: andre
Date: 2010-06-22 22:44:44 +0200 (Tue, 22 Jun 2010)
New Revision: 42657
Modified:
openimages/trunk/src/main/webapp/style/css/specific-styles.css
Log:
restyled upload progress bar
Modified: openimages/trunk/src/main/webapp/style/css/specific-styles.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/specific-styles.css
2010-06-22 20:44:18 UTC (rev 42656)
+++ openimages/trunk/src/main/webapp/style/css/specific-styles.css
2010-06-22 20:44:44 UTC (rev 42657)
@@ -648,33 +648,39 @@
{
width: auto;
border: 2px solid #ccc;
- padding: 2px;
+ padding: 2px 4px 0;
font-weight: bold;
text-align: left;
- color: white;
+ position: relative;
+ height: 22px;
}
-div.progressInfo p
+
+div.PROGRESS
{
- white-space: nowrap;
- margin: 0;
- padding-left: 4px;
- color: #555;
+ background-image: url(../images/progress.png);
+ background-color: #fff;
+ background-repeat: repeat;
+ height: 24px;
+ position: absolute;
+ top: 0;
+ left: 0;
}
-div.progressInfo p span.speed {
- margin-left: 1ex;
-}
-div.progress
+div.progressInfo span.percentage
{
- background-image: url(../images/progress.png);
- background-color: #FFF;
- background-repeat: repeat-x;
- background-position: 0 50%;
+ position: relative;
+ top: 0;
+ left: 2px;
+ color: #555;
}
-div.progess span {
- display: inline;
+div.progressInfo span.speed
+{
+ position: relative;
+ top: 0;
+ left: 12px;
+ color: #555;
}
body.home p.logobeng
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs