Commit f92c7bdab2137d6ddb45d698cc619db2c9a7141d
1 parent
b9846d60
Exists in
master
and in
22 other branches
ActionItem138: Box themes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1104 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
22 additions
and
3 deletions
Show diff stats
public/designs/templates/default/stylesheets/editor.css
@@ -42,6 +42,7 @@ border: 1px inset #545454; | @@ -42,6 +42,7 @@ border: 1px inset #545454; | ||
42 | 42 | ||
43 | #design_editor .design_blocks { | 43 | #design_editor .design_blocks { |
44 | border: 2px dotted green; | 44 | border: 2px dotted green; |
45 | + padding: 5px; | ||
45 | } | 46 | } |
46 | 47 | ||
47 | #design_editor .design_box { | 48 | #design_editor .design_box { |
public/designs/templates/default/stylesheets/style.css
public/designs/themes/default/style.css
@@ -7,13 +7,18 @@ | @@ -7,13 +7,18 @@ | ||
7 | margin-bottom: 10px; | 7 | margin-bottom: 10px; |
8 | } | 8 | } |
9 | 9 | ||
10 | +.design_editor ul, .design_box ul { | ||
11 | +list-style: none; | ||
12 | +margin: 0px; | ||
13 | +padding: 0px; | ||
14 | +} | ||
15 | + | ||
10 | .design_block ul | 16 | .design_block ul |
11 | { | 17 | { |
12 | list-style: none; | 18 | list-style: none; |
13 | margin-left: 15px; | 19 | margin-left: 15px; |
14 | } | 20 | } |
15 | 21 | ||
16 | - | ||
17 | .design_block h3 | 22 | .design_block h3 |
18 | { | 23 | { |
19 | color: #FFFFFF; | 24 | color: #FFFFFF; |
@@ -25,7 +30,11 @@ | @@ -25,7 +30,11 @@ | ||
25 | height: 27px; | 30 | height: 27px; |
26 | margin: 0px; | 31 | margin: 0px; |
27 | line-height: 27px; | 32 | line-height: 27px; |
28 | - padding-left: 10px; | 33 | +} |
34 | + | ||
35 | +#design_editor h3.design_block_header { | ||
36 | + padding-left: 30px; | ||
37 | + cursor: move; | ||
29 | } | 38 | } |
30 | 39 | ||
31 | a.design_button_block span { | 40 | a.design_button_block span { |
@@ -100,3 +109,12 @@ border-bottom: 2px solid #000000; | @@ -100,3 +109,12 @@ border-bottom: 2px solid #000000; | ||
100 | background: #ddd; | 109 | background: #ddd; |
101 | } | 110 | } |
102 | 111 | ||
112 | +.button_block_options { | ||
113 | +position: absolute; | ||
114 | +left: 5px; | ||
115 | +} | ||
116 | + | ||
117 | +.button_block_options:hover div#design_block_control_options_11 { | ||
118 | +display: block; | ||
119 | +border: 3px solid red; | ||
120 | +} |