1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-03-22 13:19:40 +01:00

[Bookmark] Try to fix layout for laster core dev. should fix #477 on ff and chrome

This commit is contained in:
Brice Maron 2013-01-25 22:52:53 +00:00
parent 8df4e01671
commit e9555478dd

View File

@ -11,8 +11,9 @@ input.disabled, input.disabled:hover, input.disabled:focus {
color: gray;
}
#rightcontent {
padding-top: 5px;
top: 1em !important;
padding-top: 5px;
top: 1em !important;
}
.bookmarks_headline {
@ -32,8 +33,11 @@ input.disabled, input.disabled:hover, input.disabled:focus {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 3em;
width: 100%;
/* width: 100%; */
height: 100%;
position: fixed;
left: 32.5em;
right:0;
}
#add_form {