aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-02 14:19:23 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-02 14:19:23 +0100
commit63e06578c46a104b377b196aec27c6409fe9baf1 (patch)
tree0f523ac6b5fe6c4e873f721b3dfe6ff29d1353ba /view/css
parenta1f03015ec4245bc3c2c85e75327e191744ad559 (diff)
downloadvolse-hubzilla-63e06578c46a104b377b196aec27c6409fe9baf1.tar.gz
volse-hubzilla-63e06578c46a104b377b196aec27c6409fe9baf1.tar.bz2
volse-hubzilla-63e06578c46a104b377b196aec27c6409fe9baf1.zip
use bootstrap dropdown for login
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_home.css11
-rw-r--r--view/css/mod_login.css22
2 files changed, 5 insertions, 28 deletions
diff --git a/view/css/mod_home.css b/view/css/mod_home.css
index d4cf37253..b6112eb38 100644
--- a/view/css/mod_home.css
+++ b/view/css/mod_home.css
@@ -1,15 +1,10 @@
.home-welcome {
text-align: center;
-}
-
-.generic-content-wrapper-styled {
- margin-left: auto;
- margin-right: auto;
- max-width: 420px;
- font-size: 1.1em;
+ margin-bottom: 50px;
}
#login-main {
max-width: 400px;
- margin-top: 50px;
+ margin-left: auto;
+ margin-right: auto;
}
diff --git a/view/css/mod_login.css b/view/css/mod_login.css
index a086c50df..53ba9cb1d 100644
--- a/view/css/mod_login.css
+++ b/view/css/mod_login.css
@@ -1,23 +1,5 @@
-.generic-content-wrapper-styled {
- margin-left: auto;
- margin-right: auto;
- max-width: 420px;
- font-size: 1.1em;
-}
-
#login-main {
max-width: 400px;
- margin-top: 50px;
-}
-
-@media (min-width: 768px) and (max-width: 991px) {
- #region_1 {
- display: none !important;
- }
-}
-
-@media (min-width: 992px) and (max-width: 1199px) {
- #region_3 {
- display: table-cell !important;
- }
+ margin-left: auto;
+ margin-right: auto;
}