Skip to content

Commit

Permalink
Hide the sections list on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Aug 25, 2014
1 parent 57cf194 commit 1843be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/RonRonnement.css.scss
Expand Up @@ -1655,7 +1655,7 @@ img {
}
ul { margin: 5px; }
}
.box p, .box .new_content, #poll_box, #redaction_box ul, #moderation_box ul, #admin_box { display: none; }
.box p, .box .new_content, #poll_box, #redaction_box ul, #moderation_box ul, #admin_box, #sections_box, #forum_box { display: none; }
#moderation_box {
.inbox {
p { display: block; }
Expand Down
2 changes: 1 addition & 1 deletion app/views/sections/_box.html.haml
@@ -1,4 +1,4 @@
#sections.box
#sections_box.box
%h1= link_to "Les sections", '/sections'
%ul
= list_of(@sections) do |section|
Expand Down

0 comments on commit 1843be9

Please sign in to comment.