summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 13:50:09 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 13:50:09 +0200
commit351fa11f182c12ae8db6c7141424b27bda77ba9d (patch)
treea1a445ef4c667ddee909038b934c54656e8f1e31 /static
parent914ba3f28741ed6da2b7a05b43f47799e1967ee8 (diff)
downloadweb-351fa11f182c12ae8db6c7141424b27bda77ba9d.tar.gz
web-351fa11f182c12ae8db6c7141424b27bda77ba9d.tar.bz2
web-351fa11f182c12ae8db6c7141424b27bda77ba9d.zip
use post instead of get for service password reset
Diffstat (limited to 'static')
-rw-r--r--static/layout.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/layout.css b/static/layout.css
index dc287bc..14f8ba4 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -175,6 +175,12 @@ form ul.errors {
padding-top: 10px;
}
+.form-submit-services {
+ margin-left: 30px;
+ padding-top: 10px;
+ clear: both;
+}
+
/* flashing */
ul.flashes {