From 26fb9f25c35d73500d2cf605529343801edbc43b Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 20 Sep 2013 12:41:06 +0300 Subject: [PATCH] Override css rules suggested in #41 --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index be0539df..caf5b39d 100755 --- a/css/style.css +++ b/css/style.css @@ -186,3 +186,18 @@ #container { top: 38px !important; } + +cursor > div { + padding-bottom: 0 !important; +} + +editinfo > div.editInfoMarker { + width: 4px; + border-radius: 0; + box-shadow: 0 0 0 #fff; + background-clip:content-box; + padding: 0 5px; +} + +editinfo > div.editInfoMarker:hover { +} \ No newline at end of file