mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
jquery splitter is unused
This commit is contained in:
parent
788521deb3
commit
70bbed190b
2 changed files with 0 additions and 59 deletions
|
@ -2,7 +2,6 @@ import './lib/bootstrap-colorpicker.css';
|
||||||
import 'google-code-prettify/src/prettify.css';
|
import 'google-code-prettify/src/prettify.css';
|
||||||
import 'bootstrap/less/bootstrap.less';
|
import 'bootstrap/less/bootstrap.less';
|
||||||
import 'bootstrap-switch/src/less/bootstrap3/build.less';
|
import 'bootstrap-switch/src/less/bootstrap3/build.less';
|
||||||
import './lib/jquery.splitter.css';
|
|
||||||
import './structure/overrides.css';
|
import './structure/overrides.css';
|
||||||
import './structure/layout.css';
|
import './structure/layout.css';
|
||||||
import './structure/utils.css';
|
import './structure/utils.css';
|
||||||
|
|
|
@ -1,58 +0,0 @@
|
||||||
/** @license
|
|
||||||
========================================================================
|
|
||||||
StyleSheet for JQuery splitter Plugin
|
|
||||||
Copyright (C) 2010 Jakub Jankiewicz <http://jcubic.pl>
|
|
||||||
|
|
||||||
Same license as plugin
|
|
||||||
*/
|
|
||||||
.splitter_panel {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.splitter_panel .vsplitter {
|
|
||||||
background-color: grey;
|
|
||||||
cursor: col-resize;
|
|
||||||
z-index:900;
|
|
||||||
width: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.splitter_panel .hsplitter {
|
|
||||||
background-color: #5F5F5F;
|
|
||||||
cursor: row-resize;
|
|
||||||
z-index: 800;
|
|
||||||
height: 4px;
|
|
||||||
}
|
|
||||||
.splitter_panel .vsplitter.splitter-invisible,
|
|
||||||
.splitter_panel .hsplitter.splitter-invisible {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
.splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel,
|
|
||||||
.splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
|
|
||||||
position: absolute;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
.splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.splitter_panel .top_panel, .splitter_panel .left_panel, .splitter_panel .vsplitter {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
.splitter_panel .top_panel, .splitter_panel .bottom_panel, .splitter_panel .left_panel, .splitter_panel .hsplitter {
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
.splitter_panel .bottom_panel {
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
.splitter_panel .right_panel {
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
.splitterMask {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue