Pastie: A better layout for the Recent box
authorBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 20:14:09 +0000 (16:14 -0400)
committerBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 20:14:44 +0000 (16:14 -0400)
pastie/themes/screen.css

index 154d5a3..87fef24 100644 (file)
@@ -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;
 }