mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox (#30168).
Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17790 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4139b36011
commit
ca043789fd
@ -1,5 +1,6 @@
|
|||||||
<%= error_messages_for 'custom_field' %>
|
<%= error_messages_for 'custom_field' %>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
<p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
<p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
||||||
@ -127,5 +128,6 @@ when "IssueCustomField" %>
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% include_calendar_headers_tags %>
|
<% include_calendar_headers_tags %>
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
<fieldset class="attributes">
|
<fieldset class="attributes">
|
||||||
<legend><%= l(:label_change_properties) %></legend>
|
<legend><%= l(:label_change_properties) %></legend>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<% if @allowed_projects.present? %>
|
<% if @allowed_projects.present? %>
|
||||||
<p>
|
<p>
|
||||||
@ -188,6 +189,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|||||||
@ -15,6 +15,7 @@
|
|||||||
:url => { :action => "account" },
|
:url => { :action => "account" },
|
||||||
:html => { :id => 'my_account_form',
|
:html => { :id => 'my_account_form',
|
||||||
:method => :post, :multipart => true } do |f| %>
|
:method => :post, :multipart => true } do |f| %>
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<fieldset class="box tabular">
|
<fieldset class="box tabular">
|
||||||
<legend><%=l(:label_information_plural)%></legend>
|
<legend><%=l(:label_information_plural)%></legend>
|
||||||
@ -51,6 +52,7 @@
|
|||||||
|
|
||||||
<p class="mobile-show"><%= submit_tag l(:button_save) %></p>
|
<p class="mobile-show"><%= submit_tag l(:button_save) %></p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% content_for :sidebar do %>
|
<% content_for :sidebar do %>
|
||||||
|
|||||||
@ -8,12 +8,14 @@
|
|||||||
<h2><%=l(:label_my_page)%></h2>
|
<h2><%=l(:label_my_page)%></h2>
|
||||||
|
|
||||||
<div id="my-page">
|
<div id="my-page">
|
||||||
|
<div class="splitcontent">
|
||||||
<% @groups.each do |group| %>
|
<% @groups.each do |group| %>
|
||||||
<div id="list-<%= group %>" class="block-receiver">
|
<div id="list-<%= group %>" class="block-receiver">
|
||||||
<%= render_blocks(@blocks[group], @user) %>
|
<%= render_blocks(@blocks[group], @user) %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<%= context_menu %>
|
<%= context_menu %>
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
<p class="warning"><span class="icon icon-lock"><%= l(:text_project_closed) %></span></p>
|
<p class="warning"><span class="icon icon-lock"><%= l(:text_project_closed) %></span></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<% if @project.description.present? %>
|
<% if @project.description.present? %>
|
||||||
<div class="wiki">
|
<div class="wiki">
|
||||||
@ -118,6 +119,7 @@
|
|||||||
|
|
||||||
<%= call_hook(:view_projects_show_right, :project => @project) %>
|
<%= call_hook(:view_projects_show_right, :project => @project) %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% content_for :sidebar do %>
|
<% content_for :sidebar do %>
|
||||||
<%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>
|
<%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<h2><%=l(:label_report_plural)%></h2>
|
<h2><%=l(:label_report_plural)%></h2>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<h3>
|
<h3>
|
||||||
<%=l(:field_tracker)%>
|
<%=l(:field_tracker)%>
|
||||||
@ -72,4 +73,4 @@
|
|||||||
<br />
|
<br />
|
||||||
<%= call_hook(:view_reports_issue_report_split_content_right, :project => @project) %>
|
<%= call_hook(:view_reports_issue_report_split_content_right, :project => @project) %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<%= error_messages_for 'tracker' %>
|
<%= error_messages_for 'tracker' %>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
<!--[form:tracker]-->
|
<!--[form:tracker]-->
|
||||||
@ -55,3 +56,4 @@ end %>
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<div id="user_form">
|
<div id="user_form">
|
||||||
<!--[form:user]-->
|
<!--[form:user]-->
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<fieldset class="box tabular">
|
<fieldset class="box tabular">
|
||||||
<legend><%=l(:label_information_plural)%></legend>
|
<legend><%=l(:label_information_plural)%></legend>
|
||||||
@ -52,6 +53,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div style="clear:left;"></div>
|
<div style="clear:left;"></div>
|
||||||
<!--[eoform:user]-->
|
<!--[eoform:user]-->
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
<h2><%= avatar @user, :size => "50" %> <%= @user.name %></h2>
|
<h2><%= avatar @user, :size => "50" %> <%= @user.name %></h2>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<ul>
|
<ul>
|
||||||
<li><%=l(:field_login)%>: <%= @user.login %></li>
|
<li><%=l(:field_login)%>: <%= @user.login %></li>
|
||||||
@ -61,5 +62,5 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<%= call_hook :view_account_right_bottom, :user => @user %>
|
<%= call_hook :view_account_right_bottom, :user => @user %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<% html_title @user.name %>
|
<% html_title @user.name %>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<h2><%= l(:label_home) %></h2>
|
<h2><%= l(:label_home) %></h2>
|
||||||
|
|
||||||
|
<div class="splitcontent">
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<div class="wiki">
|
<div class="wiki">
|
||||||
<%= textilizable Setting.welcome_text %>
|
<%= textilizable Setting.welcome_text %>
|
||||||
@ -17,6 +18,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<%= call_hook(:view_welcome_index_right) %>
|
<%= call_hook(:view_welcome_index_right) %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% content_for :header_tags do %>
|
<% content_for :header_tags do %>
|
||||||
<%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
|
<%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
|
||||||
|
|||||||
@ -441,9 +441,10 @@ div.square {
|
|||||||
.contextual input, .contextual select {font-size:0.9em;}
|
.contextual input, .contextual select {font-size:0.9em;}
|
||||||
.message .contextual { margin-top: 0; }
|
.message .contextual { margin-top: 0; }
|
||||||
|
|
||||||
.splitcontent {overflow:auto;}
|
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap;}
|
||||||
.splitcontentleft, #list-left {float:left; width:49%;}
|
.splitcontentleft, #list-left {flex: 1; margin-right: 5px;}
|
||||||
.splitcontentright, #list-right {float:right; width:49%;}
|
.splitcontentright, #list-right {flex: 1; margin-left: 5px;}
|
||||||
|
#list-top {width: 100%;}
|
||||||
form {display: inline;}
|
form {display: inline;}
|
||||||
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
|
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
|
||||||
input[type="submit"] { -webkit-appearance: button; }
|
input[type="submit"] { -webkit-appearance: button; }
|
||||||
|
|||||||
@ -219,10 +219,14 @@
|
|||||||
|
|
||||||
.splitcontentleft, #list-left {
|
.splitcontentleft, #list-left {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex: auto;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitcontentright, #list-right {
|
.splitcontentright, #list-right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex: auto;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------*\
|
/*----------------------------------------*\
|
||||||
@ -855,4 +859,3 @@
|
|||||||
|
|
||||||
#login-form {width:100%; margin-top:2em;}
|
#login-form {width:100%; margin-top:2em;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user