diff options
author | equinox <equinox@diac24.net> | 2011-09-27 02:09:53 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 02:09:53 +0200 |
commit | 8d2b75d61631e0794d436eefefb25644de1d2de4 (patch) | |
tree | 01193f125c25b3f1068ae4638a002aedb5387c01 /static | |
parent | ed927fd7ccafebfa68dc327c7389876131a9a870 (diff) |
password change application
Diffstat (limited to 'static')
-rw-r--r-- | static/app_password.png | bin | 0 -> 1927 bytes | |||
-rw-r--r-- | static/info.png | bin | 0 -> 1933 bytes | |||
-rw-r--r-- | static/layout.css | 18 |
3 files changed, 18 insertions, 0 deletions
diff --git a/static/app_password.png b/static/app_password.png Binary files differnew file mode 100644 index 0000000..f498440 --- /dev/null +++ b/static/app_password.png diff --git a/static/info.png b/static/info.png Binary files differnew file mode 100644 index 0000000..0bcc358 --- /dev/null +++ b/static/info.png 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; |