css 정리

main
이범준 8 months ago
parent 09e4ceb68f
commit f229683547

@ -76,7 +76,7 @@
</div> <!-- / DataTables(그리드) --> </div> <!-- / DataTables(그리드) -->
<!-- 상담 내용 --> <!-- 상담 내용 -->
<div class="col-md-12"> <div class="col-md-12">
<textarea class="form-control w-100" style="font-size:x-large;" id="dscsnCn--${pageName}" name="dscsnCn" data-map="DSCSN_CN" rows="5" data-maxlengthb="4000" readonly> <textarea class="form-control w-100" style="font-size:24px;" id="dscsnCn--${pageName}" name="dscsnCn" data-map="DSCSN_CN" rows="5" data-maxlengthb="4000" readonly>
</textarea> </textarea>
</div> </div>
</div> <!-- <div class="row g-1"> --> </div> <!-- <div class="row g-1"> -->

@ -24,19 +24,19 @@
<link rel="stylesheet" href="<c:url value="/resources/fonts/xit-icon.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/fonts/xit-icon.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/fonts/material-icons.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/fonts/material-icons.css"/>" />
<!-- Core CSS --> <!-- Core CSS -->
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-theme-default.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-theme-default.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core-extend.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core-extend.css?${ver}"/>" />
<!-- Vendors CSS --> <!-- Vendors CSS -->
<link rel="stylesheet" href="<c:url value="/resources/sneat/libs/perfect-scrollbar/perfect-scrollbar.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/libs/perfect-scrollbar/perfect-scrollbar.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/sneat/libs/fullcalendar/fullcalendar.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/libs/fullcalendar/fullcalendar.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/sneat/libs/bs-stepper/bs-stepper.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/libs/bs-stepper/bs-stepper.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/styles.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/styles.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/cmmn.css"/>"/> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/cmmn.css?${ver}"/>"/>
<link rel="stylesheet" href="<c:url value="/resources/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css?${ver}"/>" />
</head> </head>

@ -1,9 +1,8 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> <%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
<!-- Navbar --> <!-- Navbar -->
<nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center" <nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center mt-1 flex-nowrap"
id="layout-navbar" style="min-width:1500px;flex-wrap:nowrap;margin-top:0px;height:4.5rem" id="layout-navbar">
>
<div class="layout-menu-toggle navbar-nav align-items-xl-center me-3 me-xl-0 d-xl-none"> <div class="layout-menu-toggle navbar-nav align-items-xl-center me-3 me-xl-0 d-xl-none">
<a class="nav-item nav-link px-0 me-xl-4" href="javascript:void(0)"> <a class="nav-item nav-link px-0 me-xl-4" href="javascript:void(0)">
<i class="bx bx-menu bx-sm"></i> <i class="bx bx-menu bx-sm"></i>
@ -11,16 +10,9 @@
</div> </div>
<div class="navbar-nav-right d-flex align-items-center" id="navbar-collapse"> <div class="navbar-nav-right d-flex align-items-center" id="navbar-collapse">
<!-- Search -->
<div class="navbar-nav align-items-center">
<div class="nav-item navbar-search-wrapper mb-0">
<a class="nav-item nav-link search-toggler px-0" href="javascript:void(0);">
<span id="pageTitle--top" class="fw-bold" style="font-size:x-large;"></span>
</a>
</div>
</div>
<!-- /Search --> <!-- /Search -->
<div class="ms-1 me-1" style="min-width: max-content;"> <div class="ms-1 me-1 min-w-max-c">
<select id="fastBy--top" class="form-select" title="검색구분"> <select id="fastBy--top" class="form-select" title="검색구분">
<option value="vhrno">차량번호</option> <option value="vhrno">차량번호</option>
<option value="rtpyrNm">납부자명</option> <option value="rtpyrNm">납부자명</option>
@ -32,7 +24,7 @@
<i class="bx bx-search"></i>통합조회 <i class="bx bx-search"></i>통합조회
</button> </button>
</div> </div>
<div class="me-1" style="min-width: max-content;"> <div class="me-1 min-w-max-c">
<div class="form-check-inline custom-option custom-option-basic me-1" <div class="form-check-inline custom-option custom-option-basic me-1"
style="background-color: #d9dee3;border:black solid 1px"> style="background-color: #d9dee3;border:black solid 1px">
<label for="securityMode--top" class="form-check-label custom-option-content d-flex justify-content-center"> <label for="securityMode--top" class="form-check-label custom-option-content d-flex justify-content-center">

@ -9,7 +9,7 @@
src="<c:url value='/'/>resources/img/login/mainLogo_01.png" src="<c:url value='/'/>resources/img/login/mainLogo_01.png"
width="36px" height="36px" alt="symbol" /> width="36px" height="36px" alt="symbol" />
</span> </span>
<span id="home" class="app-brand-text demo menu-text fw-bold ms-2" style="text-align:center;"> <span id="home" class="app-brand-text demo menu-text fw-bold ms-2 text-center">
과태료통합관리시스템 과태료통합관리시스템
</span> </span>
</a> </a>

@ -24,21 +24,19 @@
<link rel="stylesheet" href="<c:url value="/resources/sneat/fonts/fontawesome.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/fonts/fontawesome.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/fonts/xit-icon.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/fonts/xit-icon.css"/>" />
<!-- Core CSS --> <!-- Core CSS -->
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-theme-default.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-theme-default.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core-extend.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/xit-core-extend.css?${ver}"/>" />
<!-- Vendors CSS --> <!-- Vendors CSS -->
<link rel="stylesheet" href="<c:url value="/resources/sneat/libs/perfect-scrollbar/perfect-scrollbar.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/libs/perfect-scrollbar/perfect-scrollbar.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/styles.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/css/styles.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/cmmn.css"/>"/> <link rel="stylesheet" href="<c:url value="/resources/css/fims/cmmn/cmmn.css?${ver}"/>"/>
<link rel="stylesheet" href="<c:url value="/resources/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/resources/css/login.css?${ver}"/>" />
<link href="<c:url value='/'/>resources/css/login.css" rel="stylesheet" type="text/css" >
</head> </head>
<body> <body>
@ -56,8 +54,7 @@
<form id="formAuthentication" method="post"> <form id="formAuthentication" method="post">
<div class="input_wrap"> <div class="input_wrap">
<div class="input-group"> <div class="input-group">
<select id="institute" name="institute" class="form-select mb-2" <select id="institute" name="institute" class="form-select mb-2 h-px-40 no-max-w">
style="height:45px;width:100%;max-width:560px;">
<option value="default">기본</option> <option value="default">기본</option>
</select> </select>
</div> </div>

@ -623,3 +623,7 @@ select.option-style-select > option[value='LIGHT_GREY']{ color: var(--pdf-light-
select.option-style-select > option[value='GREY']{ color: var(--pdf-grey);background-color: var(--pdf-grey); } select.option-style-select > option[value='GREY']{ color: var(--pdf-grey);background-color: var(--pdf-grey); }
select.option-style-select > option[value='DARK_GREY']{ color: var(--pdf-dark-grey);background-color: var(--pdf-dark-grey); } select.option-style-select > option[value='DARK_GREY']{ color: var(--pdf-dark-grey);background-color: var(--pdf-dark-grey); }
select.option-style-select > option[value='BLACK']{ color: var(--pdf-black);background-color: var(--pdf-black); } select.option-style-select > option[value='BLACK']{ color: var(--pdf-black);background-color: var(--pdf-black); }
.min-w-max-c {
min-width: max-content;
}

@ -16555,7 +16555,8 @@ html:not(.layout-menu-fixed) .menu-inner-shadow {
position: relative; position: relative;
padding-top: 0.25rem; padding-top: 0.25rem;
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
height: 3.875rem; height: 4rem;
min-width: 1500px!important;
flex-wrap: nowrap; flex-wrap: nowrap;
color: #697a8d; color: #697a8d;
z-index: 2; z-index: 2;

@ -227,5 +227,7 @@
display: inline-block; display: inline-block;
} }
.form-select.no-max-w {
max-width: none;
}

Loading…
Cancel
Save