Commit 53eb5ba1f2ad04667a015b77ea2b1d8c020bc9d7
1 parent
0e6f3ccc
Exists in
master
and in
29 other branches
Extracting style into css file
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
plugins/display_content/public/style.css
plugins/display_content/views/box_organizer/_choose_directly.html.erb
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | </div> |
7 | 7 | |
8 | 8 | <div id="limit"> |
9 | - <%= labelled_text_field(_('Limit:'), "block[limit_to_show]", @block.limit_to_show, :style => 'width: 40%') %> | |
9 | + <%= labelled_text_field(_('Limit:'), "block[limit_to_show]", @block.limit_to_show, :class => "limit-input") %> | |
10 | 10 | </div> |
11 | 11 | |
12 | 12 | <script type="text/javascript" > | ... | ... |