add tab bar

This commit is contained in:
Xuan Sang LE
2018-01-27 03:16:06 +01:00
parent 33f7f1a681
commit ea074d9690
17 changed files with 176 additions and 27 deletions

View File

@ -0,0 +1,17 @@
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;
}

View File

@ -42,7 +42,7 @@ html,body{
cursor: default;
padding:0px;
}
#desktop > div.float_list_item {
#desktop > div > .float_list_item {
display:block;
background-color:transparent;
text-align: center;
@ -51,7 +51,7 @@ html,body{
padding:3px;
}
#desktop > div.float_list_item_selected {
#desktop > div > div.float_list_item_selected {
display:block;
background-color: #116cd6;
color:white;
@ -62,7 +62,7 @@ html,body{
padding:3px;
}
#desktop > div.float_list_item i.file:before{
#desktop > div > div.float_list_item i.file:before{
content: "\f15b\a";
font-family: "FontAwesome";
font-size: 32px;
@ -71,11 +71,11 @@ html,body{
font-style: normal;
font-weight: normal;
}
#desktop > div.float_list_item span{
#desktop > div > div.float_list_item span{
width: 100%;
word-wrap: break-word;
}
#desktop > div.float_list_item i.dir:before{
#desktop > div > div.float_list_item i.dir:before{
display: block;
content: "\f07b\a";
font-family: "FontAwesome";