summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2011-07-31 20:16:59 +0100
committerJohn McLear <john@mclear.co.uk>2011-07-31 20:16:59 +0100
commit03192c1b9af0fdd2f8e57f1ab2786155c011ceac (patch)
tree6680c11330b8dee2cfcda2239092aa722bd9de12 /static
parent4d4773c1f35635d6cff758f77873c0b5e68cdc79 (diff)
downloadetherpad-lite-03192c1b9af0fdd2f8e57f1ab2786155c011ceac.zip
Fix the styling of the chat vdraggie
Diffstat (limited to 'static')
-rw-r--r--static/css/pad.css23
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;}