Commit 7df56ce154a6897bc70e42a1ae0977b6446971c7

Authored by Antonio Terceiro
1 parent 8ccccbf3

ActionItem978: slightly better layout

public/503-small.jpg 0 → 100644

33.6 KB

public/designs/themes/noosfero/stylesheets/errors.css
... ... @@ -4,8 +4,9 @@ body {
4 4 padding: 0% 0%;
5 5 height: 100%;
6 6 }
7   -div#wrap {
8   - background: #CCC url(/503.jpg) 100% 100% no-repeat;
  7 +
  8 +#wrap {
  9 + background: #CCC url(/503-small.jpg) 100% 100% no-repeat;
9 10 position: absolute;
10 11 top: 0px;
11 12 bottom: 0px;
... ... @@ -14,10 +15,18 @@ div#wrap {
14 15 padding: 1em 3em 1em 3em;
15 16 }
16 17  
  18 +#languages {
  19 + float: left;
  20 + width: 40%;
  21 + margin-top: 3em;
  22 + border-top: 1px solid #aaa;
  23 + font-size: smaller;
  24 +}
  25 +
17 26 h1 {
18 27 margin: 30px 0px 0px 0px;
19 28 font-weight: bold;
20   - color: gray;
  29 + color: #555;
21 30 }
22 31  
23 32 a, a:visited {
... ...