mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-20 17:54:25 +01:00
Relative lengths of Bookmark Elements.
Tried my best that no overlapping happs for larger widths, removed the second edit button too.
This commit is contained in:
parent
618eb1fde3
commit
853fbcf4d2
@ -92,14 +92,14 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
float: left;
|
||||
position: absolute;
|
||||
top: 0.6em;
|
||||
left: 10em;
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
.bookmark_title {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
margin-right: 0.8em;
|
||||
width: 8em;
|
||||
width: 20%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
@ -113,7 +113,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
}
|
||||
|
||||
.bookmark_tags {
|
||||
margin-left:11em;
|
||||
left:25%;
|
||||
position: absolute;
|
||||
}
|
||||
.bookmark_tag {
|
||||
@ -265,8 +265,8 @@ li:hover em { display : none; }
|
||||
display:block;
|
||||
float:left;
|
||||
position: absolute;
|
||||
left: 11em;
|
||||
max-width:30em;
|
||||
left: 25%;
|
||||
width:40%;
|
||||
top: 0.7em;
|
||||
font-weight:500;
|
||||
}
|
||||
|
@ -10,10 +10,6 @@
|
||||
<a href="<%= encodeEntities(url) %>" target="_blank" class="bookmark_link">
|
||||
<%= encodeEntities(title == '' ? url : title ) %>
|
||||
</a>
|
||||
<span class="bookmark_edit">
|
||||
<img class="svg" src="<?php echo OCP\image_path("", "actions/rename.svg");?>"
|
||||
title="<?php echo $l->t('Edit');?>">
|
||||
</span>
|
||||
<span class="bookmark_desc"><%= encodeEntities(description)%> </span>
|
||||
<span class="bookmark_date"><%= formatDate(added_date) %></span>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user