aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-02-03 21:38:15 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-02-03 21:38:15 +0100
commit938696b1b3edbeef487d5cdf34711d1b6066e5eb (patch)
tree1b9464675dcb657d60a383df01b921f1522d1c0e
parent8087e64fbfe45e0f6464fc6d008bae279de9dca1 (diff)
downloadetherpad-938696b1b3edbeef487d5cdf34711d1b6066e5eb.tar.gz
etherpad-938696b1b3edbeef487d5cdf34711d1b6066e5eb.tar.xz
etherpad-938696b1b3edbeef487d5cdf34711d1b6066e5eb.zip
styling of mainpage
-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>