From: Andrew Dolgov Date: Wed, 27 Mar 2013 15:40:49 +0000 (+0400) Subject: various utility.css updates X-Git-Tag: 1.7.6~234 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=00df2b5f91b18f09096b54fed9c03769de1e1f9f various utility.css updates --- diff --git a/classes/handler/public.php b/classes/handler/public.php index 1efaa043..94938e54 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -724,6 +724,8 @@ class Handler_Public extends Handler { print "

".__("Reset password")."

"; print "
"; + print "

".__("You will need to provide valid account name and email. New password will be sent on your email address.")."

"; + @$method = $_POST['method']; if (!$method) { diff --git a/install/index.php b/install/index.php index 1b5def33..9855bac7 100644 --- a/install/index.php +++ b/install/index.php @@ -209,7 +209,7 @@
- +

Other settings

@@ -218,7 +218,7 @@
- +
diff --git a/utility.css b/utility.css index 89a6e71d..237603a5 100644 --- a/utility.css +++ b/utility.css @@ -1,9 +1,17 @@ body { - margin : 20px; - padding : 0px; font-family : sans-serif; font-size : 12px; + background : #eee; + margin-left : auto; + margin-right : auto; + max-width : 800px; +} + +div.content { background : white; + border : 1px solid #ccc; + padding : 10px; + box-shadow : 0px 0px 2px #ccc; } p.warning {