File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
actionpack/lib/action_dispatch/middleware/templates/routes Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
#route_table {
3
3
margin: 0;
4
4
border-collapse: collapse;
5
+ word-wrap:break-word;
6
+ table-layout: fixed;
7
+ width:100%;
5
8
}
6
9
7
10
#route_table thead tr {
8
11
border-bottom: 2px solid #ddd;
9
12
}
10
13
14
+ #route_table th {
15
+ padding-left: 30px;
16
+ text-align: left;
17
+ }
18
+
11
19
#route_table thead tr.bottom {
12
20
border-bottom: none;
13
21
}
14
22
15
23
#route_table thead tr.bottom th {
16
- padding: 10px 0 ;
24
+ padding: 10px 30px ;
17
25
line-height: 15px;
18
26
}
19
27
20
28
#route_table thead tr.bottom th input#search {
21
29
-webkit-appearance: textfield;
22
30
}
23
31
32
+ #route_table thead th.http-verb {
33
+ width: 10%;
34
+ }
35
+
24
36
#route_table tbody tr {
25
37
border-bottom: 1px solid #ddd;
26
38
}
66
78
< thead >
67
79
< tr >
68
80
< th > Helper</ th >
69
- < th > HTTP Verb</ th >
81
+ < th class =" http-verb " > HTTP Verb</ th >
70
82
< th > Path</ th >
71
83
< th > Controller#Action</ th >
72
84
</ tr >
You can’t perform that action at this time.
0 commit comments