From 649d336bc48743038c703a8f275b1d115151969d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 28 Apr 2013 14:40:29 -0400 Subject: Reduce size of type on 'Sorry' screen Because otherwise it extends off the screen in the Viggle app. --- public/stylesheets/style.css | 4 ++++ views/character-chosen-dialog.ejs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1c3215e..b0a5430 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -62,6 +62,10 @@ body.character-chosen-dialog .ui-body-c { text-align: center; } +#character-chosen-content h1.zan-nendeshta { + font-size: 1.2em; +} + #character-chosen-content p { margin-top: 1em; text-align: center; diff --git a/views/character-chosen-dialog.ejs b/views/character-chosen-dialog.ejs index 2d37ea4..c250f2a 100644 --- a/views/character-chosen-dialog.ejs +++ b/views/character-chosen-dialog.ejs @@ -28,7 +28,7 @@ <% if (success === 'true') { %>

Congratulations you're right! You just won 1 million Viggle points!

<% } else { %> -

Sorry, that wasn't the right character. Keep watching and you'll get it next time.

+

Sorry, that wasn't the right character. Keep watching and you'll get it next time.

The right one was: -- cgit v1.2.3