From 7d254f156e578759a749be0adbe3de566fa62ef1 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Sun, 18 Nov 2012 01:28:54 +0530 Subject: [PATCH] Bookmark List UX Changed Removed the link, orientation of the description and tags changed. --- css/bookmarks.css | 13 ++++++++++++- templates/js_tpl.php | 11 +++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/css/bookmarks.css b/css/bookmarks.css index 25cec50c..65814af4 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -63,7 +63,7 @@ input.disabled, input.disabled:hover, input.disabled:focus { .bookmark_actions { position: absolute; right: 1em; - bottom:0.3em; + bottom:1.3em; display: none; } .bookmark_actions span { margin: 0 0.4em; } @@ -100,6 +100,11 @@ input.disabled, input.disabled:hover, input.disabled:focus { right: 6em; text-align: right; } + +.bookmark_tags { + margin-left:7em; + position: absolute; +} .bookmark_tag { display: inline-block; color: white; @@ -247,6 +252,11 @@ li:hover em { display : none; } text-overflow:ellipsis; overflow:hidden; display:block; + float: left; + position: absolute; + left: 7em; + width:30em; + top: 0.7em; } .bookmark_date, .bookmark_submit { font-size:small; @@ -255,6 +265,7 @@ li:hover em { display : none; } color:gray; /* margin-top:2.5em; */ margin-right: 0.2em; + top:0.8em; } /* diff --git a/templates/js_tpl.php b/templates/js_tpl.php index 795bbca1..a5b1bc7d 100644 --- a/templates/js_tpl.php +++ b/templates/js_tpl.php @@ -10,18 +10,13 @@ <%= encodeEntities(title == '' ? url : title ) %> -

-

- - <%= encodeEntities(title == '' ? '' : url) %> - - + " title="t('Edit');?>"> + <%= encodeEntities(description)%> + <%= formatDate(added_date) %>

-

<%= formatDate(added_date) %>

-

<%= encodeEntities(description)%>