mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] update some css to shorthand
This commit is contained in:
parent
daf2c684a9
commit
32d8ce7069
1 changed files with 3 additions and 10 deletions
|
@ -131,10 +131,7 @@
|
||||||
.output-tab-content {
|
.output-tab-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding-left: 5px;
|
padding: 10px 5px;
|
||||||
padding-right: 5px;
|
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
height: var(--tab-height);
|
height: var(--tab-height);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -319,8 +316,7 @@
|
||||||
#output-num-results-container {
|
#output-num-results-container {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0 0 0 10%;
|
||||||
margin-left: 10%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#input-find-options-checkboxes,
|
#input-find-options-checkboxes,
|
||||||
|
@ -355,10 +351,7 @@
|
||||||
|
|
||||||
#input-search-results li,
|
#input-search-results li,
|
||||||
#output-search-results li {
|
#output-search-results li {
|
||||||
padding-left: 5px;
|
padding: 10px 5px;
|
||||||
padding-right: 5px;
|
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: var(--op-list-operation-font-colour);
|
color: var(--op-list-operation-font-colour);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue