17 lines
880 B
CSS
17 lines
880 B
CSS
#mainMenu {display: none;}
|
|
#sidebar {display: none;}
|
|
.table-footer>.table-statistic {display: none;}
|
|
.checkbox-primary {display: none !important;}
|
|
.dropdown {display: none;}
|
|
#xx-title {background-color: #F2F2F2; padding-left: 15px; line-height: 40px;}
|
|
body {width: 700px; margin-bottom: 0px !important;}
|
|
#main {min-width: 100%;}
|
|
#main > .container {width: 100% !important;}
|
|
#mainContent > .main-col {margin-top: 0px;}
|
|
.pager > li > .pager-size-menu {display: none;}
|
|
.table-footer > .table-actions {display: none;}
|
|
.table-footer{position: fixed !important; width: 100% !important; bottom: 0; z-index: -10 !important; background:none !important;}
|
|
.table-footer .pager:before {display: none !important;}
|
|
.table-footer .pager {background-color: #fff !important;}
|
|
.table-footer .pager li *{color: #838a9d !important;}
|
|
.linkButton {float: right; padding-right: 10px; line-height: 34px;} |