mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-18 15:54:28 +01:00
Added :focus for edit button, various indentation errors in bookmarks.css corrected
This commit is contained in:
parent
85a2cd1d06
commit
be3147d21c
@ -206,7 +206,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
font-weight: normal;
|
||||
float:left;
|
||||
padding: 0.3em;
|
||||
position: relative;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.tagit li.tagit-new {
|
||||
@ -250,8 +250,8 @@ li:hover em { display : none; }
|
||||
#tag_filter ul.tagit li.tagit-choice .close{
|
||||
margin-top: -8px;
|
||||
cursor: pointer;
|
||||
margin-top: -8px;
|
||||
position: absolute;
|
||||
margin-top: -8px;
|
||||
position: absolute;
|
||||
right: 0.1em;
|
||||
top: 50%;
|
||||
}
|
||||
@ -263,12 +263,12 @@ li:hover em { display : none; }
|
||||
text-overflow:ellipsis;
|
||||
overflow:hidden;
|
||||
display:block;
|
||||
float:left;
|
||||
position: absolute;
|
||||
left: 25%;
|
||||
width:40%;
|
||||
top: 0.7em;
|
||||
font-weight:500;
|
||||
float:left;
|
||||
position: absolute;
|
||||
left: 25%;
|
||||
width:40%;
|
||||
top: 0.7em;
|
||||
font-weight:500;
|
||||
}
|
||||
.bookmark_date, .bookmark_submit {
|
||||
font-size:small;
|
||||
@ -277,7 +277,7 @@ li:hover em { display : none; }
|
||||
color:gray;
|
||||
/* margin-top:2.5em; */
|
||||
margin-right: 0.2em;
|
||||
top:0.8em;
|
||||
top:0.8em;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -304,6 +304,11 @@ li:hover em { display : none; }
|
||||
display:block;
|
||||
}
|
||||
|
||||
.bookmark_single:focus .bookmark_edit_btn {
|
||||
display:block;
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
.bookmark_single_form {
|
||||
padding-top: 1em;
|
||||
border-bottom: 1px solid #DDD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user