From 8d2b75d61631e0794d436eefefb25644de1d2de4 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 02:09:53 +0200 Subject: password change application --- static/app_password.png | Bin 0 -> 1927 bytes static/info.png | Bin 0 -> 1933 bytes static/layout.css | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 static/app_password.png create mode 100644 static/info.png (limited to 'static') diff --git a/static/app_password.png b/static/app_password.png new file mode 100644 index 0000000..f498440 Binary files /dev/null and b/static/app_password.png differ diff --git a/static/info.png b/static/info.png new file mode 100644 index 0000000..0bcc358 Binary files /dev/null and b/static/info.png differ diff --git a/static/layout.css b/static/layout.css index eb670f5..1b8f0f5 100644 --- a/static/layout.css +++ b/static/layout.css @@ -61,6 +61,24 @@ div#creatpw { input[type=submit] { margin-top:1em; } + +div#infobox { + display:inline-block; + max-width:40em; + color:#000; + background-color:#dde2ff; + border:1px solid #bcf; + margin:2em 0em -1em 0em; +} +div#infobox img { + float:left; + margin:15px 5px; +} +div#infobox p { + text-align:left; + margin-left:45px; +} + body#error img { float:left; margin:2em; -- cgit v1.2.1