| | |
| | | body.fixed-sidebar .navbar-static-side, |
| | | body.canvas-menu .navbar-static-side { |
| | | position: fixed; |
| | | width: 220px; |
| | | width: 250px; |
| | | z-index: 2001; |
| | | height: 100%; |
| | | } |
| | |
| | | margin: 0 0 0 220px; |
| | | } |
| | | body.body-small.fixed-sidebar.mini-navbar .navbar-static-side { |
| | | width: 220px; |
| | | width: 250px; |
| | | } |
| | | .fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level, |
| | | .canvas-menu.mini-navbar .nav li:focus > .nav-second-level { |
| | |
| | | @media (min-width: 768px) { |
| | | #page-wrapper { |
| | | position: inherit; |
| | | margin: 0 0 0 240px; |
| | | margin: 0 0 0 250px; |
| | | min-height: 2002px; |
| | | } |
| | | } |
| | |
| | | .custom-file .custom-file-input:lang(en) ~ .custom-file-label::after { |
| | | content: "文件" !important; |
| | | } |
| | | /* 提高优先级,确保覆盖bootstrap默认样式 */ |
| | | .custom-file-input:lang(en) ~ .custom-file-label::after { |
| | | content: "文件" !important; |
| | | } |
| | | .custom-file-input ~ .custom-file-label::after { |
| | | content: "文件" !important; |
| | | } |
| | | /* SEARCH PAGE */ |
| | | .search-form { |
| | | margin-top: 10px; |