mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-03-21 12:29:14 +01:00
Centered the bookmark title, Edit button displayed when bookmark_single hovered.
This commit is contained in:
parent
654139c122
commit
85a2cd1d06
@ -98,6 +98,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
margin-right: 0.8em;
|
||||
margin-top:0.7em;
|
||||
width: 20%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
@ -295,6 +296,14 @@ li:hover em { display : none; }
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.bookmark_single .bookmark_edit_btn {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.bookmark_single:hover .bookmark_edit_btn {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.bookmark_single_form {
|
||||
padding-top: 1em;
|
||||
border-bottom: 1px solid #DDD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user