style improvement on Label, FileView, GridView, system menu and app Panel

This commit is contained in:
DanyLE
2022-07-05 13:22:51 +02:00
parent b2ce9ec978
commit e63cae1550
9 changed files with 40 additions and 14 deletions

View File

@ -1,8 +1,7 @@
afx-menu afx-switch span{
width: 20px;
height: 16px;
padding-top: 3px;
font-size: 16px;
/*margin-top:5px;*/
height: 19px;
}
afx-menu span.shortcut{
text-align: right;
@ -21,7 +20,6 @@ afx-menu afx-menu ul {
background-color: #363636;
}
afx-menu ul li /*, afx-menu ul >afx-menu-entry > li*/{
padding:3px;
padding-left: 5px;
padding-right: 5px;
}
@ -55,4 +53,8 @@ afx-menu afx-menu .afx_submenu:before, afx-menu ul.context .afx_submenu:before
}
afx-menu ul.context li{
min-width: 150px;
}
afx-menu afx-label span {
height: 22px !important;
}

View File

@ -1,8 +1,7 @@
afx-menu afx-switch span{
width: 20px;
height: 16px;
padding-top: 3px;
font-size: 16px;
/*margin-top:5px;*/
height: 19px;
}
afx-menu span.shortcut{
text-align: right;
@ -21,7 +20,6 @@ afx-menu afx-menu ul {
background-color: #e7e7e7;
}
afx-menu ul li /*, afx-menu ul >afx-menu-entry > li*/{
padding:3px;
padding-left: 5px;
padding-right: 5px;
}
@ -55,4 +53,8 @@ afx-menu afx-menu .afx_submenu:before, afx-menu ul.context .afx_submenu:before
}
afx-menu ul.context li{
min-width: 150px;
}
afx-menu afx-label span {
height: 22px !important;
}

View File

@ -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;
}

View File

@ -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;

View File

@ -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;
}