Subversion Repositories SmartDukaan

Rev

Rev 545 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 545 Rev 568
Line 57... Line 57...
57
/* Component containers
57
/* Component containers
58
----------------------------------*/
58
----------------------------------*/
59
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
59
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
60
.ui-widget .ui-widget { font-size: 1em; }
60
.ui-widget .ui-widget { font-size: 1em; }
61
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
61
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
62
.ui-widget-content { background: url(/images/slider-bar.png) 50% top repeat-x; }
62
.ui-widget-content { background: url(../images/slider-bar.png) 50% top repeat-x; }
63
.ui-widget-content a { color: #333333; }
63
.ui-widget-content a { color: #333333; }
64
.ui-widget-header { }
64
.ui-widget-header { }
65
.ui-widget-header a { color: #ffffff; }
65
.ui-widget-header a { color: #ffffff; }
66
 
66
 
67
/* Interaction states
67
/* Interaction states
68
----------------------------------*/
68
----------------------------------*/
69
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
69
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
70
background: url(/images/slider-handler.png) 50% 50% no-repeat; width:21px; height:16px;}
70
background: url(../images/slider-handler.png) 50% 50% no-repeat; width:21px; height:16px;}
71
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
71
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
72
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: url(/images/slider-handler.png) 50% 50% no-repeat;}
72
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: url(../images/slider-handler.png) 50% 50% no-repeat;}
73
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
73
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
74
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: url(/images/slider-handler.png) 50% 50% no-repeat;}
74
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: url(../images/slider-handler.png) 50% 50% no-repeat;}
75
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
75
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
76
.ui-widget :active { outline: none; }
76
.ui-widget :active { outline: none; }
77
 
77
 
78
/* Interaction Cues
78
/* Interaction Cues
79
----------------------------------*/
79
----------------------------------*/
Line 314... Line 314...
314
 
314
 
315
.ui-slider-vertical { width: .8em; height: 100px; }
315
.ui-slider-vertical { width: .8em; height: 100px; }
316
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
316
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
317
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
317
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
318
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
318
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
319
.ui-slider-vertical .ui-slider-range-max { top: 0; }
319
.ui-slider-vertical .ui-slider-range-max { top: 0; }
320
320