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 | 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
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 { | ... | ... |