From 85a2cd1d0618a9c6f47cfc17817081a54c5a705d Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Wed, 9 Jan 2013 18:41:24 +0530 Subject: [PATCH] Centered the bookmark title, Edit button displayed when bookmark_single hovered. --- css/bookmarks.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/bookmarks.css b/css/bookmarks.css index 3ef77972..8176f34f 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -98,6 +98,7 @@ input.disabled, input.disabled:hover, input.disabled:focus { font-weight: bold; display: inline-block; margin-right: 0.8em; + margin-top:0.7em; width: 20%; text-overflow: ellipsis; overflow: hidden; @@ -295,6 +296,14 @@ li:hover em { display : none; } width: 80%; } +.bookmark_single .bookmark_edit_btn { + display:none; +} + +.bookmark_single:hover .bookmark_edit_btn { + display:block; +} + .bookmark_single_form { padding-top: 1em; border-bottom: 1px solid #DDD;