Skip to content

Commit 32d8ce7

Browse files
committed
[gchq#181] update some css to shorthand
1 parent daf2c68 commit 32d8ce7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/web/stylesheets/layout/_io.css

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@
131131
.output-tab-content {
132132
width: 100%;
133133
max-width: 100%;
134-
padding-left: 5px;
135-
padding-right: 5px;
136-
padding-top: 10px;
137-
padding-bottom: 10px;
134+
padding: 10px 5px;
138135
height: var(--tab-height);
139136
vertical-align: middle;
140137
overflow: hidden;
@@ -319,8 +316,7 @@
319316
#output-num-results-container {
320317
width: 20%;
321318
float: right;
322-
margin: 0;
323-
margin-left: 10%;
319+
margin: 0 0 0 10%;
324320
}
325321

326322
#input-find-options-checkboxes,
@@ -355,10 +351,7 @@
355351

356352
#input-search-results li,
357353
#output-search-results li {
358-
padding-left: 5px;
359-
padding-right: 5px;
360-
padding-top: 10px;
361-
padding-bottom: 10px;
354+
padding: 10px 5px;
362355
text-align: center;
363356
width: 100%;
364357
color: var(--op-list-operation-font-colour);

0 commit comments

Comments
 (0)