Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
812f6e9a
Commit
812f6e9a
authored
Jan 21, 2010
by
tbrehm
Browse files
Fixed: FS#940 - Interface is squished in Google Chrome
parent
5dc3d55f
Changes
2
Show whitespace changes
Inline
Side-by-side
interface/web/themes/default/css/screen/basemod.css
View file @
812f6e9a
...
...
@@ -36,7 +36,8 @@
/* (en) Layout: width, background, borders */
/* (de) Layout: Breite, Hintergrund, Rahmen */
/*#page_margins { min-width: 980px; max-width: 80%; background: #fff;}*/
#page_margins
{
min-width
:
980px
;
max-width
:
80%
;
background
:
#fff
;
display
:
inline-block
;}
/* #page_margins { min-width: 980px; max-width: 80%; background: #fff; display: inline-block;}*/
#page_margins
{
min-width
:
980px
;
max-width
:
80%
;
background
:
#fff
;
display
:
table
;}
#page
{
padding
:
10px
;
}
/* (en) Designing main layout elements */
...
...
interface/web/themes/default/css/screen/content_ispc.css
View file @
812f6e9a
...
...
@@ -813,5 +813,10 @@
select
.withicons
#language
option
[
value
=
"zm"
]
{
background-image
:
url(../../icons/flags/zm.png)
;
}
select
.withicons
#language
option
[
value
=
"zw"
]
{
background-image
:
url(../../icons/flags/zw.png)
;
}
.panel_login
{
max-width
:
80%
;
min-width
:
680px
;
}
}
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