|
From: <kar...@us...> - 2021-03-19 06:42:43
|
Revision: 18967
http://sourceforge.net/p/dcm4che/svn/18967
Author: karthikeyansan
Date: 2021-03-19 06:42:41 +0000 (Fri, 19 Mar 2021)
Log Message:
-----------
OV-236 - Retrieving pixel data progress bar shown on the center of the image may be moved out of the image box
Modified Paths:
--------------
oviyam/oviyam/trunk/web/css/frameContent.css
Modified: oviyam/oviyam/trunk/web/css/frameContent.css
===================================================================
--- oviyam/oviyam/trunk/web/css/frameContent.css 2021-03-16 15:36:45 UTC (rev 18966)
+++ oviyam/oviyam/trunk/web/css/frameContent.css 2021-03-19 06:42:41 UTC (rev 18967)
@@ -105,33 +105,41 @@
}
#progressbar {
- position:absolute;
- left: 35%;
- top: 45%;
- z-index:100;
- background: #B48A78;
- height: 25px;
- width: 27%;
- border: none !important;
- border-radius: 6px;
+ position: absolute;
+ left: 0;
+ bottom: 0px;
+ z-index: 100;
+ /* background: #B48A78; */
+ background: #5b210c;
+ height: 9px;
+ width: 100%;
+ border: none !important;
+ border-radius: 0px;
display: none;
}
.ui-progressbar-value {
- background: rgb(100,75,75);
- border: 1px solid rgb(100,75,75);
- border-radius: 6px;
+ background: #f2a22b5b;
+ border: 1px solid #000;
+ border-radius: 0px;
}
+
+ #myBar {
+ width: 1%;
+ height: 30px;
+ background-color: #4CAF50;
+ }
#progresslbl {
- position:absolute;
- left:40%;
- top: 45%;
- padding: 5px;
- z-index:200;
- color: #fff;
- font-size: 14px;
- display: none;
+ position: absolute;
+ left: 40%;
+ bottom: -5px;
+ padding: 5px;
+ z-index: 200;
+ color: #fff;
+ font-size: 10px;
+ display: none;
+ width: 100%;
}
#trackbar1 {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|