parent
edc2bc8b93
commit
e85a1bce0a
13 changed files with 541 additions and 369 deletions
|
@ -1659,4 +1659,40 @@ a:focus {
|
|||
.cor-confirm-dialog-element .progress-message {
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.co-top-tab-bar {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding-left: 10px;
|
||||
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.co-top-tab-bar li {
|
||||
display: inline-block;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
padding: 6px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
font-size: 15px;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
|
||||
bottom: -2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.co-top-tab-bar li.active {
|
||||
color: #51a3d9;
|
||||
border-bottom: 2px solid #51a3d9;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.modal-header.ahead-of-tabs {
|
||||
border-bottom: 0px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
|
Reference in a new issue