Commit 089ad9e1ce6455d93b43f72cd996a1afaea3ad3f
1 parent
023dbaaf
Exists in
master
and in
28 other branches
Better style for error screen.
Showing
2 changed files
with
25 additions
and
2 deletions
Show diff stats
public/designs/themes/base/errors.css
@@ -10,8 +10,27 @@ body { | @@ -10,8 +10,27 @@ body { | ||
10 | margin: 0px 20px 0px 20px; | 10 | margin: 0px 20px 0px 20px; |
11 | border: 1px solid #d3d7cf; | 11 | border: 1px solid #d3d7cf; |
12 | background: white url(imgs/50x.png) 100% 100% no-repeat; | 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 | #languages { | 36 | #languages { |
public/designs/themes/noosfero/errors.css