mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
Small style adaptations
This commit is contained in:
parent
0474b10893
commit
b6d4274abe
@ -282,8 +282,13 @@ li:hover em { display : none; }
|
||||
width: 228px;
|
||||
height: 160px
|
||||
}
|
||||
|
||||
.bookmark_desc{
|
||||
min-height: 1em;
|
||||
height: 2em;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis;
|
||||
overflow:hidden;
|
||||
display:block;
|
||||
}
|
||||
/*
|
||||
.bm_view_img .bookmark_single:hover .bookmark_url{
|
||||
@ -292,8 +297,10 @@ li:hover em { display : none; }
|
||||
.bm_view_img .bookmark_single .bookmark_url{
|
||||
display:block;
|
||||
}
|
||||
*/
|
||||
.bookmark_single:hover .bookmark_url { display: inline; }
|
||||
.bookmark_single:hover .bookmark_url a[href]{ color:gray; }
|
||||
|
||||
.bookmark_single:hover .bookmark_url { display: inline; }*/
|
||||
.bookmark_url { display: none; }
|
||||
|
||||
.bm_view_img .bookmark_actions {
|
||||
|
Loading…
Reference in New Issue
Block a user