diff --git a/app/static/main.css b/app/static/main.css index 4079097..6e15277 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -58,6 +58,16 @@ a:hover { color: #756344; } +.blurb { + font-size: 16px; + line-height: 24px; + margin: 1em 0; +} + +.blurb .avatar { + vertical-align: text-bottom; +} + .action-button { outline: 0; -webkit-appearance: none; @@ -88,7 +98,7 @@ input[type="submit"].inline { padding: 0; border: 0; font-family: Helvetica, Arial, sans-serif; - font-size: 10pt; + font-size: inherit; color: #4183c4; cursor: pointer; } @@ -169,9 +179,9 @@ input[type="submit"].inline.destructive { } #primary-actions { - margin: 2em 0; + margin: 1em 0; text-align: center; - font-size: 14pt; + font-size: 16px; color: #999; } diff --git a/app/templates/index.html b/app/templates/index.html index 47829eb..5ecd8bf 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -6,18 +6,25 @@ {{template "flash" .}} {{end}} -
- Signed in as +
+ You're signed in as {{.User.Login}} - . -
- -
+ border="0" + class="avatar">{{.User.Login}} + + (
). + You'll be getting a {{.SettingsSummary.Frequency}} digest of your past + GitHub activity in {{.SettingsSummary.RepositoryCount}} repositories sent to + {{.SettingsSummary.EmailAddress}} + (change settings). +
+ +
+ If you just can't wait, you can get your digest now:
@@ -30,13 +37,6 @@
-

- You'll be getting a {{.SettingsSummary.Frequency}} digest of your past - past activity in {{.SettingsSummary.RepositoryCount}} repositories sent to - {{.SettingsSummary.EmailAddress}}. - Change settings -

- {{if .DetectTimezone }}