mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-15 13:30:01 +02:00
style improvement on Label, FileView, GridView, system menu and app Panel
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
afx-label i.icon-style {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
afx-label span {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items:center;
|
||||
}
|
||||
afx-label i.label-text{
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-left: 3px;
|
||||
flex: 1;
|
||||
}
|
@ -34,6 +34,7 @@ afx-menu ul li {
|
||||
float: left;
|
||||
cursor:default;
|
||||
}
|
||||
/*
|
||||
afx-menu ul li.fix_padding{
|
||||
padding-top:1px;
|
||||
padding-bottom: 0;
|
||||
@ -45,7 +46,7 @@ afx-menu afx-menu ul li.fix_padding{
|
||||
padding:3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
} */
|
||||
afx-menu afx-menu {
|
||||
top:100%;
|
||||
left:0;
|
||||
|
@ -96,4 +96,10 @@ afx-sys-panel afx-hbox[data-id="btlist"] afx-button button
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
afx-sys-panel afx-list-view[data-id="applist"] afx-label span,
|
||||
afx-sys-panel afx-list-view[data-id="catlist"] afx-label span
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user