浏览代码

Query totals and query buttons overlaps on small screens (#24274).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16045 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang 7 年前
父节点
当前提交
e8c17ac6d7
共有 2 个文件被更改,包括 8 次插入2 次删除
  1. 1
    1
      public/stylesheets/application.css
  2. 7
    1
      public/stylesheets/responsive.css

+ 1
- 1
public/stylesheets/application.css 查看文件

} }
table.query-columns td.buttons input[type=button] {width:35px;} table.query-columns td.buttons input[type=button] {width:35px;}
.query-totals {text-align:right;} .query-totals {text-align:right;}
.query-totals>span {margin-left:0.6em;}
.query-totals>span:not(:first-child) {margin-left:0.6em;}
.query-totals .value {font-weight:bold;} .query-totals .value {font-weight:bold;}
body.controller-issues .query-totals {margin-top:-2.3em;} body.controller-issues .query-totals {margin-top:-2.3em;}



+ 7
- 1
public/stylesheets/responsive.css 查看文件

html.flyout-is-active { html.flyout-is-active {
overflow: hidden; overflow: hidden;
} }
.flyout-is-active #wrapper, .flyout-is-active #header { .flyout-is-active #wrapper, .flyout-is-active #header {
right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */ right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */
} }
width: 100%; width: 100%;
} }


/* issues page */
body.controller-issues p.query-totals {
margin-top: 0px;
text-align: left;
}

/* subtasks and related issues list on issue show */ /* subtasks and related issues list on issue show */
#issue_tree .issues, #relations .issues { #issue_tree .issues, #relations .issues {
border-collapse: separate; border-collapse: separate;

正在加载...
取消
保存