mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
fixed the design
This commit is contained in:
parent
d66675914c
commit
ba9861382e
3 changed files with 30 additions and 6 deletions
|
@ -61,6 +61,7 @@ a img
|
|||
padding: 4px 5px;
|
||||
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
|
@ -94,6 +95,7 @@ a img
|
|||
border: inherit;
|
||||
background: inherit;
|
||||
visibility:hidden;
|
||||
width: 0px;
|
||||
}
|
||||
#editbar ul li a
|
||||
{
|
||||
|
@ -914,7 +916,7 @@ position: relative;
|
|||
}
|
||||
|
||||
.ui-resizable-nw {
|
||||
width:16px;
|
||||
/*width:16px;
|
||||
height:16px;
|
||||
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
@ -923,10 +925,25 @@ position: relative;
|
|||
width: 22px;
|
||||
height: 22px;
|
||||
left: 2px; top: 1px;
|
||||
background-size: 80% auto;
|
||||
background-size: 80% auto;*/
|
||||
background-image: url("../img/nw-resize.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% auto;
|
||||
cursor: nw-resize;
|
||||
height: 22px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.ui-resizable-ne
|
||||
{
|
||||
cursor: ne-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
right: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right:
|
||||
-5px; top: -5px;}
|
||||
|
||||
#importexport{
|
||||
position:absolute;
|
||||
|
@ -1057,4 +1074,11 @@ width:16px;
|
|||
height:16px;
|
||||
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
||||
background-repeat: no-repeat;
|
||||
margin-left: 1px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
#usericon
|
||||
{
|
||||
width:27px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue