[extensions-web] Expand the review UI to mostly full-screen



commit effb9bb53525e7510e019b152497fa6f9ff2f65e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 15 15:36:43 2011 -0500

    Expand the review UI to mostly full-screen

 sweettooth/static/css/review.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index f0b2101..99f3850 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -1,6 +1,11 @@
 
 @import url("pygments.css");
 
+.maxwidth {
+    width: auto !important;
+    margin: 0 1em;
+}
+
 #files table {
     width: 100%;
     border: 1px solid #aaa;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]