commit
0a13615254
|
@ -880,40 +880,6 @@ ul#colorpickerswatches li:hover
|
||||||
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{
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue