Skip to content

Commit 5b674ad

Browse files
author
Luitot
committed
Vertically centering pills and text
Use Arial instead of the previous one ugly trick on the labels
1 parent 0f0ba1e commit 5b674ad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

public/css/app.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* Licensed under the MIT license - http://opensource.org/licenses/MIT
33
*/
44

5+
body {
6+
font-family: arial;
7+
}
8+
59
.pointer {
610
cursor: pointer;
711
}
@@ -117,6 +121,18 @@
117121
clear: both;
118122
}
119123

124+
servicestatuspill {
125+
display: inline-block;
126+
vertical-align: top;
127+
margin-top: -1.5px;
128+
}
129+
130+
.label[title="Issue has been acknowledged"] {
131+
display: inline-block;
132+
vertical-align: middle;
133+
margin-top: -2.5px;
134+
}
135+
120136
.label-type {
121137
padding: .3em .6em .3em;
122138
display: inline-block;

0 commit comments

Comments
 (0)