Commit 1fc7d96ac349607d0025d5e14bc4bd493829aaf6
1 parent
8f29537c
Exists in
master
and in
28 other branches
Using all width in search controller
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -3008,6 +3008,10 @@ h1#agenda-title { |
3008 | 3008 | margin: 0px 200px 0px 200px; |
3009 | 3009 | } |
3010 | 3010 | |
3011 | +.controller-search .no-boxes { | |
3012 | + margin: 0px; | |
3013 | +} | |
3014 | + | |
3011 | 3015 | .controller-profile #content .no-boxes h1, |
3012 | 3016 | .controller-profile #content .no-boxes table th { |
3013 | 3017 | text-align: left; | ... | ... |