1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-30 05:24:09 +01:00

Small styles fix for Img view

This commit is contained in:
Brice Maron 2012-07-02 10:18:16 +02:00
parent 15a515b92a
commit a1d17218f0

View File

@ -74,10 +74,16 @@
display: block;
}
.bookmark_title { font-weight: bold; display: inline-block; margin-right: 0.8em; }
.bookmark_title {
font-weight: bold;
display: inline-block;
margin-right: 0.8em;
}
.bookmark_url { display: none; color: #999; }
.bookmark_single:hover .bookmark_url { display: inline; }
.bookmark_tags {
.bm_view_list .bookmark_tags {
position: absolute;
top: 0.5em;
right: 6em;
@ -266,4 +272,15 @@ li:hover em { display : none; }
.bm_view_img .bookmark_single:hover .bookmark_url{
display:block;
}
.bm_view_img .bookmark_single .bookmark_url{
display:block;
}
.bm_view_img .bookmark_actions {
bottom: 0.7em;
display: block;
position: absolute;
right: 1em;
top: auto;
}