From 0e0dc6505d77d9422e6d0eb1798e781295db5765 Mon Sep 17 00:00:00 2001 From: sanj Date: Sat, 6 Nov 2010 22:00:52 +0530 Subject: [PATCH] some sizing --- test.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/test.css b/test.css index 59d223e..5f9acd4 100644 --- a/test.css +++ b/test.css @@ -9,7 +9,7 @@ body { position: relative; margin-top: 5px; margin-bottom: 5px; - margin-left: 10%; +/* margin-left: 10%; */ border: 1px solid #333; background: #000; padding: 4px; @@ -31,6 +31,7 @@ h1 { #padmaSidebar { width: 320px; + margin-right: 10px; position: fixed; top: 0px; right: 0px; @@ -57,15 +58,17 @@ h1 { margin-bottom: 15px; font-size: 13px; height: 35%; - padding: 8px; - margin-left: 2px; - margin-right: 2px; + width: 90%; + margin-left: auto; + margin-right: auto; +/* padding: 8px; + margin-right: 2px; */ overflow-y: auto; } .padmaViewer { position: relative; - width: 400px; + width: 320px; height: 100%; padding: 6px; color: #fff;