From f43f377c7953752f11b591a29456b8bda1d16bfc Mon Sep 17 00:00:00 2001 From: Timothy Washington Date: Sun, 8 Nov 2009 18:11:28 -0500 Subject: [PATCH] merging main.css files --- webkell/accounts.html | 2 +- webkell/css/main.css | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/webkell/accounts.html b/webkell/accounts.html index 5a8c3f4..e2676fb 100644 --- a/webkell/accounts.html +++ b/webkell/accounts.html @@ -81,7 +81,7 @@ - + diff --git a/webkell/css/main.css b/webkell/css/main.css index 31b9516..105a5b2 100644 --- a/webkell/css/main.css +++ b/webkell/css/main.css @@ -55,7 +55,7 @@ body{ .signuptitle { font: italic bold 1.5em Palatino, sans-serif; } -.register { +.register { width: 250px; height: 300px; margin: 5px 2px; @@ -113,8 +113,8 @@ body{ position: relative; float: left; - width: 343px; - height: 430px; + width: 160px; + height: 440px; margin: 0; padding: 1em; clear: none; @@ -122,19 +122,18 @@ body{ background-color: white; opacity: 3; z-index: 2; - } .journals-pane { float: left; margin-left: 5px; - position: relative; + position: absolute; padding: 10px; top: 5px; + height: auto; + clear: none; /*width: 65%;*/ z-index: 1; - width: inherit; - display: none; } .handle { @@ -179,7 +178,7 @@ body{ -.cell_window { +/*.cell_window { border-right: 0px solid #777777; border: 0 none white; margin-left: 4px; @@ -189,4 +188,5 @@ body{ width: 70%; } +*/ -- 2.11.4.GIT