File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -232,15 +232,12 @@ em {
232
232
233
233
.item-list .detail ,
234
234
.item-list .delete {
235
- border-bottom : 1px # f5f5f5 solid;
236
- overflow : hidden;
237
- zoom : 1 ;
238
- }
239
-
240
- .item-list .detail {
241
235
display : flex;
242
236
flex-flow : row nowrap;
243
237
align-items : center;
238
+ border-bottom : 1px # f5f5f5 solid;
239
+ overflow : hidden;
240
+ zoom : 1 ;
244
241
}
245
242
246
243
.has-deletable .detail {
284
281
font-weight : bold;
285
282
font-size : 1.6em ;
286
283
line-height : 1em ;
287
- padding : 0.25 em 0.3125em ;
284
+ padding : 0.1875 em 0.3125 em 0.3125em ;
288
285
}
289
286
290
287
.item-list .delete : hover {
Original file line number Diff line number Diff line change @@ -196,14 +196,12 @@ background: #f5f5f5;
196
196
}
197
197
.item-list .detail,
198
198
.item-list .delete {
199
- border-bottom: 1px #f5f5f5 solid;
200
- overflow: hidden;
201
- zoom: 1;
202
- }
203
- .item-list .detail {
204
199
display: flex;
205
200
flex-flow: row nowrap;
206
201
align-items: center;
202
+ border-bottom: 1px #f5f5f5 solid;
203
+ overflow: hidden;
204
+ zoom: 1;
207
205
}
208
206
.has-deletable .detail {
209
207
padding-right: 2.2em;
@@ -241,7 +239,7 @@ color: #800000;
241
239
font-weight: bold;
242
240
font-size: 1.6em;
243
241
line-height: 1em;
244
- padding: 0.25em 0.3125em;
242
+ padding: 0.1875em 0.3125em 0.3125em;
245
243
}
246
244
.item-list .delete:hover {
247
245
background: #fee;
You can’t perform that action at this time.
0 commit comments