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

changed width of bookmark title to better adapt on wide screens

This commit is contained in:
roadfox 2013-08-28 13:14:17 +02:00
parent 318510917d
commit 3a1c496532

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 {