itoggle.css in iToggle 7.2
Same filename and directory in other branches
div.itoggle-wrapper {
width: 69px;
height: 22px;
padding-top: 2px;
}
div.itoggle-wrapper input.iT_checkbox_on {
display: block !important;
float: left;
position: relative !important;
top: -43px !important;
left :100px !important;
margin-bottom: -43px;
}
/* -----------------------------
This is the important bit
-------------------------------*/
div.itoggle-wrapper label.ilabel {
display: block;
font-size: 12px;
padding-bottom: 10px;
cursor: pointer;
}
div.itoggle-wrapper label.itoggle,
div.itoggle-wrapper label.itoggle span {
display: block;
width: 69px;
height: 20px;
background: url(itoggle-onoff.png) left bottom no-repeat;
cursor: pointer;
text-indent: -5000px;
}
div.itoggle-wrapper.itoggle-display-yesno label.itoggle,
div.itoggle-wrapper.itoggle-display-yesno label.itoggle span {
background-image: url(itoggle-yesno.png);
}
div.itoggle-wrapper.itoggle-display-onezero label.itoggle,
div.itoggle-wrapper.itoggle-display-onezero label.itoggle span {
background-image: url(itoggle-onezero.png);
}
div.itoggle-wrapper label.itoggle.iToff {
background-position: right bottom;
}
div.itoggle-wrapper label.itoggle span {
background-position: left top;
margin: 0;
}
div.itoggle-wrapper input.iT_checkbox {
position: absolute;
top: -9999px;
left: -9999px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
File
misc/itoggle.cssView source
- div.itoggle-wrapper {
- width: 69px;
- height: 22px;
- padding-top: 2px;
- }
-
- div.itoggle-wrapper input.iT_checkbox_on {
- display: block !important;
- float: left;
- position: relative !important;
- top: -43px !important;
- left :100px !important;
- margin-bottom: -43px;
- }
-
- /* -----------------------------
- This is the important bit
- -------------------------------*/
-
- div.itoggle-wrapper label.ilabel {
- display: block;
- font-size: 12px;
- padding-bottom: 10px;
- cursor: pointer;
- }
-
- div.itoggle-wrapper label.itoggle,
- div.itoggle-wrapper label.itoggle span {
- display: block;
- width: 69px;
- height: 20px;
- background: url(itoggle-onoff.png) left bottom no-repeat;
- cursor: pointer;
- text-indent: -5000px;
- }
-
- div.itoggle-wrapper.itoggle-display-yesno label.itoggle,
- div.itoggle-wrapper.itoggle-display-yesno label.itoggle span {
- background-image: url(itoggle-yesno.png);
- }
-
- div.itoggle-wrapper.itoggle-display-onezero label.itoggle,
- div.itoggle-wrapper.itoggle-display-onezero label.itoggle span {
- background-image: url(itoggle-onezero.png);
- }
-
- div.itoggle-wrapper label.itoggle.iToff {
- background-position: right bottom;
- }
-
- div.itoggle-wrapper label.itoggle span {
- background-position: left top;
- margin: 0;
- }
-
- div.itoggle-wrapper input.iT_checkbox {
- position: absolute;
- top: -9999px;
- left: -9999px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px;
- }