CSS fixes and tweaks
This commit is contained in:
14
templates/Sparkle/assets/css/main.css
vendored
14
templates/Sparkle/assets/css/main.css
vendored
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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> </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>
|
||||
|
||||
5
templates/Sparkle/misc/configurehint.tpl
vendored
5
templates/Sparkle/misc/configurehint.tpl
vendored
@@ -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> </p>
|
||||
<aside class="right">
|
||||
<a href="./install/install.php" title="Click to start the install process">Start install</a>
|
||||
</p>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user