From abef6b0759dd944867fb87a3230f25fe7909fc3e Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 18:10:50 -0700 Subject: fix up the stuff above the fold --- views/pages/home.html.php | 41 ++++++++++++++++++++++++++--------------- webroot/css/base.css | 27 ++++++++++++++++++++------- 2 files changed, 46 insertions(+), 22 deletions(-) diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 7d902b0..beacbec 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -1,23 +1,34 @@ -
-

The Otaku Social Network

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

-

Signup Now!

-
-
- - - - - - - -
+
+
+

The Otaku Social Network

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do + eiusmod tempor incididunt ut labore et dolore magna aliqua.

+
+
+

Sign up:

+
+ + + + + + + + + + + + +
+
+ +
+

Why you'll ♡ OtakuHub~


-

For Us By Us

Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you. diff --git a/webroot/css/base.css b/webroot/css/base.css index 0143743..addd2e8 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -36,6 +36,25 @@ h2.ribbon { z-index: -1; } +#recent { + float: left; + width: 560px; +} +#signup { + float: right; + text-align: center; +} +#signup table { + margin-bottom: 5px; +} +#signup table tr td:first-child { + text-align: right; +} +#signup table td { + padding: 3px; + vertical-align: middle; +} + h2 span { position:absolute; right:25px; @@ -75,7 +94,7 @@ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin-right:5px; vertical-align:-2px; } -/*//// - Misc - ////*/ + .fl { float:left; } @@ -615,15 +634,9 @@ body.ie7 form, body.ie8 { form p { margin-bottom:15px; } -form label { - float:left; - width:140px; - margin-top:5px; -} form input, form textarea { padding: 7px 5px; border: 1px solid #ccc; - width: 200px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -- cgit v1.2.3