Commit 30d9d3f5eef11257cc4275d02a64fdd9dc0923a5
1 parent
d9f5bcd5
Exists in
master
and in
29 other branches
ActionItem19: adding class to make manege blocks works
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@975 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
5 changed files
with
25 additions
and
4 deletions
Show diff stats
public/designs/templates/default/stylesheets/editor.css
| @@ -40,7 +40,11 @@ border: 1px inset #545454; | @@ -40,7 +40,11 @@ border: 1px inset #545454; | ||
| 40 | border: 2px dotted #545454; | 40 | border: 2px dotted #545454; |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | -#design_editor .box { | 43 | +#design_editor .design_blocks { |
| 44 | + border: 2px dotted green; | ||
| 45 | +} | ||
| 46 | + | ||
| 47 | +#design_editor .design_box { | ||
| 44 | border: 2px solid transparent; | 48 | border: 2px solid transparent; |
| 45 | } | 49 | } |
| 46 | 50 |
public/designs/templates/leftbar/stylesheets/style.css
| @@ -65,7 +65,11 @@ margin: 0px; | @@ -65,7 +65,11 @@ margin: 0px; | ||
| 65 | padding: 3px; | 65 | padding: 3px; |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | -#design_editor .box { | 68 | +#design_editor .design_blocks { |
| 69 | + border: 2px dotted green; | ||
| 70 | +} | ||
| 71 | + | ||
| 72 | +#design_editor .design_box { | ||
| 69 | border: 2px solid transparent; | 73 | border: 2px solid transparent; |
| 70 | } | 74 | } |
| 71 | 75 |
public/designs/templates/onecolumn/stylesheets/style.css
| @@ -51,7 +51,12 @@ height: 55px; | @@ -51,7 +51,12 @@ height: 55px; | ||
| 51 | padding: 3px; | 51 | padding: 3px; |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | -#design_editor .box { | 54 | + |
| 55 | +#design_editor .design_blocks { | ||
| 56 | + border: 2px dotted green; | ||
| 57 | +} | ||
| 58 | + | ||
| 59 | +#design_editor .design_box { | ||
| 55 | border: 2px solid transparent; | 60 | border: 2px solid transparent; |
| 56 | } | 61 | } |
| 57 | 62 |
public/designs/templates/rightcolumn/stylesheets/editor.css
| @@ -25,6 +25,10 @@ color: black; | @@ -25,6 +25,10 @@ color: black; | ||
| 25 | font-weight: bold; | 25 | font-weight: bold; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | +#design_editor .design_blocks { | ||
| 29 | + border: 2px dotted green; | ||
| 30 | +} | ||
| 31 | + | ||
| 28 | #design_editor_blocksbar a:hover { | 32 | #design_editor_blocksbar a:hover { |
| 29 | border: 1px inset #545454; | 33 | border: 1px inset #545454; |
| 30 | } | 34 | } |
public/designs/templates/threecolumn/stylesheets/style.css
| @@ -70,7 +70,11 @@ clear: both; | @@ -70,7 +70,11 @@ clear: both; | ||
| 70 | padding: 3px; | 70 | padding: 3px; |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | -#design_editor .box { | 73 | +#design_editor .design_blocks { |
| 74 | + border: 2px dotted green; | ||
| 75 | +} | ||
| 76 | + | ||
| 77 | +#design_editor .design_box { | ||
| 74 | border: 2px solid transparent; | 78 | border: 2px solid transparent; |
| 75 | } | 79 | } |
| 76 | 80 |