From 0a6f4862aff80621ba0725e85cc8e6ec42699ecf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Feb 2016 06:44:08 +0100 Subject: cleaned up stylesheets a little diff --git a/www/styles/auth.css b/www/styles/auth.css index 80af96c..ec4d051 100644 --- a/www/styles/auth.css +++ b/www/styles/auth.css @@ -20,7 +20,6 @@ * along with rhwebimport. If not, see . */ - .loginspacer { padding-top: 30px; } @@ -30,15 +29,18 @@ padding: 15px; margin: 0 auto; } + .form-auth img { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; } + .form-auth .form-auth-heading { margin-bottom: 10px; } + .form-auth .form-control { position: relative; height: auto; @@ -52,19 +54,23 @@ margin-left: auto; margin-right: auto; } + .form-auth .form-control:focus { z-index: 2; } + .form-auth input[type="text"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } + .form-auth input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } + .form-auth button[type="submit"] { display: block; margin-left: auto; diff --git a/www/styles/musicgrid.css b/www/styles/musicgrid.css index e260228..44e72c0 100644 --- a/www/styles/musicgrid.css +++ b/www/styles/musicgrid.css @@ -1,3 +1,25 @@ +/* + * rhwebimport + * + * Copyright (C) 2014-2016 Christian Pointner + * Copyright (C) 2015-2016 Peter Grassberger + * + * This file is part of rhwebimport. + * + * rhwebimport is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * any later version. + * + * rhwebimport is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with rhwebimport. If not, see . + */ + #app-musicgrid { padding: 0; } -- cgit v0.10.2