diff options
author | John McLear <john@mclear.co.uk> | 2011-07-31 20:16:59 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2011-07-31 20:16:59 +0100 |
commit | 03192c1b9af0fdd2f8e57f1ab2786155c011ceac (patch) | |
tree | 6680c11330b8dee2cfcda2239092aa722bd9de12 /static | |
parent | 4d4773c1f35635d6cff758f77873c0b5e68cdc79 (diff) | |
download | etherpad-lite-03192c1b9af0fdd2f8e57f1ab2786155c011ceac.zip |
Fix the styling of the chat vdraggie
Diffstat (limited to 'static')
-rw-r--r-- | static/css/pad.css | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/static/css/pad.css b/static/css/pad.css index b3435b1e..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;} |