Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrZYX <pr0fkill@gmail.com>2011-05-16 17:16:01 +0400
committerMrZYX <pr0fkill@gmail.com>2011-05-16 17:16:01 +0400
commite33888691087932e52fa8d5ddec127f32defbec4 (patch)
tree0dd7bf78b51f805ddc27dd3d74c8422a0169d92e /public/stylesheets/sass/login.scss
parent20231891d2a3717d10d479b66231f69a00f718b9 (diff)
fixes to login page: removed not needed login.sass; removed fixed string length assumption; fixed login button not showing up in Chrome when the form is pre-filled
Diffstat (limited to 'public/stylesheets/sass/login.scss')
-rw-r--r--public/stylesheets/sass/login.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/stylesheets/sass/login.scss b/public/stylesheets/sass/login.scss
index 7deb19a6b..d787c855c 100644
--- a/public/stylesheets/sass/login.scss
+++ b/public/stylesheets/sass/login.scss
@@ -84,18 +84,6 @@
@include opacity(0);
}
}
-
- #remember_me {
- position: absolute;
- top: 0;
- left: 4px;
- }
-
- #user_submit {
- position: absolute;
- top: -6px;
- right: 5px;
- }
}
}