Commit 469407d1d321d691296b953749971f6efc0a6cec

Authored by AurelioAHeckert
1 parent 18847bf4

ActionItem634: columns resized

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2416 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/stylesheets/blocks.css
... ... @@ -47,12 +47,21 @@
47 47 }
48 48  
49 49 #box-organizer div.box-1 .block {
  50 + outline: 2px dashed green;
  51 +}
  52 +.msie #box-organizer div.box-1 .block {
50 53 border: 2px dashed green;
51 54 }
52 55 #box-organizer div.box-2 .block {
  56 + outline: 2px dashed red;
  57 +}
  58 +.msie #box-organizer div.box-1 .block {
53 59 border: 2px dashed red;
54 60 }
55 61 #box-organizer div.box-3 .block {
  62 + outline: 2px dashed blue;
  63 +}
  64 +.msie #box-organizer div.box-1 .block {
56 65 border: 2px dashed blue;
57 66 }
58 67  
... ...
public/stylesheets/blocks/link-list-block.css
... ... @@ -17,7 +17,7 @@
17 17 }
18 18  
19 19 #content .link-list-block {
20   - padding: 10px 20px 10px 10px;
  20 + padding: 10px 0px 10px 10px;
21 21 }
22 22  
23 23 .link-list-block ul {
... ...
public/stylesheets/blocks/profile-info-block.css
... ... @@ -7,12 +7,11 @@
7 7 position: relative;
8 8 float: right;
9 9 display: table;
10   - margin-right: 40px;
11 10 width: 106px;
12 11 height: 106px;
13 12 }
14 13 .msie6 .profile-info-picture {
15   - margin-right: 20px;
  14 + /* margin-right: 20px; */
16 15 }
17 16  
18 17 .profile-info-picture-inner1 {
... ...
public/stylesheets/common.css
... ... @@ -129,6 +129,10 @@ div#notice {
129 129  
130 130 /* * * Generic Content Formating * * */
131 131  
  132 +.main-block {
  133 + text-align: justify;
  134 +}
  135 +
132 136 #content h1 {
133 137 text-align: center;
134 138 }
... ...