File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
.resultContainer {
43
- margin-top : 1em ;
44
- overflow : hidden;
43
+ margin-top : 1em ;
44
+ overflow : hidden;
45
+ }
46
+
47
+ .breadcrumbs {
48
+ text-transform : lowercase;
45
49
}
46
50
47
51
.faded {
48
- opacity : 0.5 ;
52
+ opacity : 0.5 ;
49
53
}
50
54
51
55
.itemImg {
Original file line number Diff line number Diff line change 1
- <div class =" col-xs-12" >
2
- <span > <a href =" /search?floor=<%- floor %>" > <% - floor . toLowerCase () %> </a ></span > >
3
- <span > <a href =" /search?floor=<%- floor %>&room=<%- room %>" > <% - room . toLowerCase () %> </a ></span > >
4
- <span > <a href =" /search?floor=<%- floor %>&room=<%- room %>&location=<%- location %>" > <% - location . toLowerCase () %> </a ></span > >
5
- <span > <a href =" /search?fixture=<%- fixture %>" > <% - fixture . toLowerCase () %> </a ></span >
1
+ <div class =" breadcrumbs col-xs-12" >
2
+ <span > <a href =" /search?floor=<%- floor %>" > <% - floor %> </a ></span > >
3
+ <span > <a href =" /search?floor=<%- floor %>&room=<%- room %>" > <% - room %> </a ></span > >
4
+ <span > <a href =" /search?floor=<%- floor %>&room=<%- room %>&location=<%- location %>" > <% - location %> </a ></span > >
5
+ <span > <a href =" /search?fixture=<%- fixture %>" > <% - fixture %> </a ></span >
6
6
</div >
7
7
<% if (uuid) { % >
8
- < div class = " well col-xs-12" >
8
+ < div class = " well col-xs-12" >
9
9
< % } else { % >
10
10
< div class = " well faded col-xs-12" >
11
11
< % } %>
18
18
</div >
19
19
<div class =" itemTitle col-xs-8" >
20
20
<% if (uuid) { % >
21
- < h4> < a href= " /<%- uuid %>" > < %- fixture . toUpperCase (). bold () % > < / a> < / h4>
21
+ < h4 > < a href= " /<%- uuid %>" style = " font-weight: bold " > < %- fixture % > < / a> < / h4>
22
22
< % } else { % >
23
- < h4> < %- fixture . toUpperCase (). bold () % > < / h4>
23
+ < h4> < span style = " font-weight: bold " > < %- fixture % > < / span > </ h4>
24
24
< % } %>
25
- <span > <% - model . toLowerCase (). italics () %> </span >
25
+ <span style = " font-style : italic " > <% - model %> </span >
26
26
</div >
27
27
<div class =" itemImg col-xs-2" >
28
28
<% if (status === ' broken' ) { % >
You can’t perform that action at this time.
0 commit comments