1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-20 17:54:25 +01:00

Merge branch 'master' of https://github.com/roadfox/bookmarks into roadfox-master

This commit is contained in:
Brice Maron 2013-10-12 17:40:36 +02:00
commit 910e214f3a

View File

@ -116,7 +116,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
.bookmark_title { .bookmark_title {
font-weight: bold; font-weight: bold;
display: inline-block; display: block;
margin-right: 0.8em; margin-right: 0.8em;
margin-top:0.7em; margin-top:0.7em;
} }
@ -126,7 +126,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
max-width: 15em; max-width: 24%;
} }
.bookmark_single:hover .bookmark_title .bookmark_edit_btn { .bookmark_single:hover .bookmark_title .bookmark_edit_btn {