chg: [UI] Move some styles to main.css

pull/8317/head
Jakub Onderka 2022-04-30 19:22:59 +02:00
parent d66d96ea22
commit ad314a03af
2 changed files with 18 additions and 3 deletions

View File

@ -12,13 +12,13 @@ foreach ($event['RelatedEvent'] as $relatedEvent) {
$relatedEventsValues = json_encode($relatedEventsValues, JSON_UNESCAPED_UNICODE);
?>
<div id="eventFilteringQBWrapper" style="padding: 5px; display: none; border: 1px solid #dddddd; border-bottom: 0;">
<div id="eventFilteringQB" style="overflow-y: auto; padding-right: 5px; resize: vertical; max-height: 750px; height: 400px;"></div>
<div id="eventFilteringQBWrapper">
<div id="eventFilteringQB"></div>
<div style="display: flex; justify-content: flex-end; margin-top: 5px;">
<input id="eventFilteringQBLinkInput" class="form-control" style="width: 66%;">
<button id="eventFilteringQBLinkCopy" type="button" class="btn btn-inverse" style="margin-right: 5px; margin-left: 5px;"> <i class="fa fa-clipboard"></i> Copy to clipboard</button>
<button id="eventFilteringQBSubmit" type="button" class="btn btn-success" style="margin-right: 5px;"> <i class="fa fa-filter"></i> Filter</button>
<button id="eventFilteringQBClear" type="button" class="btn btn-xs btn-danger" style="" title="Clear filtering rules"> <i class="fa fa-times"></i> Clear</button>
<button id="eventFilteringQBClear" type="button" class="btn btn-xs btn-danger" title="Clear filtering rules"> <i class="fa fa-times"></i> Clear</button>
</div>
</div>
<?php

View File

@ -1097,6 +1097,21 @@ a.proposal_link_red:hover {
font-size: 125%;
}
#eventFilteringQBWrapper {
padding: 5px;
display: none;
border: 1px solid #dddddd;
border-bottom: 0;
}
#eventFilteringQB {
overflow-y: auto;
padding-right: 5px;
resize: vertical;
max-height: 750px;
height: 400px;
}
#eventFilteringQB .rules-group-container {
background-color: #00000077;
border-color: #222222;