Ajout de quelques rêgles de CSS pour les sliders.
This commit is contained in:
parent
048274b4da
commit
b6fd35c20d
@ -5,6 +5,18 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.ui-tooltip-slider{
|
||||||
|
min-width: 0px;
|
||||||
|
}
|
||||||
|
.range
|
||||||
|
{
|
||||||
|
margin-left:10px;
|
||||||
|
margin-top:3px;
|
||||||
|
float:left;
|
||||||
|
border:0;
|
||||||
|
color:black;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
#global {
|
#global {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -65,6 +77,12 @@ body {
|
|||||||
top: 80px;
|
top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mySlider
|
||||||
|
{
|
||||||
|
margin:0px;
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
#primaryNavigation {
|
#primaryNavigation {
|
||||||
background: url("/themes/default/images/menu/bg_primaryNav_left.gif") no-repeat scroll left bottom #192839;
|
background: url("/themes/default/images/menu/bg_primaryNav_left.gif") no-repeat scroll left bottom #192839;
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user