Skip to content

Commit 7bde6f9

Browse files
juno-nishizakiRedmine Patch Meetup
authored andcommitted
apply to issues
1 parent 1284732 commit 7bde6f9

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
@@ -764,22 +764,27 @@ table.transitions td.enabled {background: #bfb;}
764764
table.transitions td {
765765
min-width: 50px;
766766
}
767+
body.controller-issues div.autoscroll,
767768
.sticky-table-wrapper {
768769
max-height: 500px;
769770
}
770771
}
771772

773+
body.controller-issues div.autoscroll,
772774
.sticky-table-wrapper {
773775
table-layout: fixed;
774776
overflow-x: auto;
775777
margin-bottom: 1.2em;
776778
position: relative;
777779
}
778780

781+
body.controller-issues div.autoscroll table.issues,
779782
.sticky-table-wrapper table {
780783
overflow-y: scroll;
781784
overflow-x: scroll;
782785
}
786+
body.controller-issues div.autoscroll table.issues thead tr td,
787+
body.controller-issues div.autoscroll table.issues thead tr th,
783788
.sticky-table-wrapper table tr.fixed-row td, .sticky-table-wrapper table tr.fixed-row th {
784789
position: -webkit-sticky;
785790
position: sticky;
@@ -1876,6 +1881,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18761881
#wiki_add_attachment { display:none; }
18771882
.hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
18781883
.autoscroll {overflow-x: visible;}
1884+
body.controller-issues div.autoscroll table.issues,
18791885
.sticky-table-wrapper table { overflow-x: visible; overflow-y: visible; }
18801886
table.list {margin-top:0.5em;}
18811887
table.list th, table.list td {border: 1px solid #aaa;}

0 commit comments

Comments
 (0)