mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-07 06:54:15 +01:00
Edit Button Loads correctly.
This commit is contained in:
parent
c04e72abfe
commit
9e0756d902
@ -99,7 +99,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bookmark_single:hover {
|
.bookmark_single:hover {
|
||||||
background-color:#f8f8f8
|
background-color:#f8f8f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmark_single:hover .bookmark_actions {
|
.bookmark_single:hover .bookmark_actions {
|
||||||
@ -111,20 +111,18 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
margin-top:0.7em;
|
margin-top:0.7em;
|
||||||
width: 20%;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmark_edit_btn {
|
.bookmark_title a {
|
||||||
/*position: absolute;
|
white-space: nowrap;
|
||||||
top: 0.6em;
|
text-overflow: ellipsis;
|
||||||
left: 21%;*/
|
overflow: hidden;
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmark_title:hover .bookmark_edit_btn {
|
.bookmark_single:hover .bookmark_title .bookmark_edit_btn {
|
||||||
display:inline;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bm_view_list .bookmark_tags {
|
.bm_view_list .bookmark_tags {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user