mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-14 08:00:30 +01:00
27 lines
539 B
CSS
27 lines
539 B
CSS
body {
|
|
font: 0.8em/21px arial,sans-serif;
|
|
}
|
|
|
|
.checkbox, .radio {
|
|
width: 19px;
|
|
height: 25px;
|
|
padding: 0 5px 0 0;
|
|
background: url(checkbox.gif) no-repeat;
|
|
display: block;
|
|
clear: left;
|
|
float: left;
|
|
}
|
|
.radio {
|
|
background: url(radio.gif) no-repeat;
|
|
}
|
|
.select {
|
|
position: absolute;
|
|
width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
|
|
height: 21px;
|
|
padding: 0 24px 0 8px;
|
|
color: #fff;
|
|
font: 12px/21px arial,sans-serif;
|
|
background: url(select.gif) no-repeat;
|
|
overflow: hidden;
|
|
}
|