Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Konflikted
ISPConfig 3
Commits
3746280f
Commit
3746280f
authored
Mar 30, 2013
by
redray
Browse files
cleaner look: moved "footer" out of div "page"
parent
48d97796
Changes
2
Show whitespace changes
Inline
Side-by-side
interface/web/themes/default/css/styles.css
View file @
3746280f
...
...
@@ -319,21 +319,17 @@ header span {
-------------------------------------------------------------- */
footer
{
color
:
#666
;
background
:
#f9f9f9
;
padding
:
10px
20px
;
border-top
:
5px
#efefef
solid
;
color
:
#F2F2F2
;
padding
:
1em
;
font-size
:
0.8em
;
text-align
:
center
;
}
footer
a
{
color
:
#999
;
background
:
transparent
;
color
:
#fff
;
font-weight
:
bold
;
}
footer
a
:hover
,
footer
a
:active
{
color
:
#4D87C7
;
background-color
:
transparent
;
color
:
#444444
;
text-decoration
:
underline
;
}
...
...
interface/web/themes/default/templates/main.tpl.htm
View file @
3746280f
...
...
@@ -163,19 +163,20 @@
<!-- end: #content -->
</section>
<!-- end: #main -->
</div>
<!-- begin: footer -->
<footer>
Powered by
<a
href=
"<tmpl_var name="
app_link
"
>
" target="_blank">
<tmpl_var
name=
"app_title"
></a>
</footer>
<!-- end: footer -->
</footer>
<!-- end: footer -->
<div
id=
"dummy_login"
style=
"display:none;position:absolute;top:-1000px;left:-1000px;"
>
<form
action=
""
method=
"post"
target=
"dummy_login"
id=
"dummy_login_form"
>
<input
name=
"username"
id=
"dummy_username"
type=
"text"
autocomplete=
"on"
value=
""
/>
<input
name=
"passwort"
id=
"dummy_passwort"
type=
"password"
autocomplete=
"on"
value=
""
/>
<input
type=
"submit"
value=
"Login"
id=
"dummy_submit"
/>
</form>
<iframe
id=
"dummy_iframe"
src=
"dummy_login.html"
name=
"dummy_login"
style=
"display:none;"
></iframe>
</div>
<div
id=
"dummy_login"
style=
"display:none;position:absolute;top:-1000px;left:-1000px;"
>
<form
action=
""
method=
"post"
target=
"dummy_login"
id=
"dummy_login_form"
>
<input
name=
"username"
id=
"dummy_username"
type=
"text"
autocomplete=
"on"
value=
""
/>
<input
name=
"passwort"
id=
"dummy_passwort"
type=
"password"
autocomplete=
"on"
value=
""
/>
<input
type=
"submit"
value=
"Login"
id=
"dummy_submit"
/>
</form>
<iframe
id=
"dummy_iframe"
src=
"dummy_login.html"
name=
"dummy_login"
style=
"display:none;"
></iframe>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment