From: Ben Klang Date: Tue, 18 May 2010 20:14:09 +0000 (-0400) Subject: Pastie: A better layout for the Recent box X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e410adfb28d9c1b36891d9cf72cef6d673420875;p=horde.git Pastie: A better layout for the Recent box --- diff --git a/pastie/themes/screen.css b/pastie/themes/screen.css index 154d5a3de..87fef246a 100644 --- a/pastie/themes/screen.css +++ b/pastie/themes/screen.css @@ -1,12 +1,12 @@ /* Insert CSS definitions here. */ #recentPastes { - float: left; - width: 18%; + float: right; + width: 150px; + margin: 10px; height: 100%; border: 1px solid #c00; padding: 2px; - overflow: hidden; - margin: 50px 10px 10px 10px; + font-size: 0.8em; } .recentPaste { @@ -14,9 +14,8 @@ } #showpaste { - margin: 10px 35px 10px 35px; float: right; - width: 70%; + min-width: 700px; } .pasteTitle { @@ -43,7 +42,5 @@ .pasteForm { float: right; - width: 75%; - margin: 10px; border: 1px solid #ccc; }