Skip to content

Commit c141510

Browse files
juno-nishizakiRedmine Patch Meetup
authored andcommitted
apply to issues
1 parent b907f26 commit c141510

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/stylesheets/application.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,22 +771,27 @@ table.transitions td.enabled {background: #bfb;}
771771
table.transitions td {
772772
min-width: 50px;
773773
}
774+
body.controller-issues div.autoscroll,
774775
.sticky-table-wrapper {
775776
max-height: 500px;
776777
}
777778
}
778779

780+
body.controller-issues div.autoscroll,
779781
.sticky-table-wrapper {
780782
table-layout: fixed;
781783
overflow-x: auto;
782784
margin-bottom: 1.2em;
783785
position: relative;
784786
}
785787

788+
body.controller-issues div.autoscroll table.issues,
786789
.sticky-table-wrapper table {
787790
overflow-y: scroll;
788791
overflow-x: scroll;
789792
}
793+
body.controller-issues div.autoscroll table.issues thead tr td,
794+
body.controller-issues div.autoscroll table.issues thead tr th,
790795
.sticky-table-wrapper table tr.fixed-row td, .sticky-table-wrapper table tr.fixed-row th {
791796
position: -webkit-sticky;
792797
position: sticky;
@@ -1883,6 +1888,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18831888
#wiki_add_attachment { display:none; }
18841889
.hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
18851890
.autoscroll {overflow-x: visible;}
1891+
body.controller-issues div.autoscroll table.issues,
18861892
.sticky-table-wrapper table { overflow-x: visible; overflow-y: visible; }
18871893
table.list {margin-top:0.5em;}
18881894
table.list th, table.list td {border: 1px solid #aaa;}

0 commit comments

Comments
 (0)