From 82b109d170f3afc67b3ef070e912e2b62317ce34 Mon Sep 17 00:00:00 2001
From: BNoiZe
Date: Sun, 13 Oct 2013 10:49:31 +0200
Subject: [PATCH] CSS fixes and tweaks
---
templates/Sparkle/assets/css/main.css | 14 +++++++++++---
templates/Sparkle/misc/alreadyinstalledhint.tpl | 6 ++++--
templates/Sparkle/misc/configurehint.tpl | 5 +++--
3 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/templates/Sparkle/assets/css/main.css b/templates/Sparkle/assets/css/main.css
index f61b88d5..7f3584a8 100644
--- a/templates/Sparkle/assets/css/main.css
+++ b/templates/Sparkle/assets/css/main.css
@@ -147,6 +147,10 @@ footer a,footer a:active,footer a:visited {
margin-bottom: 12px;
width: 600px;
}
+.login div.warningcontainer, .login div.errorcontainer, .login div.successcontainer {
+ margin: 10px !important;
+}
+
.install {
width: 800px;
}
@@ -288,15 +292,18 @@ p.submit {
clear:both;
float:none;
width:auto;
- text-align:left;
- padding-top:10px;
- padding-left:10px;
+ text-align: left;
+ padding: 10px 10px 0 10px;
}
.installsec aside {
text-align: right;
padding: 10px;
}
+aside.right {
+ text-align: right;
+}
+
.messagewrapper {
width:650px;
margin:0 auto;
@@ -346,6 +353,7 @@ p.submit {
color:#c00!important;
}
+
/*
* warning message display
*/
diff --git a/templates/Sparkle/misc/alreadyinstalledhint.tpl b/templates/Sparkle/misc/alreadyinstalledhint.tpl
index 3f206c41..e2baaff7 100644
--- a/templates/Sparkle/misc/alreadyinstalledhint.tpl
+++ b/templates/Sparkle/misc/alreadyinstalledhint.tpl
@@ -28,12 +28,14 @@
Welcome to Froxlor
It seems that Froxlor has already been configured.
Click on the link below to go to the login page.
-
+
+
+
+