diff --git a/static/css/pad.css b/static/css/pad.css index e5a98ad6..4bcd4cfc 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -308,7 +308,13 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } .hidesidebar #padeditor { right: 0; } #vdraggie { - background: url(static/img/vdraggie.gif) no-repeat top center; +/* background: url(static/img/vdraggie.gif) no-repeat top center;*/ + width:16px; + height:16px; + background-image:url('../../static/img/etherpad_lite_icons.gif'); + background-repeat: no-repeat; + background-position: 0px -300px; + cursor: W-resize; bottom:0; position:absolute; @@ -906,19 +912,18 @@ position: relative; display: block; } -/* -.ui-resizable-disabled .ui-resizable-handle, .ui-resizable- autohide .ui-resizable-handle { display: none; } -*/ .ui-resizable-nw { + width:16px; + height:16px; + background-image:url('../../static/img/etherpad_lite_icons.gif'); + background-repeat: no-repeat; + background-position: 0px -455px; cursor: nw-resize; width: 22px; height: 22px; - left: 0px; top: 0px; - background-size: 100% auto; - background-image: url("../img/nw-resize.png"); - background-repeat: no-repeat; -/* background-position: -5px -5px;*/ + left: 2px; top: 1px; + background-size: 80% auto; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} @@ -1046,3 +1051,10 @@ padding: 10px; border-radius: 6px; opacity:.8; } + +.buttonicon{ +width:16px; +height:16px; +background-image:url('../../static/img/etherpad_lite_icons.gif'); +background-repeat: no-repeat; +} diff --git a/static/img/etherpad_lite_icons.gif b/static/img/etherpad_lite_icons.gif new file mode 100644 index 00000000..e18bf911 Binary files /dev/null and b/static/img/etherpad_lite_icons.gif differ diff --git a/static/img/maximize_maximized.png b/static/img/maximize_maximized.png deleted file mode 100644 index d1ae8f87..00000000 Binary files a/static/img/maximize_maximized.png and /dev/null differ diff --git a/static/img/padtop5.gif b/static/img/padtop5.gif deleted file mode 100644 index e6e071d6..00000000 Binary files a/static/img/padtop5.gif and /dev/null differ diff --git a/static/img/padtopback2.gif b/static/img/padtopback2.gif deleted file mode 100644 index db46567b..00000000 Binary files a/static/img/padtopback2.gif and /dev/null differ diff --git a/static/pad.html b/static/pad.html index 8d7f69ae..55ca7a69 100644 --- a/static/pad.html +++ b/static/pad.html @@ -25,76 +25,75 @@ @@ -256,7 +250,7 @@ Use this link to share a read-only version of your pad: Chat - +
0