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
public/designs/templates/default/stylesheets/style.css
public/designs/themes/default/style.css
... | ... | @@ -7,13 +7,18 @@ |
7 | 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 | 16 | .design_block ul |
11 | 17 | { |
12 | 18 | list-style: none; |
13 | 19 | margin-left: 15px; |
14 | 20 | } |
15 | 21 | |
16 | - | |
17 | 22 | .design_block h3 |
18 | 23 | { |
19 | 24 | color: #FFFFFF; |
... | ... | @@ -25,7 +30,11 @@ |
25 | 30 | height: 27px; |
26 | 31 | margin: 0px; |
27 | 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 | 40 | a.design_button_block span { |
... | ... | @@ -100,3 +109,12 @@ border-bottom: 2px solid #000000; |
100 | 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 | +} | ... | ... |