mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-21 17:32:47 +01:00
fix minor visual bug on grid view, list view and tree view
This commit is contained in:
parent
86bcaf9dea
commit
8b029c2e0a
@ -13,4 +13,8 @@ afx-grid-view .grid_row_header afx-grid-cell{
|
|||||||
|
|
||||||
afx-grid-view {
|
afx-grid-view {
|
||||||
display: block;
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
afx-grid-view afx-grid-cell afx-label {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
@ -10,8 +10,4 @@ afx-label i.label-text{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
|
||||||
|
|
||||||
afx-label {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
@ -54,3 +54,7 @@ afx-list-view.dropdown > div.list-container > ul li{
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afx-list-view afx-list-item afx-label {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user