Skip to content

Commit

Permalink
visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoppe committed Oct 9, 2012
1 parent 7a1fe4a commit b4e106a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/refinery/layout.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ input.button.close_dialog:active, a.button.close_dialog:active, #content a.butto
/* ## Advanced Page Options --------------------------------------------- */
#more_options{
overflow:hidden;
margin-top: -40px;
}
.hemisquare {
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion app/views/refinery/admin/_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<% if params[:wymeditor].presence %><input name='wymeditor' value='true' type='hidden'><% end %>
<% if from_dialog? %><input id='dialog' name='dialog' type='hidden' value='true' /><% end %>
<% if @callback.presence %><input name='callback' value='<%= @callback %>' type='hidden'><% end %>
<%= submit_tag t('button_text', :scope => 'refinery.admin.search'), :name => nil, :class => "btn" %>
<%= submit_tag "#{t('button_text', :scope => 'refinery.admin.search')}", :name => nil, :class => "btn" %>
</div>
</form>
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
:class => "stripped" %>
</span>
</div>
<div id='more_options' style="display:none;">
<div id='more_options' class="well" style="display:none;">
<div class="hemisquare">
<h2><%= t('.page_options') %></h2>
<fieldset class="well">
<fieldset>

<div class="control-group">
<%= f.label :parent_id, t('.parent_page'), :class => 'control-label' %>
Expand Down
5 changes: 5 additions & 0 deletions lib/refinery/bootstrap/configuration.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module Refinery
module Bootstrap
include ActiveSupport::Configurable
end
end

0 comments on commit b4e106a

Please sign in to comment.