Commit 469407d1d321d691296b953749971f6efc0a6cec
1 parent
18847bf4
Exists in
master
and in
29 other branches
ActionItem634: columns resized
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2416 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
4 changed files
with
15 additions
and
3 deletions
Show diff stats
public/stylesheets/blocks.css
@@ -47,12 +47,21 @@ | @@ -47,12 +47,21 @@ | ||
47 | } | 47 | } |
48 | 48 | ||
49 | #box-organizer div.box-1 .block { | 49 | #box-organizer div.box-1 .block { |
50 | + outline: 2px dashed green; | ||
51 | +} | ||
52 | +.msie #box-organizer div.box-1 .block { | ||
50 | border: 2px dashed green; | 53 | border: 2px dashed green; |
51 | } | 54 | } |
52 | #box-organizer div.box-2 .block { | 55 | #box-organizer div.box-2 .block { |
56 | + outline: 2px dashed red; | ||
57 | +} | ||
58 | +.msie #box-organizer div.box-1 .block { | ||
53 | border: 2px dashed red; | 59 | border: 2px dashed red; |
54 | } | 60 | } |
55 | #box-organizer div.box-3 .block { | 61 | #box-organizer div.box-3 .block { |
62 | + outline: 2px dashed blue; | ||
63 | +} | ||
64 | +.msie #box-organizer div.box-1 .block { | ||
56 | border: 2px dashed blue; | 65 | border: 2px dashed blue; |
57 | } | 66 | } |
58 | 67 |
public/stylesheets/blocks/link-list-block.css
public/stylesheets/blocks/profile-info-block.css
@@ -7,12 +7,11 @@ | @@ -7,12 +7,11 @@ | ||
7 | position: relative; | 7 | position: relative; |
8 | float: right; | 8 | float: right; |
9 | display: table; | 9 | display: table; |
10 | - margin-right: 40px; | ||
11 | width: 106px; | 10 | width: 106px; |
12 | height: 106px; | 11 | height: 106px; |
13 | } | 12 | } |
14 | .msie6 .profile-info-picture { | 13 | .msie6 .profile-info-picture { |
15 | - margin-right: 20px; | 14 | + /* margin-right: 20px; */ |
16 | } | 15 | } |
17 | 16 | ||
18 | .profile-info-picture-inner1 { | 17 | .profile-info-picture-inner1 { |
public/stylesheets/common.css
@@ -129,6 +129,10 @@ div#notice { | @@ -129,6 +129,10 @@ div#notice { | ||
129 | 129 | ||
130 | /* * * Generic Content Formating * * */ | 130 | /* * * Generic Content Formating * * */ |
131 | 131 | ||
132 | +.main-block { | ||
133 | + text-align: justify; | ||
134 | +} | ||
135 | + | ||
132 | #content h1 { | 136 | #content h1 { |
133 | text-align: center; | 137 | text-align: center; |
134 | } | 138 | } |