.label {
font-size: 12pt;
}
.labeledit {
border: red 1px dotted;
background-color: yellow;
text-align: left;
}
.labeleditwork {
background: url(images/progress_spiral.gif) no-repeat 100% left;
}
.toolbar {
background-color: silver;
border: outset 1px; /*give toolbar a 3D look*/
position: absolute; /*needed so it doesn't take up space */
margin-top: -22px; /*specify toolbar to be just above text */
white-space: nowrap; /* makes toolbar horizontal */
height: 22px;
}
.toolbarbutton {
width: 21px;
height: 21px;
cursor: pointer; /*change mouse to pointer when hover over button*/
border: solid 1px silver; /*needed so hover doesn't bump with outset border - transparent color not supported by IE */
display:inline-block; /* supported by Opera and ? */
display:-moz-inline-box; /* Gecko proprietary */
}
.borderhover {
border: outset 1px;
}
.button_edit {
background: url(images/icon_edit.gif) no-repeat 100% center;
}
.button_save {
background: url(images/icon_save.gif) no-repeat 100% center;
}
.button_cancel {
background: url(images/icon_cancel.gif) no-repeat 100% center;
}