mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-31 12:49:38 +00:00
Add the splitcontent* classes to my page layout (#30168).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17810 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
54fe33486d
commit
a8d24ab4b8
@ -7,15 +7,13 @@
|
||||
|
||||
<h2><%=l(:label_my_page)%></h2>
|
||||
|
||||
<div id="my-page">
|
||||
<div class="splitcontent">
|
||||
<div id="my-page" class="splitcontent">
|
||||
<% @groups.each do |group| %>
|
||||
<div id="list-<%= group %>" class="block-receiver">
|
||||
<div id="list-<%= group %>" class="block-receiver splitcontent<%= group %>">
|
||||
<%= render_blocks(@blocks[group], @user) %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= context_menu %>
|
||||
|
||||
|
||||
@ -444,9 +444,10 @@ div.square {
|
||||
.message .contextual { margin-top: 0; }
|
||||
|
||||
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap;}
|
||||
.splitcontentleft, #list-left {flex: 1; margin-right: 5px;}
|
||||
.splitcontentright, #list-right {flex: 1; margin-left: 5px;}
|
||||
#list-top {width: 100%;}
|
||||
.splitcontentleft {flex: 1; margin-right: 5px;}
|
||||
.splitcontentright {flex: 1; margin-left: 5px;}
|
||||
.splitcontenttop {flex: 2; flex-basis: 100%;}
|
||||
|
||||
form {display: inline;}
|
||||
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
|
||||
input[type="submit"] { -webkit-appearance: button; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user