Commit 1a6a459a4ca8882a663767407b3c7930205dbc97
1 parent
ecd3f312
Exists in
master
and in
29 other branches
Fixed-width layout for error screens
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
public/designs/themes/base/errors.css
... | ... | @@ -4,10 +4,12 @@ body { |
4 | 4 | padding: 0% 0%; |
5 | 5 | background: #eee; |
6 | 6 | font-size: 12px; |
7 | + width: 960px; | |
8 | + margin: auto; | |
7 | 9 | } |
8 | 10 | |
9 | 11 | #wrap { |
10 | - margin: 0px 20px 0px 20px; | |
12 | + margin: 20px 20px 0px 20px; | |
11 | 13 | border: 1px solid #d3d7cf; |
12 | 14 | background: white url(imgs/50x.png) 100% 100% no-repeat; |
13 | 15 | height: 480px; |
... | ... | @@ -22,7 +24,7 @@ body { |
22 | 24 | #logo { |
23 | 25 | background: url(imgs/menu-top-bg-left.png) 0px 29px no-repeat; |
24 | 26 | position: absolute; |
25 | - top: 20px; | |
27 | + top: 40px; | |
26 | 28 | height: 92px; |
27 | 29 | width: 400px; |
28 | 30 | z-index: 2; | ... | ... |