Commit 089ad9e1ce6455d93b43f72cd996a1afaea3ad3f

Authored by Antonio Terceiro
1 parent 023dbaaf

Better style for error screen.

public/designs/themes/base/errors.css
... ... @@ -10,8 +10,27 @@ body {
10 10 margin: 0px 20px 0px 20px;
11 11 border: 1px solid #d3d7cf;
12 12 background: white url(imgs/50x.png) 100% 100% no-repeat;
13   - padding: 1em 3em 1em 3em;
14   - height: 400px;
  13 + height: 480px;
  14 +}
  15 +
  16 +#header {
  17 + background: #ced3ce url(imgs/menu-top-bg-right.png) top right no-repeat;
  18 + height: 42px;
  19 + margin-top: 48px;
  20 +}
  21 +
  22 +#logo {
  23 + background: url(imgs/menu-top-bg-left.png) 0px 29px no-repeat;
  24 + position: absolute;
  25 + top: 20px;
  26 + height: 92px;
  27 + width: 400px;
  28 + z-index: 2;
  29 +}
  30 +
  31 +.message,
  32 +#languages {
  33 + margin: 0px 20px;
15 34 }
16 35  
17 36 #languages {
... ...
public/designs/themes/noosfero/errors.css
1 1 @import url(../base/errors.css);
  2 +
  3 +#logo {
  4 + background: url(images/logo-noosfero.png) no-repeat;
  5 +}
... ...