mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-12 15:58:21 +01:00
17 lines
325 B
CSS
17 lines
325 B
CSS
afx-tab-container {
|
|
display: block;
|
|
width: 100%;
|
|
|
|
}
|
|
afx-tab-container afx-list-view {
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
afx-tab-container afx-list-view li{
|
|
float:left;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
padding-bottom: 2px;
|
|
padding-top:2px;
|
|
border:1px solid #c3c3c3;
|
|
} |