Commit e373676ba22b6d941309311c509e7243378a823f

Authored by AntonioTerceiro
1 parent bbb08189

ActionItem0: minor changes



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@329 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
@@ -113,26 +113,18 @@ div.block { @@ -113,26 +113,18 @@ div.block {
113 text-align: center; 113 text-align: center;
114 border: 1px solid black; 114 border: 1px solid black;
115 } 115 }
116 -#design_editor #design_editor_selectors ul {  
117 - padding: 2px;  
118 - margin: 2px;  
119 -}  
120 -#design_editor #design_editor_selectors li {  
121 - list-style: none;  
122 - display: inline;  
123 -}  
124 116
125 #design_editor .hover { 117 #design_editor .hover {
126 border: 1px dashed black; 118 border: 1px dashed black;
127 background: #ffd; 119 background: #ffd;
128 } 120 }
129 121
130 -#design_editor ul { 122 +#design_editor ul.block_list {
131 padding: 2px; 123 padding: 2px;
132 margin: 2px; 124 margin: 2px;
133 } 125 }
134 126
135 -#design_editor li { 127 +#design_editor li.block {
136 padding: 2px; 128 padding: 2px;
137 margin: 2px; 129 margin: 2px;
138 list-style: none; 130 list-style: none;