##// END OF EJS Templates
Fix jquery slider on FF
Jonathan Frederic -
Show More
@@ -30,17 +30,26 b''
30 margin-top: 11px;
30 margin-top: 11px;
31
31
32 width: 348px;
32 width: 348px;
33 height: 5px !important;
33 height: 5px;
34 overflow: visible !important;
34 max-height: 5px;
35 overflow: visible;
35
36
36 border: 1px solid #CCCCCC;
37 border: 1px solid #CCCCCC;
37 background: #FFFFFF;
38 background: #FFFFFF;
38 .corner-all();
39 .corner-all();
39
40
41 display: -moz-box;
42 display: -webkit-box;
43
40 .ui-slider {
44 .ui-slider {
41 border: 0px !important;
45 border: 0px !important;
42 background: none !important;
46 background: none !important;
43
47
48 display: -moz-box;
49 display: -webkit-box;
50 -moz-box-flex: 1; /* Mozilla */
51 -webkit-box-flex: 1; /* WebKit */
52
44 .ui-slider-handle {
53 .ui-slider-handle {
45 width: 14px !important;
54 width: 14px !important;
46 height: 28px !important;
55 height: 28px !important;
@@ -54,9 +63,13 b''
54 border: 1px solid #CCCCCC;
63 border: 1px solid #CCCCCC;
55 background: #FFFFFF;
64 background: #FFFFFF;
56 width: 5px;
65 width: 5px;
66 max-width: 5px;
57 margin-left: 12px;
67 margin-left: 12px;
58 padding-bottom: 14px;
68
69 padding-bottom: 8px;
70 .vbox();
59 .corner-all();
71 .corner-all();
72
60 height: 250px;
73 height: 250px;
61
74
62 .ui-slider {
75 .ui-slider {
@@ -64,7 +77,12 b''
64 background: none !important;
77 background: none !important;
65 margin-left: -4px;
78 margin-left: -4px;
66 margin-top: 5px;
79 margin-top: 5px;
67 height: 100%;
80
81 .vbox();
82 .box-flex1();
83
84 /* height: 100%;
85 min-height: 100%; */
68
86
69 .ui-slider-handle {
87 .ui-slider-handle {
70 width: 28px !important;
88 width: 28px !important;
General Comments 0
You need to be logged in to leave comments. Login now