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; margin-bottom: 12px;
width: 600px; width: 600px;
} }
.login div.warningcontainer, .login div.errorcontainer, .login div.successcontainer {
margin: 10px !important;
}
.install { .install {
width: 800px; width: 800px;
} }
@@ -288,15 +292,18 @@ p.submit {
clear:both; clear:both;
float:none; float:none;
width:auto; width:auto;
text-align:left; text-align: left;
padding-top:10px; padding: 10px 10px 0 10px;
padding-left:10px;
} }
.installsec aside { .installsec aside {
text-align: right; text-align: right;
padding: 10px; padding: 10px;
} }
aside.right {
text-align: right;
}
.messagewrapper { .messagewrapper {
width:650px; width:650px;
margin:0 auto; margin:0 auto;
@@ -346,6 +353,7 @@ p.submit {
color:#c00!important; color:#c00!important;
} }
/* /*
* warning message display * warning message display
*/ */

View File

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

View File

@@ -27,9 +27,10 @@
<h2>Welcome to Froxlor</h2> <h2>Welcome to Froxlor</h2>
<p>It seems that Froxlor has not been installed yet.</p> <p>It seems that Froxlor has not been installed yet.</p>
<p>Click on the link below to start the installation.</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> <a href="./install/install.php" title="Click to start the install process">Start install</a>
</p> </aside>
</section> </section>
</article> </article>