summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortof <>2008-03-07 14:39:58 +0000
committertof <>2008-03-07 14:39:58 +0000
commit4a99274731ccd99f6c6c55219488f3e4b9992651 (patch)
treebf4a7c14ff04a053c077b2bdbf6877a3f635221d
parentfccd4014cec8ba6a3f584edfe0936db910676d0e (diff)
Fixed # 759: TSlider wrong layout with horizontal with center horizontal align
Also make track size relative to slider size.
-rwxr-xr-xframework/Web/UI/WebControls/assets/TSlider/TSlider.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/framework/Web/UI/WebControls/assets/TSlider/TSlider.css b/framework/Web/UI/WebControls/assets/TSlider/TSlider.css
index c0364d91..458467ee 100755
--- a/framework/Web/UI/WebControls/assets/TSlider/TSlider.css
+++ b/framework/Web/UI/WebControls/assets/TSlider/TSlider.css
@@ -12,7 +12,8 @@
.HorizontalSlider
{
width: 210px;
- height: 14px;
+ height: 14px;
+ text-align: left;
}
/* Class for vertical slider */
@@ -40,17 +41,17 @@
height: 3px;
top: 5px;
- width: 200px;
- left: 3px;
+ width: 97%;
+ left: 1%;
}
/* Vertical Track */
.VerticalSlider .Track
{
- height: 200px;
+ height: 97%;
width: 3px;
left: 5px;
- top: 3px;
+ top: 1%;
}
/* Class for the progress indicator */