From e9555478dd13ac81c37d9c676269561158282d33 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Fri, 25 Jan 2013 22:52:53 +0000 Subject: [PATCH] [Bookmark] Try to fix layout for laster core dev. should fix #477 on ff and chrome --- css/bookmarks.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css/bookmarks.css b/css/bookmarks.css index ccb02482..0dc6f0fd 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -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 {