Commit 05e38c8905376e0b7345abd531676f83e0d0cd73
Committed by
Antonio Terceiro
1 parent
757d3ea5
Exists in
master
and in
29 other branches
Displaying arrow icon when categorizing on IE
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -3025,6 +3025,16 @@ h1#agenda-title { |
3025 | 3025 | } |
3026 | 3026 | |
3027 | 3027 | /* ==> public/stylesheets/controller_profile_editor.css <== */ |
3028 | + | |
3029 | +.controller-profile_editor .categorie_box .button { | |
3030 | + float: left; | |
3031 | +} | |
3032 | + | |
3033 | +.controller-profile_editor #content ul.categories, | |
3034 | +.controller-profile_editor #content ul.categories li { | |
3035 | + list-style: none; | |
3036 | +} | |
3037 | + | |
3028 | 3038 | .controller-profile_editor .control-panel { |
3029 | 3039 | /*border: 1px solid red;*/ |
3030 | 3040 | padding: 0px 15px 0px 15px; | ... | ... |