File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 12
12
<li tal : condition =" previous" ><a href =" ${previous}" >Previous</a ></li >
13
13
<li tal : condition =" next" ><a href =" ${next}" >Next</a ></li >
14
14
</ul >
15
- <table class =" table table-bordered time-entries table-condensed" >
15
+ <table class =" table table-bordered time-entries table-condensed table-search " >
16
16
<thead >
17
17
<tr >
18
18
<th >type</th >
Original file line number Diff line number Diff line change @@ -207,6 +207,22 @@ table.time-entries tbody tr:hover th {
207
207
background-color : white;
208
208
}
209
209
210
+ @media only screen and (max-width : 1024px ) {
211
+ table .table-search td : nth-child (5 ),
212
+ table .table-search th : nth-child (5 ),
213
+ table .table-search td : nth-child (6 ),
214
+ table .table-search th : nth-child (6 )
215
+ {display : none;}
216
+ }
217
+
218
+ @media only screen and (max-width : 640px ) {
219
+ table .table-search td : nth-child (1 ),
220
+ table .table-search th : nth-child (1 ),
221
+ table .table-search td : nth-child (4 ),
222
+ table .table-search th : nth-child (4 )
223
+ {display : none;}
224
+ }
225
+
210
226
211
227
212
228
/* XXX unused? */
You can’t perform that action at this time.
0 commit comments