Commit 1a6a459a4ca8882a663767407b3c7930205dbc97

Authored by Antonio Terceiro
1 parent ecd3f312

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,10 +4,12 @@ body {
4 padding: 0% 0%; 4 padding: 0% 0%;
5 background: #eee; 5 background: #eee;
6 font-size: 12px; 6 font-size: 12px;
  7 + width: 960px;
  8 + margin: auto;
7 } 9 }
8 10
9 #wrap { 11 #wrap {
10 - margin: 0px 20px 0px 20px; 12 + margin: 20px 20px 0px 20px;
11 border: 1px solid #d3d7cf; 13 border: 1px solid #d3d7cf;
12 background: white url(imgs/50x.png) 100% 100% no-repeat; 14 background: white url(imgs/50x.png) 100% 100% no-repeat;
13 height: 480px; 15 height: 480px;
@@ -22,7 +24,7 @@ body { @@ -22,7 +24,7 @@ body {
22 #logo { 24 #logo {
23 background: url(imgs/menu-top-bg-left.png) 0px 29px no-repeat; 25 background: url(imgs/menu-top-bg-left.png) 0px 29px no-repeat;
24 position: absolute; 26 position: absolute;
25 - top: 20px; 27 + top: 40px;
26 height: 92px; 28 height: 92px;
27 width: 400px; 29 width: 400px;
28 z-index: 2; 30 z-index: 2;