OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-02 0bbd4df64e62a7d79d10940d13a1597842ce6cac
src/main/webapp/assets/styles/main.css
@@ -890,6 +890,14 @@
    order: 12;
}
.offset-detail-1 {
    margin-left: 5.8%;
}
.offset-detail-2 {
    margin-left: 4%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
@@ -11335,6 +11343,7 @@
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: none;
    padding: 15px;
    z-index: 3000;
}
@@ -11343,12 +11352,19 @@
        min-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    body .daterangepicker-single {
    }
}
body .daterangepicker::after {
    display: block;
    clear: both;
    content: "";
}
body .daterangepicker-single::after {
    display: block;
    clear: both;
    content: "";
@@ -11360,11 +11376,26 @@
    margin: 10px;
}
body .daterangepicker-single .calendar {
    float: left;
    max-width: 300px;
    margin: 10px;
}
body .daterangepicker .calendar td {
    cursor: pointer;
}
body .daterangepicker-single .calendar td {
    cursor: pointer;
}
body .daterangepicker .calendar td:hover {
    background-color: #1a88fb;
    color: #fff;
}
body .daterangepicker-single .calendar td:hover {
    background-color: #1a88fb;
    color: #fff;
}
@@ -11375,7 +11406,18 @@
    border-color: #fff;
}
body .daterangepicker-single .calendar td.in-range {
    background-color: #1a88fb;
    color: #fff;
    border-color: #fff;
}
body .daterangepicker .calendar td.active, body .daterangepicker .calendar td.active:hover {
    background-color: #046fdf;
    color: #fff;
    border-color: #fff;
}
body .daterangepicker-single .calendar td.active, body .daterangepicker-single .calendar td.active:hover {
    background-color: #046fdf;
    color: #fff;
    border-color: #fff;
@@ -11386,7 +11428,20 @@
    padding: 5px 10px;
}
body .daterangepicker-single .ranges {
    clear: left;
    padding: 5px 10px;
}
body .daterangepicker .ranges .btn, body .daterangepicker .ranges .all-wrapper .fc-button, .all-wrapper body .daterangepicker .ranges .fc-button {
    padding: 5px 10px;
    line-height: 1;
    vertical-align: middle;
    text-transform: none;
    font-size: 0.81rem;
}
body .daterangepicker-single .ranges .btn, body .daterangepicker-single .ranges .all-wrapper .fc-button, .all-wrapper body .daterangepicker-single .ranges .fc-button {
    padding: 5px 10px;
    line-height: 1;
    vertical-align: middle;
@@ -11401,12 +11456,30 @@
    font-size: 0.72rem;
}
body .daterangepicker-single th {
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    font-size: 0.72rem;
}
body .daterangepicker th.prev {
    text-align: left;
    cursor: pointer;
}
body .daterangepicker-single th.prev {
    text-align: left;
    cursor: pointer;
}
body .daterangepicker th.next {
    text-align: right;
    cursor: pointer;
}
body .daterangepicker-single th.next {
    text-align: right;
    cursor: pointer;
}
@@ -11424,11 +11497,29 @@
    border: 1px solid #eee;
}
body .daterangepicker-single .calendar td {
    font-weight: 300;
    font-size: 0.81rem;
    text-align: right;
    font-size: 0.81rem;
    padding: 5px 8px;
    border: 1px solid #eee;
}
body .daterangepicker .calendar th.month {
    color: #047bf8;
}
body .daterangepicker-single .calendar th.month {
    color: #047bf8;
}
body .daterangepicker .calendar-table {
    padding-top: 10px;
}
body .daterangepicker-single .calendar-table {
    padding-top: 10px;
}
@@ -11437,7 +11528,17 @@
    padding-bottom: 5px;
}
body .daterangepicker-single thead tr:first-child th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 5px;
}
body .daterangepicker thead tr:first-child + tr th {
    padding-top: 10px;
}
body .daterangepicker-single thead tr:first-child + tr th {
    padding-top: 10px;
}
@@ -11445,7 +11546,18 @@
    position: relative;
}
body .daterangepicker-single .daterangepicker_input {
    position: relative;
}
body .daterangepicker .daterangepicker_input input {
    width: 100%;
    display: block;
    padding-left: 35px;
}
body .daterangepicker-single .daterangepicker_input input {
    width: 100%;
    display: block;
    padding-left: 35px;
@@ -11474,6 +11586,8 @@
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
}
daterangepicker_single
body .daterangepicker .fa.fa-chevron-left.glyphicon.glyphicon-chevron-left:before {
@@ -29861,10 +29975,20 @@
.icon-reverse::after {
    transform: rotate(180deg);
}
/* 원본 폰트 사이즈 주석 처리*/
/*.issue-detail-label {*/
/*    font-size: 0.71rem;*/
/*    color: #777*/
/*}*/
.issue-detail-tab {
    font-size: 0.9rem;
    font-weight: 800;
}
.issue-detail-label {
    font-size: 0.71rem;
    color: #777
    font-size: 0.9rem;
    color: #777;
    font-weight: 800;
}
input[type="number"]::-webkit-outer-spin-button,