From 33ec98dd35a59026cffa68973e09d8d83e88d6e2 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Wed, 10 Aug 2011 17:24:59 +0100 Subject: [PATCH] beauty --- static/css/pad.css | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 0df9d1257..99a4268ea 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -916,24 +916,14 @@ position: relative; } .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: 2px; top: 1px; - 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; + background-repeat: no-repeat; + background-size: 100% auto; + cursor: nw-resize; + height: 22px; + left: 0; + top: 0; + width: 22px; } .ui-resizable-ne