From 0bbd4df64e62a7d79d10940d13a1597842ce6cac Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 02 12월 2021 10:30:32 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/assets/styles/main.css |  130 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 127 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index fd21901..56fdb77 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/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,

--
Gitblit v1.8.0