CSS fixes and tweaks

This commit is contained in:
BNoiZe
2013-10-13 10:49:31 +02:00
parent 2ba1c1eb42
commit 82b109d170
3 changed files with 18 additions and 7 deletions

View File

@@ -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
*/

View File

@@ -28,12 +28,14 @@
<h2>Welcome to Froxlor</h2>
<p>It seems that Froxlor has already been configured.</p>
<p>Click on the link below to go to the login page.</p>
<p class="submit">
<p>&nbsp;</p>
<aside class="right">
<a href="../index.php" title="Click to go to the login page">Go to login</a>
</p>
</aside>
</section>
</article>
</div>
<footer>
<span>

View File

@@ -27,9 +27,10 @@
<h2>Welcome to Froxlor</h2>
<p>It seems that Froxlor has not been installed yet.</p>
<p>Click on the link below to start the installation.</p>
<p class="submit">
<p>&nbsp;</p>
<aside class="right">
<a href="./install/install.php" title="Click to start the install process">Start install</a>
</p>
</aside>
</section>
</article>