summaryrefslogtreecommitdiff
path: root/www/styles/auth.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-05 05:09:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-05 05:09:08 (GMT)
commit8fd0ef727c7552d431603109c9a1a9a064ba3e2c (patch)
tree96db3976697489f54759af78dac26a912ee2ace2 /www/styles/auth.css
parent6bc93a0fc64e39386c688f98885541a48d1a6c07 (diff)
fixed login screen after bootstrap upgrade
Diffstat (limited to 'www/styles/auth.css')
-rw-r--r--www/styles/auth.css7
1 files changed, 6 insertions, 1 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;
}