|
@@ -179,4 +179,32 @@ div.daterangepicker div.calendar-time{margin-top:10px !important;margin:10px !im
|
|
div.daterangepicker div.calendar-time>select{height:30px !important;font-size:14px !important;width:28% !important;min-width:50px;}
|
|
div.daterangepicker div.calendar-time>select{height:30px !important;font-size:14px !important;width:28% !important;min-width:50px;}
|
|
div.daterangepicker select.monthselect,
|
|
div.daterangepicker select.monthselect,
|
|
div.daterangepicker select.yearselect{height:30px !important;font-size:14px !important;border:1px solid #d0d0d0 !important;}
|
|
div.daterangepicker select.yearselect{height:30px !important;font-size:14px !important;border:1px solid #d0d0d0 !important;}
|
|
-div.daterangepicker select.ampmselect{float:left;margin:0 10px 0 0 !important;}
|
|
|
|
|
|
+div.daterangepicker select.ampmselect{float:left;margin:0 10px 0 0 !important;}
|
|
|
|
+
|
|
|
|
+/* 의료진 메모 수정 추가되는 CSS */
|
|
|
|
+.contentsEdit {
|
|
|
|
+ position: relative;
|
|
|
|
+ padding-right: 20px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ z-index: 1;
|
|
|
|
+}
|
|
|
|
+.contentsEdit:after {
|
|
|
|
+ content: "\F3EA";
|
|
|
|
+ font-family: 'Material Design Icons';
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 50%;
|
|
|
|
+ right: 0px;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ line-height: 1;
|
|
|
|
+ color: #999999;
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
+ -webkit-transform: translateY(-50%);
|
|
|
|
+ -moz-transform: translateY(-50%);
|
|
|
|
+ -ms-transform: translateY(-50%);
|
|
|
|
+ -o-transform: translateY(-50%);
|
|
|
|
+}
|
|
|
|
+.contentsEdit:hover,
|
|
|
|
+.contentsEdit:hover:after {
|
|
|
|
+ color: #47bac1;
|
|
|
|
+}
|
|
|
|
+/* 의료진 메모 수정 추가되는 CSS */
|