diff --git a/src/static/css/teampad.css b/src/static/css/teampad.css index 2e8b8e118..c52bd277f 100644 --- a/src/static/css/teampad.css +++ b/src/static/css/teampad.css @@ -37,9 +37,24 @@ h2 { form { margin-bottom: 0; } -#inner { - width: 300px; - margin: 0 auto; +#inner, +#footer { + margin:0 auto; + width: 300px; +} +#footer { + margin-top: 160px; + padding: 15px; + text-align: center; +} +#teampads { + color: inherit; + font-size: 24px; + text-decoration: none; + letter-spacing: -2px; +} +#teampads::after { + content: ' »'; } input { font-weight: bold; diff --git a/src/templates/index.html b/src/templates/index.html index 77614dfc7..880fc3fc8 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -63,9 +63,24 @@ background: -o-linear-gradient(#fff,#ccc); box-shadow: 0px 1px 8px rgba(0,0,0,0.3); } - #inner { - width: 300px; - margin: 0 auto; + #inner, + #footer { + margin:0 auto; + width: 300px; + } + #footer { + margin-top: 160px; + padding: 15px; + text-align: center; + } + #teampads { + color: inherit; + font-size: 24px; + text-decoration: none; + letter-spacing: -2px; + } + #teampads::after { + content: ' »'; } #button { margin: 0 auto; @@ -165,10 +180,8 @@ <% e.end_block(); %> -
-
- Manage TeamPads -
+