summaryrefslogtreecommitdiffstats
path: root/core/lostpassword/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/lostpassword/css')
-rw-r--r--core/lostpassword/css/lostpassword.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/lostpassword/css/lostpassword.css b/core/lostpassword/css/lostpassword.css
new file mode 100644
index 00000000000..bcb2d856989
--- /dev/null
+++ b/core/lostpassword/css/lostpassword.css
@@ -0,0 +1,26 @@
+#body-login
+input[type="text"],
+input[type="submit"] {
+ margin-left: 0;
+}
+
+input[type="text"] {
+ padding-right: 19px;
+}
+
+#body-login
+input[type="submit"] {
+ text-align: center;
+ width: 170px;
+ height: 45px;
+ padding-top: 7px;
+ padding-bottom: 7px;
+}
+
+fieldset {
+ margin-left: 2px;
+}
+
+.white {
+ color: white;
+}