cross-browser compatible solution + removed some resizing stuff
This commit is contained in:
parent
cefda46a44
commit
43e90c7470
|
@ -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,6 +1084,11 @@ width:33px !important;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix for misaligned checkboxes */
|
||||||
|
input[type=checkbox] {
|
||||||
|
vertical-align: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue