fixed the design

This commit is contained in:
Peter 'Pita' Martischka 2011-08-10 17:19:23 +01:00
parent d66675914c
commit ba9861382e
3 changed files with 30 additions and 6 deletions

View File

@ -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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -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>
</a>
</li>
<li>
<li id="usericon">
<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>
<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;"
title="Open the chat for this pad">
<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>
<span id="chatcounter">0</span>
</div>