Skip to content

Commit 3746280

Browse files
author
redray
committed
cleaner look: moved "footer" out of div "page"
1 parent 48d9779 commit 3746280

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

interface/web/themes/default/css/styles.css

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -319,21 +319,17 @@ header span {
319319
-------------------------------------------------------------- */
320320

321321
footer {
322-
color:#666;
323-
background: #f9f9f9;
324-
padding: 10px 20px;
325-
border-top: 5px #efefef solid;
322+
color:#F2F2F2;
323+
padding: 1em;
326324
font-size: 0.8em;
327325
text-align: center;
328326
}
329327
footer a {
330-
color: #999;
331-
background:transparent;
328+
color: #fff;
332329
font-weight: bold;
333330
}
334331
footer a:hover, footer a:active {
335-
color: #4D87C7;
336-
background-color: transparent;
332+
color: #444444;
337333
text-decoration:underline;
338334
}
339335

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,19 +163,20 @@ <h1 id="ir-HeaderLogo" class="swap" style="background-image:url('{tmpl_var name=
163163
<!-- end: #content -->
164164
</section>
165165
<!-- end: #main -->
166-
<!-- begin: footer -->
167-
<footer>
168-
Powered by <a href="<tmpl_var name="app_link">" target="_blank"><tmpl_var name="app_title"></a>
169-
</footer><!-- end: footer -->
170166
</div>
171-
172-
<div id="dummy_login" style="display:none;position:absolute;top:-1000px;left:-1000px;">
173-
<form action="" method="post" target="dummy_login" id="dummy_login_form">
174-
<input name="username" id="dummy_username" type="text" autocomplete="on" value="" />
175-
<input name="passwort" id="dummy_passwort" type="password" autocomplete="on" value="" />
176-
<input type="submit" value="Login" id="dummy_submit"/>
177-
</form>
178-
<iframe id="dummy_iframe" src="dummy_login.html" name="dummy_login" style="display:none;"></iframe>
179-
</div>
167+
<!-- begin: footer -->
168+
<footer>
169+
Powered by <a href="<tmpl_var name="app_link">" target="_blank"><tmpl_var name="app_title"></a>
170+
</footer>
171+
<!-- end: footer -->
172+
173+
<div id="dummy_login" style="display:none;position:absolute;top:-1000px;left:-1000px;">
174+
<form action="" method="post" target="dummy_login" id="dummy_login_form">
175+
<input name="username" id="dummy_username" type="text" autocomplete="on" value="" />
176+
<input name="passwort" id="dummy_passwort" type="password" autocomplete="on" value="" />
177+
<input type="submit" value="Login" id="dummy_submit"/>
178+
</form>
179+
<iframe id="dummy_iframe" src="dummy_login.html" name="dummy_login" style="display:none;"></iframe>
180+
</div>
180181
</body>
181182
</html>

0 commit comments

Comments
 (0)