fix : css 정리

main
이범준 2 years ago
parent 2c22c19370
commit f66e23a878

@ -87,7 +87,7 @@
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
};
const addEc0100 = () => {

@ -109,7 +109,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -109,7 +109,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -94,7 +94,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -94,7 +94,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -118,7 +118,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -118,7 +118,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -133,7 +133,7 @@ $(document).ready(function(){
})
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -88,7 +88,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 수정

@ -90,7 +90,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -34,7 +34,7 @@ $(document).ready(function(){
});
$(".popup").css("position","absolute");
$(".content_header").css("display","none");
$("#cur_loc").css("display","none");
},
/* ========================
* 데이터 등록

@ -1,12 +1,6 @@
@charset "utf-8";
/* content area */
#cur_loc{clear:both; overflow:hidden; float:right; border-bottom:0px solid #e1e1e1; width:50%; margin-top:-35px;}
#cur_loc_align{float:right; }
#cur_loc ul{list-style-type:none;padding-top:16px; padding-right:10px; letter-spacing: -1px;}
#cur_loc li{display:inline;font-size:90%;color:#727272; padding-right:1px;padding-left:1px;}
.search tbody tr td:nth-child(7) {border:0px solid red; vertical-align: middle;}

@ -134,11 +134,7 @@ background-position: left center;padding-left:10px;padding-top:2px;letter-spacin
#copyright{float:left;font-size:90%;padding-top:20px;padding-left:20px; letter-spacing: -1px;}
#nialogo{float:left;padding-top:0px;padding-left:10px;padding-right:15px;}
/* content area */
#cur_loc{clear:both;float:left;border-bottom:1px solid #e1e1e1;width:800px;}
#cur_loc_align{float:right; }
#cur_loc ul{list-style-type:none;padding-top:13px;padding-right:10px; letter-spacing: -1px;}
#cur_loc li{display:inline;font-size:90%;color:#727272;padding-right:1px;padding-left:1px;}
#nav{margin-left:10px;margin-top:10px;margin-bottom:10px;background: url("/resources/images/leftmenu/leftmenu_repeat.gif") repeat-y scroll 0 0 transparent; margin-bottom: 10px;}
.bottom{

Loading…
Cancel
Save