mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-28 00:54:31 +01:00
Bookmark: Small style Fix #158
This commit is contained in:
parent
853fbcf4d2
commit
142fdc2e99
@ -74,7 +74,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
|
||||
.bookmark_single {
|
||||
position: relative;
|
||||
padding: 0.5em 1em;
|
||||
padding: 0.2em 1em;
|
||||
min-height: 3em;
|
||||
border-bottom: 1px solid #DDD;
|
||||
-webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms;
|
||||
@ -89,10 +89,9 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
}
|
||||
|
||||
.bookmark_edit_btn {
|
||||
float: left;
|
||||
position: absolute;
|
||||
top: 0.6em;
|
||||
left: 20%;
|
||||
left: 21%;
|
||||
}
|
||||
|
||||
.bookmark_title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user