use tab instead of separate control for transit demo
This commit is contained in:
parent
8bd8fc3256
commit
4f558a0956
11 changed files with 52 additions and 24 deletions
|
|
@ -125,7 +125,8 @@ td {
|
|||
#profile_upload,
|
||||
#datatable_wrapper,
|
||||
.dataTables_scroll,
|
||||
.dataTables_scrollBody {
|
||||
.dataTables_scrollBody,
|
||||
#iternity {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
||||
|
|
@ -151,11 +152,19 @@ textarea,
|
|||
#datatable_wrapper,
|
||||
.dataTables_scroll,
|
||||
.dataTables_scrollBody,
|
||||
#datatable {
|
||||
#datatable,
|
||||
#iternity,
|
||||
#iternity pre {
|
||||
-webkit-flex: auto;
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
#iternity pre {
|
||||
font-size: small;
|
||||
/* turn off bootstrap 'break-word' */
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
#profile_buttons {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue