diff --git a/static/css/pad.css b/static/css/pad.css index 4bcd4cfc..0df9d125 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -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; } diff --git a/static/img/etherpad_lite_icons.gif b/static/img/etherpad_lite_icons.gif index e18bf911..6f59ba6c 100644 Binary files a/static/img/etherpad_lite_icons.gif and b/static/img/etherpad_lite_icons.gif differ diff --git a/static/pad.html b/static/pad.html index 55ca7a69..72703331 100644 --- a/static/pad.html +++ b/static/pad.html @@ -116,7 +116,7 @@ We removed this feature cause its not worth the space it needs in the editbar
-
  • +
  • 1 @@ -250,7 +250,7 @@ Use this link to share a read-only version of your pad: Chat -
    +
    0