From 81bea17aefb26859f825b9293c7c99192874806e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 8 Nov 2011 20:40:44 +0400 Subject: upgrade Dojo to 1.6.1 --- lib/dijit/themes/nihilo/form/Slider.css | 35 ++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'lib/dijit/themes/nihilo/form/Slider.css') diff --git a/lib/dijit/themes/nihilo/form/Slider.css b/lib/dijit/themes/nihilo/form/Slider.css index 6458e89f0..16bcd0980 100644 --- a/lib/dijit/themes/nihilo/form/Slider.css +++ b/lib/dijit/themes/nihilo/form/Slider.css @@ -1,38 +1,49 @@ +/**** + SLIDER +****/ + .nihilo .dijitSliderProgressBarH { border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left; } + .nihilo .dijitSliderProgressBarV { border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left; } + .nihilo .dijitSliderFocused .dijitSliderProgressBarH, .nihilo .dijitSliderFocused .dijitSliderLeftBumper { background-image:url("../images/sliderFullFocus.png"); } + .nihilo .dijitSliderFocused .dijitSliderProgressBarV, .nihilo .dijitSliderFocused .dijitSliderBottomBumper { background-image:url("../images/sliderFullVerticalFocus.png"); } + .nihilo .dijitSliderRemainingBarV { border-color: #b4b4b4; background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y bottom left; } + .nihilo .dijitSliderRemainingBarH { border-color: #b4b4b4; background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; } + .nihilo .dijitSliderBar { border-style: solid; outline:1px; - + /* border-color: #b4b4b4; */ } .nihilo .dijitSliderFocused .dijitSliderBar { border-color:#727272; } + .nihilo .dijitSliderImageHandleH { - border:0px; + border:0; width:15px; height:18px; background:url("../images/preciseSliderThumb.png") no-repeat center top; @@ -42,37 +53,44 @@ background-image:url("../images/preciseSliderThumbFocus.png"); #background-image:url("../images/preciseSliderThumbFocus.gif"); } + .nihilo .dijitSliderLeftBumper { border-left-width: 1px; border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left; } + .nihilo .dijitSliderRightBumper { background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; border-color: #b4b4b4; border-right-width: 1px; } + .nihilo .dijitSliderImageHandleV { - border:0px; + border:0; width:20px; height:15px; background:url("../images/sliderThumb.png") no-repeat center center; #background:url("../images/sliderThumb.gif") no-repeat center center; } + .nihilo .dijitSliderFocused .dijitSliderImageHandleV { background-image:url("../images/sliderThumbFocus.png"); #background-image:url("../images/sliderThumbFocus.gif"); } + .nihilo .dijitSliderBottomBumper { border-bottom-width: 1px; border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left; } + .nihilo .dijitSliderTopBumper { background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y top left; border-color: #b4b4b4; border-top-width: 1px; } + .nihilo .dijitSliderIncrementIconH, .nihilo .dijitSliderIncrementIconV { background:url('../images/spriteRoundedIconsSmall.png') no-repeat -45px top; @@ -83,6 +101,7 @@ background:url('../images/spriteRoundedIconsSmall.png') no-repeat -30px top; #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -30px top; } + .nihilo .dijitSliderDecrementIconH, .nihilo .dijitSliderDecrementIconV { width:15px; @@ -91,12 +110,14 @@ #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -15px top; } .nihilo .dijitSliderDecrementIconH { - background:url('../images/spriteRoundedIconsSmall.png') no-repeat 0px top; - #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat 0px top; + background:url('../images/spriteRoundedIconsSmall.png') no-repeat 0 top; + #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat 0 top; } + .nihilo .dijitSliderButtonInner { visibility:hidden; } + .nihilo .dijitSliderReadOnly *, .nihilo .dijitSliderDisabled * { border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; @@ -104,7 +125,7 @@ } .nihilo .dijitSliderReadOnly .dijitSliderDecrementIconH, .nihilo .dijitSliderDisabled .dijitSliderDecrementIconH { - background-position: 0px -15px; + background-position: 0 -15px; } .nihilo .dijitSliderReadOnly .dijitSliderIncrementIconH, .nihilo .dijitSliderDisabled .dijitSliderIncrementIconH { @@ -117,4 +138,4 @@ .nihilo .dijitSliderReadOnly .dijitSliderIncrementIconV, .nihilo .dijitSliderDisabled .dijitSliderIncrementIconV { background-position: -45px -15px; -} +} \ No newline at end of file -- cgit v1.2.3