bootstrap관련 이동
This commit is contained in:
@@ -1,374 +1,374 @@
|
|||||||
/*!
|
/*!
|
||||||
* Datetimepicker for Bootstrap 3
|
* Datetimepicker for Bootstrap 3
|
||||||
* version : 4.17.47
|
* version : 4.17.47
|
||||||
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
||||||
*/
|
*/
|
||||||
.bootstrap-datetimepicker-widget {
|
.bootstrap-datetimepicker-widget {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 19em;
|
width: 19em;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||||
width: 38em;
|
width: 38em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||||
width: 38em;
|
width: 38em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||||
width: 38em;
|
width: 38em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu:before,
|
.bootstrap-datetimepicker-widget.dropdown-menu:before,
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu:after {
|
.bootstrap-datetimepicker-widget.dropdown-menu:after {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
||||||
border-left: 7px solid transparent;
|
border-left: 7px solid transparent;
|
||||||
border-right: 7px solid transparent;
|
border-right: 7px solid transparent;
|
||||||
border-bottom: 7px solid #ccc;
|
border-bottom: 7px solid #ccc;
|
||||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||||
top: -7px;
|
top: -7px;
|
||||||
left: 7px;
|
left: 7px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
||||||
border-left: 6px solid transparent;
|
border-left: 6px solid transparent;
|
||||||
border-right: 6px solid transparent;
|
border-right: 6px solid transparent;
|
||||||
border-bottom: 6px solid white;
|
border-bottom: 6px solid white;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
||||||
border-left: 7px solid transparent;
|
border-left: 7px solid transparent;
|
||||||
border-right: 7px solid transparent;
|
border-right: 7px solid transparent;
|
||||||
border-top: 7px solid #ccc;
|
border-top: 7px solid #ccc;
|
||||||
border-top-color: rgba(0, 0, 0, 0.2);
|
border-top-color: rgba(0, 0, 0, 0.2);
|
||||||
bottom: -7px;
|
bottom: -7px;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
||||||
border-left: 6px solid transparent;
|
border-left: 6px solid transparent;
|
||||||
border-right: 6px solid transparent;
|
border-right: 6px solid transparent;
|
||||||
border-top: 6px solid white;
|
border-top: 6px solid white;
|
||||||
bottom: -6px;
|
bottom: -6px;
|
||||||
left: 7px;
|
left: 7px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 6px;
|
right: 6px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .list-unstyled {
|
.bootstrap-datetimepicker-widget .list-unstyled {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget a[data-action] {
|
.bootstrap-datetimepicker-widget a[data-action] {
|
||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget a[data-action]:active {
|
.bootstrap-datetimepicker-widget a[data-action]:active {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .timepicker-hour,
|
.bootstrap-datetimepicker-widget .timepicker-hour,
|
||||||
.bootstrap-datetimepicker-widget .timepicker-minute,
|
.bootstrap-datetimepicker-widget .timepicker-minute,
|
||||||
.bootstrap-datetimepicker-widget .timepicker-second {
|
.bootstrap-datetimepicker-widget .timepicker-second {
|
||||||
width: 54px;
|
width: 54px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget button[data-action] {
|
.bootstrap-datetimepicker-widget button[data-action] {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Increment Hours";
|
content: "Increment Hours";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Increment Minutes";
|
content: "Increment Minutes";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Decrement Hours";
|
content: "Decrement Hours";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Decrement Minutes";
|
content: "Decrement Minutes";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Show Hours";
|
content: "Show Hours";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Show Minutes";
|
content: "Show Minutes";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Toggle AM/PM";
|
content: "Toggle AM/PM";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Clear the picker";
|
content: "Clear the picker";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Set the date to today";
|
content: "Set the date to today";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .picker-switch {
|
.bootstrap-datetimepicker-widget .picker-switch {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .picker-switch::after {
|
.bootstrap-datetimepicker-widget .picker-switch::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Toggle Date and Time Screens";
|
content: "Toggle Date and Time Screens";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .picker-switch td {
|
.bootstrap-datetimepicker-widget .picker-switch td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .picker-switch td span {
|
.bootstrap-datetimepicker-widget .picker-switch td span {
|
||||||
line-height: 2.5;
|
line-height: 2.5;
|
||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table {
|
.bootstrap-datetimepicker-widget table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td,
|
.bootstrap-datetimepicker-widget table td,
|
||||||
.bootstrap-datetimepicker-widget table th {
|
.bootstrap-datetimepicker-widget table th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table th {
|
.bootstrap-datetimepicker-widget table th {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table th.picker-switch {
|
.bootstrap-datetimepicker-widget table th.picker-switch {
|
||||||
width: 145px;
|
width: 145px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table th.disabled,
|
.bootstrap-datetimepicker-widget table th.disabled,
|
||||||
.bootstrap-datetimepicker-widget table th.disabled:hover {
|
.bootstrap-datetimepicker-widget table th.disabled:hover {
|
||||||
background: none;
|
background: none;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table th.prev::after {
|
.bootstrap-datetimepicker-widget table th.prev::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Previous Month";
|
content: "Previous Month";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table th.next::after {
|
.bootstrap-datetimepicker-widget table th.next::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
content: "Next Month";
|
content: "Next Month";
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td {
|
.bootstrap-datetimepicker-widget table td {
|
||||||
height: 54px;
|
height: 54px;
|
||||||
line-height: 54px;
|
line-height: 54px;
|
||||||
width: 54px;
|
width: 54px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.cw {
|
.bootstrap-datetimepicker-widget table td.cw {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.day {
|
.bootstrap-datetimepicker-widget table td.day {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.day:hover,
|
.bootstrap-datetimepicker-widget table td.day:hover,
|
||||||
.bootstrap-datetimepicker-widget table td.hour:hover,
|
.bootstrap-datetimepicker-widget table td.hour:hover,
|
||||||
.bootstrap-datetimepicker-widget table td.minute:hover,
|
.bootstrap-datetimepicker-widget table td.minute:hover,
|
||||||
.bootstrap-datetimepicker-widget table td.second:hover {
|
.bootstrap-datetimepicker-widget table td.second:hover {
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.old,
|
.bootstrap-datetimepicker-widget table td.old,
|
||||||
.bootstrap-datetimepicker-widget table td.new {
|
.bootstrap-datetimepicker-widget table td.new {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.today {
|
.bootstrap-datetimepicker-widget table td.today {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.today:before {
|
.bootstrap-datetimepicker-widget table td.today:before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: solid transparent;
|
border: solid transparent;
|
||||||
border-width: 0 0 7px 7px;
|
border-width: 0 0 7px 7px;
|
||||||
border-bottom-color: #337ab7;
|
border-bottom-color: #337ab7;
|
||||||
border-top-color: rgba(0, 0, 0, 0.2);
|
border-top-color: rgba(0, 0, 0, 0.2);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.active,
|
.bootstrap-datetimepicker-widget table td.active,
|
||||||
.bootstrap-datetimepicker-widget table td.active:hover {
|
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||||
background-color: #337ab7;
|
background-color: #337ab7;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.active.today:before {
|
.bootstrap-datetimepicker-widget table td.active.today:before {
|
||||||
border-bottom-color: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td.disabled,
|
.bootstrap-datetimepicker-widget table td.disabled,
|
||||||
.bootstrap-datetimepicker-widget table td.disabled:hover {
|
.bootstrap-datetimepicker-widget table td.disabled:hover {
|
||||||
background: none;
|
background: none;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td span {
|
.bootstrap-datetimepicker-widget table td span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 54px;
|
width: 54px;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
line-height: 54px;
|
line-height: 54px;
|
||||||
margin: 2px 1.5px;
|
margin: 2px 1.5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td span:hover {
|
.bootstrap-datetimepicker-widget table td span:hover {
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td span.active {
|
.bootstrap-datetimepicker-widget table td span.active {
|
||||||
background-color: #337ab7;
|
background-color: #337ab7;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td span.old {
|
.bootstrap-datetimepicker-widget table td span.old {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget table td span.disabled,
|
.bootstrap-datetimepicker-widget table td span.disabled,
|
||||||
.bootstrap-datetimepicker-widget table td span.disabled:hover {
|
.bootstrap-datetimepicker-widget table td span.disabled:hover {
|
||||||
background: none;
|
background: none;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
||||||
height: 27px;
|
height: 27px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget.wider {
|
.bootstrap-datetimepicker-widget.wider {
|
||||||
width: 21em;
|
width: 21em;
|
||||||
}
|
}
|
||||||
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
|
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
|
||||||
line-height: 1.8em !important;
|
line-height: 1.8em !important;
|
||||||
}
|
}
|
||||||
.input-group.date .input-group-addon {
|
.input-group.date .input-group-addon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,69 +1,69 @@
|
|||||||
//! moment.js locale configuration
|
//! moment.js locale configuration
|
||||||
//! locale : Korean [ko]
|
//! locale : Korean [ko]
|
||||||
//! author : Kyungwook, Park : https://github.com/kyungw00k
|
//! author : Kyungwook, Park : https://github.com/kyungw00k
|
||||||
//! author : Jeeeyul Lee <jeeeyul@gmail.com>
|
//! author : Jeeeyul Lee <jeeeyul@gmail.com>
|
||||||
|
|
||||||
;(function (global, factory) {
|
;(function (global, factory) {
|
||||||
typeof exports === 'object' && typeof module !== 'undefined'
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
&& typeof require === 'function' ? factory(require('../moment')) :
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
factory(global.moment)
|
factory(global.moment)
|
||||||
}(this, (function (moment) { 'use strict';
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
|
||||||
var ko = moment.updateLocale('ko', {
|
var ko = moment.updateLocale('ko', {
|
||||||
months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
||||||
monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
||||||
weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
||||||
weekdaysShort : '일_월_화_수_목_금_토'.split('_'),
|
weekdaysShort : '일_월_화_수_목_금_토'.split('_'),
|
||||||
weekdaysMin : '일_월_화_수_목_금_토'.split('_'),
|
weekdaysMin : '일_월_화_수_목_금_토'.split('_'),
|
||||||
longDateFormat : {
|
longDateFormat : {
|
||||||
LT : 'A h:mm',
|
LT : 'A h:mm',
|
||||||
LTS : 'A h:mm:ss',
|
LTS : 'A h:mm:ss',
|
||||||
L : 'YYYY.MM.DD',
|
L : 'YYYY.MM.DD',
|
||||||
LL : 'YYYY년 MMMM D일',
|
LL : 'YYYY년 MMMM D일',
|
||||||
LLL : 'YYYY년 MMMM D일 A h:mm',
|
LLL : 'YYYY년 MMMM D일 A h:mm',
|
||||||
LLLL : 'YYYY년 MMMM D일 dddd A h:mm',
|
LLLL : 'YYYY년 MMMM D일 dddd A h:mm',
|
||||||
l : 'YYYY.MM.DD',
|
l : 'YYYY.MM.DD',
|
||||||
ll : 'YYYY년 MMMM D일',
|
ll : 'YYYY년 MMMM D일',
|
||||||
lll : 'YYYY년 MMMM D일 A h:mm',
|
lll : 'YYYY년 MMMM D일 A h:mm',
|
||||||
llll : 'YYYY년 MMMM D일 dddd A h:mm'
|
llll : 'YYYY년 MMMM D일 dddd A h:mm'
|
||||||
},
|
},
|
||||||
calendar : {
|
calendar : {
|
||||||
sameDay : '오늘 LT',
|
sameDay : '오늘 LT',
|
||||||
nextDay : '내일 LT',
|
nextDay : '내일 LT',
|
||||||
nextWeek : 'dddd LT',
|
nextWeek : 'dddd LT',
|
||||||
lastDay : '어제 LT',
|
lastDay : '어제 LT',
|
||||||
lastWeek : '지난주 dddd LT',
|
lastWeek : '지난주 dddd LT',
|
||||||
sameElse : 'L'
|
sameElse : 'L'
|
||||||
},
|
},
|
||||||
relativeTime : {
|
relativeTime : {
|
||||||
future : '%s 후',
|
future : '%s 후',
|
||||||
past : '%s 전',
|
past : '%s 전',
|
||||||
s : '몇 초',
|
s : '몇 초',
|
||||||
ss : '%d초',
|
ss : '%d초',
|
||||||
m : '1분',
|
m : '1분',
|
||||||
mm : '%d분',
|
mm : '%d분',
|
||||||
h : '한 시간',
|
h : '한 시간',
|
||||||
hh : '%d시간',
|
hh : '%d시간',
|
||||||
d : '하루',
|
d : '하루',
|
||||||
dd : '%d일',
|
dd : '%d일',
|
||||||
M : '한 달',
|
M : '한 달',
|
||||||
MM : '%d달',
|
MM : '%d달',
|
||||||
y : '일 년',
|
y : '일 년',
|
||||||
yy : '%d년'
|
yy : '%d년'
|
||||||
},
|
},
|
||||||
dayOfMonthOrdinalParse : /\d{1,2}일/,
|
dayOfMonthOrdinalParse : /\d{1,2}일/,
|
||||||
ordinal : '%d일',
|
ordinal : '%d일',
|
||||||
meridiemParse : /오전|오후/,
|
meridiemParse : /오전|오후/,
|
||||||
isPM : function (token) {
|
isPM : function (token) {
|
||||||
return token === '오후';
|
return token === '오후';
|
||||||
},
|
},
|
||||||
meridiem : function (hour, minute, isUpper) {
|
meridiem : function (hour, minute, isUpper) {
|
||||||
return hour < 12 ? '오전' : '오후';
|
return hour < 12 ? '오전' : '오후';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return ko;
|
return ko;
|
||||||
|
|
||||||
})));
|
})));
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,23 +1,23 @@
|
|||||||
/*
|
/*
|
||||||
* Translated default messages for bootstrap-select.
|
* Translated default messages for bootstrap-select.
|
||||||
* Locale: LV (Latvian)
|
* Locale: LV (Latvian)
|
||||||
* Region: LV (Latvia)
|
* Region: LV (Latvia)
|
||||||
*/
|
*/
|
||||||
(function ($) {
|
(function ($) {
|
||||||
$.fn.selectpicker.defaults = {
|
$.fn.selectpicker.defaults = {
|
||||||
noneSelectedText: 'Nekas nav atzīmēts',
|
noneSelectedText: 'Nekas nav atzīmēts',
|
||||||
noneResultsText: 'Nav neviena rezultāta {0}',
|
noneResultsText: 'Nav neviena rezultāta {0}',
|
||||||
countSelectedText: function (numSelected, numTotal) {
|
countSelectedText: function (numSelected, numTotal) {
|
||||||
return (numSelected == 1) ? '{0} ieraksts atzīmēts' : '{0} ieraksti atzīmēts';
|
return (numSelected == 1) ? '{0} ieraksts atzīmēts' : '{0} ieraksti atzīmēts';
|
||||||
},
|
},
|
||||||
maxOptionsText: function (numAll, numGroup) {
|
maxOptionsText: function (numAll, numGroup) {
|
||||||
return [
|
return [
|
||||||
(numAll == 1) ? 'Sasniegts limits ({n} ieraksts maksimums)' : 'Sasniegts limits ({n} ieraksti maksimums)',
|
(numAll == 1) ? 'Sasniegts limits ({n} ieraksts maksimums)' : 'Sasniegts limits ({n} ieraksti maksimums)',
|
||||||
(numGroup == 1) ? 'Sasniegts grupas limits ({n} ieraksts maksimums)' : 'Sasniegts grupas limits ({n} ieraksti maksimums)'
|
(numGroup == 1) ? 'Sasniegts grupas limits ({n} ieraksts maksimums)' : 'Sasniegts grupas limits ({n} ieraksti maksimums)'
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
selectAllText: 'Atzīmēt visu',
|
selectAllText: 'Atzīmēt visu',
|
||||||
deselectAllText: 'Neatzīmēt nevienu',
|
deselectAllText: 'Neatzīmēt nevienu',
|
||||||
multipleSeparator: ', '
|
multipleSeparator: ', '
|
||||||
};
|
};
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<link rel="stylesheet" href="/css/web/header.css?v1.1">
|
<link rel="stylesheet" href="/css/web/header.css?v1.1">
|
||||||
<link rel="stylesheet" href="/css/web/modal_common.css?v1.1">
|
<link rel="stylesheet" href="/css/web/modal_common.css?v1.1">
|
||||||
<link rel="stylesheet" href="/css/web/jquery-ui.css">
|
<link rel="stylesheet" href="/css/web/jquery-ui.css">
|
||||||
<link rel="stylesheet" href="/js/web/bootstrap-datetimepicker/bootstrap-datetimepicker.css">
|
<link rel="stylesheet" href="/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.css">
|
||||||
<link rel="stylesheet" href="/css/web/loadingAnimations2.css">
|
<link rel="stylesheet" href="/css/web/loadingAnimations2.css">
|
||||||
|
|
||||||
<th:block layout:fragment="layout_css"></th:block>
|
<th:block layout:fragment="layout_css"></th:block>
|
||||||
@@ -55,9 +55,9 @@
|
|||||||
<!-- 적용script -->
|
<!-- 적용script -->
|
||||||
<script src="/js/web/jquery-ui.js"></script>
|
<script src="/js/web/jquery-ui.js"></script>
|
||||||
<script src="/js/web/data.js"></script>
|
<script src="/js/web/data.js"></script>
|
||||||
<script src="/js/web/bootstrap-datetimepicker/moment-with-locales.min.js"></script>
|
<script src="/bootstrap/bootstrap-datetimepicker/moment-with-locales.min.js"></script>
|
||||||
<script src="/js/web/bootstrap-datetimepicker/ko.js"></script>
|
<script src="/bootstrap/bootstrap-datetimepicker/ko.js"></script>
|
||||||
<script src="/js/web/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>
|
<script src="/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>
|
||||||
|
|
||||||
<th:block th:replace="/web/include/modal :: layout_modal"></th:block>
|
<th:block th:replace="/web/include/modal :: layout_modal"></th:block>
|
||||||
<div class="loading-image-layer" style="z-index:2000;background:#000;opacity:.2;position:fixed;width:100%;height:100%;display:none;">
|
<div class="loading-image-layer" style="z-index:2000;background:#000;opacity:.2;position:fixed;width:100%;height:100%;display:none;">
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
<link rel="stylesheet" href="/css/web/modal_common.css?v1.1">
|
<link rel="stylesheet" href="/css/web/modal_common.css?v1.1">
|
||||||
<link rel="stylesheet" href="/css/web/modal.css?v1.1">
|
<link rel="stylesheet" href="/css/web/modal.css?v1.1">
|
||||||
<link rel="stylesheet" href="/css/web/jquery-ui.css">
|
<link rel="stylesheet" href="/css/web/jquery-ui.css">
|
||||||
<link rel="stylesheet" href="/js/web/bootstrap-datetimepicker/bootstrap-datetimepicker.css">
|
<link rel="stylesheet" href="/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.css">
|
||||||
<link rel="stylesheet" href="/css/web/loadingAnimations2.css">
|
<link rel="stylesheet" href="/css/web/loadingAnimations2.css">
|
||||||
<link rel="stylesheet" href="/css/web/grid.css?v1.1">
|
<link rel="stylesheet" href="/css/web/grid.css?v1.1">
|
||||||
|
|
||||||
@@ -57,9 +57,9 @@
|
|||||||
<!-- 적용script -->
|
<!-- 적용script -->
|
||||||
<script src="/js/web/jquery-ui.js"></script>
|
<script src="/js/web/jquery-ui.js"></script>
|
||||||
<script src="/js/web/data.js"></script>
|
<script src="/js/web/data.js"></script>
|
||||||
<script src="/js/web/bootstrap-datetimepicker/moment-with-locales.min.js"></script>
|
<script src="/bootstrap/bootstrap-datetimepicker/moment-with-locales.min.js"></script>
|
||||||
<script src="/js/web/bootstrap-datetimepicker/ko.js"></script>
|
<script src="/bootstrap/bootstrap-datetimepicker/ko.js"></script>
|
||||||
<script src="/js/web/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>
|
<script src="/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.9/xlsx.full.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.9/xlsx.full.min.js"></script>
|
||||||
|
|
||||||
@@ -70,8 +70,8 @@
|
|||||||
<script src="/js/web/common_option.js"></script>
|
<script src="/js/web/common_option.js"></script>
|
||||||
|
|
||||||
<!-- bootstrap-select-1.13.14 -->
|
<!-- bootstrap-select-1.13.14 -->
|
||||||
<link rel="stylesheet" type="text/css" href="/js/web/bootstrap-select-1.13.14/dist/css/bootstrap-select.min.css" />
|
<link rel="stylesheet" type="text/css" href="/bootstrap/bootstrap-select-1.13.14/dist/css/bootstrap-select.min.css" />
|
||||||
<script src="/js/web/bootstrap-select-1.13.14/dist/js/bootstrap-select.min.js"></script>
|
<script src="/bootstrap/bootstrap-select-1.13.14/dist/js/bootstrap-select.min.js"></script>
|
||||||
|
|
||||||
<th:block th:replace="/web/include/modal :: layout_modal"></th:block>
|
<th:block th:replace="/web/include/modal :: layout_modal"></th:block>
|
||||||
<div class="loading-image-layer" style="z-index:2000;background:#000;opacity:.2;position:fixed;width:100%;height:100%;display:none;">
|
<div class="loading-image-layer" style="z-index:2000;background:#000;opacity:.2;position:fixed;width:100%;height:100%;display:none;">
|
||||||
|
|||||||
Reference in New Issue
Block a user