diff options
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 { |