fixed the design
This commit is contained in:
parent
d66675914c
commit
ba9861382e
|
@ -61,6 +61,7 @@ a img
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
width: 18px;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
@ -94,6 +95,7 @@ a img
|
||||||
border: inherit;
|
border: inherit;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
visibility:hidden;
|
visibility:hidden;
|
||||||
|
width: 0px;
|
||||||
}
|
}
|
||||||
#editbar ul li a
|
#editbar ul li a
|
||||||
{
|
{
|
||||||
|
@ -914,7 +916,7 @@ position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-resizable-nw {
|
.ui-resizable-nw {
|
||||||
width:16px;
|
/*width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -923,10 +925,25 @@ position: relative;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
left: 2px; top: 1px;
|
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{
|
#importexport{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -1057,4 +1074,11 @@ width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#usericon
|
||||||
|
{
|
||||||
|
width:27px !important;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -116,7 +116,7 @@ We removed this feature cause its not worth the space it needs in the editbar
|
||||||
<div class="buttonicon" style="background-position:0px -218px"></div>
|
<div class="buttonicon" style="background-position:0px -218px"></div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li id="usericon">
|
||||||
<a onClick="window.pad&&pad.editbarClick('showusers');return false;" title="Show connected users">
|
<a onClick="window.pad&&pad.editbarClick('showusers');return false;" title="Show connected users">
|
||||||
<div class="buttonicon" style="background-position:0px -184px;display:inline-block;"></div>
|
<div class="buttonicon" style="background-position:0px -184px;display:inline-block;"></div>
|
||||||
<span id="online_count">1</span>
|
<span id="online_count">1</span>
|
||||||
|
@ -250,7 +250,7 @@ Use this link to share a read-only version of your pad:<input id="readonlyInput"
|
||||||
<a onClick="chat.show();return false;"
|
<a onClick="chat.show();return false;"
|
||||||
title="Open the chat for this pad">
|
title="Open the chat for this pad">
|
||||||
<span id="chatlabel">Chat</span>
|
<span id="chatlabel">Chat</span>
|
||||||
<div class="buttonicon" style="background-position:0px -104px;display:inline-block;"></div>
|
<div class="buttonicon" style="background-position:0px -102px;display:inline-block;"></div>
|
||||||
</a>
|
</a>
|
||||||
<span id="chatcounter">0</span>
|
<span id="chatcounter">0</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue