aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none>2010-02-03 20:38:33 +0000
committeralexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none>2010-02-03 20:38:33 +0000
commitf45b995bf709caa0d0d5372e2762706a0162362f (patch)
tree1b9464675dcb657d60a383df01b921f1522d1c0e
parentf72a984f77904c4995bfee44b1b6d2fb937b2bb6 (diff)
downloadetherpad-f45b995bf709caa0d0d5372e2762706a0162362f.tar.gz
etherpad-f45b995bf709caa0d0d5372e2762706a0162362f.tar.xz
etherpad-f45b995bf709caa0d0d5372e2762706a0162362f.zip
styling of mainpage
--HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%4029
-rw-r--r--etherpad/src/static/css/home-opensource.css16
-rw-r--r--etherpad/src/templates/main/home.ejs4
2 files changed, 12 insertions, 8 deletions
diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css
index 41e7996..0d1929d 100644
--- a/etherpad/src/static/css/home-opensource.css
+++ b/etherpad/src/static/css/home-opensource.css
@@ -1,8 +1,7 @@
-
#home {
width: 600px;
margin: 0 auto;
- padding: 2em;
+ padding: 4em;
text-align: center;
}
@@ -10,17 +9,22 @@
font-size: 3.6em;
}
-#home a#home-newpad {
- display: block;
+#home #buttons {
+ padding-top: 5em;
+}
+
+#home a#home-newpad, #home a#home-newsite {
padding: 1em;
- margin: 12px 60px;
+ margin: 12px 40px;
font-size: 1.6em;
border: 1px solid black;
background: #049;
color: #fff;
+ width: 30%;
}
-#home a#home-newpad:hover {
+#home a#home-newpad:hover, #home a#home-newsite:hover {
background: #26b;
+ text-decoration: none;
}
diff --git a/etherpad/src/templates/main/home.ejs b/etherpad/src/templates/main/home.ejs
index 39ac6ee..22ba15c 100644
--- a/etherpad/src/templates/main/home.ejs
+++ b/etherpad/src/templates/main/home.ejs
@@ -16,10 +16,10 @@ limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: O
<div id="home">
<div id="title">
- SplinePad [beta]: Open-Sourced!
+ SplinePad
</div>
- <div>
+ <div id="buttons">
<a id="home-newpad" href="/ep/pad/newpad">
Create new pad
</a>