diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-02-05 05:09:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-02-05 05:09:08 (GMT) |
commit | 8fd0ef727c7552d431603109c9a1a9a064ba3e2c (patch) | |
tree | 96db3976697489f54759af78dac26a912ee2ace2 /www/styles | |
parent | 6bc93a0fc64e39386c688f98885541a48d1a6c07 (diff) |
fixed login screen after bootstrap upgrade
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/auth.css | 7 | ||||
-rw-r--r-- | www/styles/main-style.css | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/www/styles/auth.css b/www/styles/auth.css index eaf4233..80af96c 100644 --- a/www/styles/auth.css +++ b/www/styles/auth.css @@ -20,8 +20,13 @@ * along with rhwebimport. If not, see <http://www.gnu.org/licenses/>. */ + +.loginspacer { + padding-top: 30px; +} + .form-auth { - max-width: 330px; + max-width: 400px; padding: 15px; margin: 0 auto; } diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 443d68e..319fb37 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -22,8 +22,10 @@ body { background-color: #eee; - padding-top: 60px; - padding-bottom: 40px; +} + +#mainwindow { + padding-top: 70px; } .container.fullWidth { |