1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +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 {
font-weight: bold;
display: inline-block;
display: block;
margin-right: 0.8em;
margin-top:0.7em;
}
@ -126,7 +126,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
max-width: 15em;
max-width: 24%;
}
.bookmark_single:hover .bookmark_title .bookmark_edit_btn {