Skip to content

Commit 00c105c

Browse files
juno-nishizakiRedmine Patch Meetup
authored andcommitted
apply to issues
1 parent 5292f60 commit 00c105c

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
@@ -756,22 +756,27 @@ table.transitions td.enabled {background: #bfb;}
756756
table.transitions td {
757757
min-width: 50px;
758758
}
759+
body.controller-issues div.autoscroll,
759760
.sticky-table-wrapper {
760761
max-height: 500px;
761762
}
762763
}
763764

765+
body.controller-issues div.autoscroll,
764766
.sticky-table-wrapper {
765767
table-layout: fixed;
766768
overflow-x: auto;
767769
margin-bottom: 1.2em;
768770
position: relative;
769771
}
770772

773+
body.controller-issues div.autoscroll table.issues,
771774
.sticky-table-wrapper table {
772775
overflow-y: scroll;
773776
overflow-x: scroll;
774777
}
778+
body.controller-issues div.autoscroll table.issues thead tr td,
779+
body.controller-issues div.autoscroll table.issues thead tr th,
775780
.sticky-table-wrapper table tr.fixed-row td, .sticky-table-wrapper table tr.fixed-row th {
776781
position: -webkit-sticky;
777782
position: sticky;
@@ -1874,6 +1879,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18741879
#wiki_add_attachment { display:none; }
18751880
.hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
18761881
.autoscroll {overflow-x: visible;}
1882+
body.controller-issues div.autoscroll table.issues,
18771883
.sticky-table-wrapper table { overflow-x: visible; overflow-y: visible; }
18781884
table.list {margin-top:0.5em;}
18791885
table.list th, table.list td {border: 1px solid #aaa;}

0 commit comments

Comments
 (0)