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
d9c4f7d7
Commit
d9c4f7d7
authored
Mar 30, 2013
by
redray
Browse files
min-height for DIV page
parent
3746280f
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/css/styles.css
View file @
d9c4f7d7
...
@@ -87,8 +87,9 @@ header, #nav, #main, footer {
...
@@ -87,8 +87,9 @@ header, #nav, #main, footer {
}
}
#page
{
#page
{
min-width
:
980px
;
min-width
:
980px
;
min-height
:
820px
;
max-width
:
80%
;
max-width
:
80%
;
background
:
#
fff
;
background
-color
:
#fff
fff
;
text-align
:
left
;
text-align
:
left
;
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
10px
;
padding
:
10px
;
...
@@ -203,8 +204,7 @@ header span {
...
@@ -203,8 +204,7 @@ header span {
/* main
/* main
-------------------------------------------------------------- */
-------------------------------------------------------------- */
#main
{
#main
{
background
:
#fff
;
padding
:
1em
0
0
0
;
padding
:
1em
0
;
}
}
/* main/sideNav + submenu
/* main/sideNav + submenu
...
...
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