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:24:19 +0100
commite2ee565f05a43bb5fa461df3fd857dc27c8d9b67 (patch)
treee2be892db46d442091a2798fc9089461f8667dd3 /view/css
parent23303391e070120851d505a2ec8f3b9b696329e2 (diff)
downloadvolse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.tar.gz
volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.tar.bz2
volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.zip
cherry-pick nav-login changes
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;
}