| @@ -150,15 +150,18 @@ | ||
| 150 | 150 | text-align: right; |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | #visualizer-sidebar { |
| 154 | - display: table-cell; | |
| 155 | - width: 250px; | |
| 154 | + clear: both; | |
| 155 | + margin: 20px 0px; | |
| 156 | + width: 96%; | |
| 156 | 157 | } |
| 157 | 158 | |
| 158 | 159 | .visualizer-sidebar-box ul li { |
| 159 | 160 | margin: 4px 0; |
| 160 | 161 | color: #23282d; |
| 162 | + float: left; | |
| 163 | + width: 25%; | |
| 161 | 164 | } |
| 162 | 165 | |
| 163 | 166 | .visualizer-sidebar-box ul { |
| 164 | 167 | margin-left: 40px; |
| @@ -167,15 +170,12 @@ | ||
| 167 | 170 | } |
| 168 | 171 | |
| 169 | 172 | .visualizer-sidebar-box { |
| 170 | 173 | display: block; |
| 171 | - width: 95%; | |
| 172 | - margin: 0; | |
| 173 | - margin-top: 20px; | |
| 174 | - margin-left: 2.5%; | |
| 175 | 174 | padding-top: 10px; |
| 176 | 175 | padding-bottom: 15px; |
| 177 | 176 | border-top: 5px solid #0073aa; |
| 177 | + border-bottom: 5px solid #0073aa; | |
| 178 | 178 | color: #0073aa; |
| 179 | 179 | background: white; |
| 180 | 180 | text-align: center; |
| 181 | 181 | } |
| @@ -291,14 +291,10 @@ | ||
| 291 | 291 | button.media-modal-close { |
| 292 | 292 | display: none !important; |
| 293 | 293 | } |
| 294 | 294 | |
| 295 | -.dataTables_scrollBody { | |
| 296 | - overflow: hidden !important; | |
| 297 | -} | |
| 298 | - | |
| 299 | 295 | .dataTables_wrapper { |
| 300 | - height: 300px; | |
| 296 | + max-height: 300px; | |
| 301 | 297 | overflow: hidden !important; |
| 302 | 298 | } |
| 303 | 299 | |
| 304 | 300 | /* datatables */ |
| @@ -303,5 +299,15 @@ | ||
| 303 | 299 | |
| 304 | 300 | /* datatables */ |
| 305 | 301 | .dt-button { |
| 306 | 302 | display: none !important; |
| 307 | -} | |
| 303 | +} | |
| 304 | + | |
| 305 | +/* chartjs */ | |
| 306 | +#visualizer-library canvas.chartjs-render-monitor { | |
| 307 | + height: 100% !important; | |
| 308 | +} | |
| 309 | + | |
| 310 | +div#visualizer-types ul, div#visualizer-types form p { | |
| 311 | + vertical-align: middle; | |
| 312 | + margin: 0; | |
| 313 | +} | |