Merge pull request #523 from 0ip/labelfix

fixes #520
This commit is contained in:
John McLear 2012-02-29 04:20:44 -08:00
commit 0a13615254
1 changed files with 3 additions and 38 deletions

View File

@ -878,40 +878,6 @@ ul#colorpickerswatches li:hover
margin-left: 3px; margin-left: 3px;
margin-right: 3px; margin-right: 3px;
margin-top:2px; margin-top:2px;
}
/* resizable stuff for chat */
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
display: block;
}
.ui-resizable-nw {
background-image: url("../../static/img/etherpad_lite_icons.png");
background-position: 0 -416px;
background-repeat: no-repeat;
background-size: 100% auto;
cursor: nw-resize;
height: 17px;
left: 3px;
top: 3px;
width: 17px;
}
.ui-resizable-ne
{
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
} }
.exporttype{ .exporttype{
@ -1118,10 +1084,9 @@ width:33px !important;
word-wrap: break-word; word-wrap: break-word;
} }
/* fix for misaligned labels */ /* fix for misaligned checkboxes */
label { input[type=checkbox] {
position: relative; vertical-align: -1px;
bottom: 1px;
} }
.right { .right {