From a1392652ae586cdc84282c4d0f0209bb4a41dca8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 5 May 2018 19:48:38 +0900 Subject: [PATCH] =?UTF-8?q?config.css=EC=97=90=EC=84=9C=20div,=20button?= =?UTF-8?q?=EC=97=90=20=EC=A0=81=EC=9A=A9=EB=90=98=EB=8D=98=20=EC=A0=84?= =?UTF-8?q?=EC=97=AD=20style=20=EC=A0=9C=EA=B1=B0=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=ED=99=94=EB=A9=B4=EC=97=90=EC=84=9C=20=EC=9E=85?= =?UTF-8?q?=EA=B5=AC=20=ED=96=84=EB=B2=84=EA=B1=B0=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=8F=99=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/config.css | 34 ++++++++++------------------------ css/user_info.css | 14 ++++++-------- i_entrance/entrance.php | 2 +- i_entrance/user_info.html | 3 ++- js/admin_server.js | 20 ++++++++++---------- 5 files changed, 29 insertions(+), 44 deletions(-) diff --git a/css/config.css b/css/config.css index d09bdb69..34b9b848 100644 --- a/css/config.css +++ b/css/config.css @@ -1,8 +1,9 @@ @charset "utf-8"; -* { margin: 0px; padding: 0px; } -body { color:white; background-color:black; border-width:1px; border-color:gray; } -table { +body { + color:white; background-color:black; font-family: '맑은 고딕'; +} +table { border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black; padding: 0px; font-size: 13px; @@ -23,13 +24,6 @@ a.just_link { text-decoration: none; } -div { - margin:0px; - padding: 0px; - word-break: break-all; - font-family: '맑은 고딕'; -} - .with_border{ border: solid 1px; border-spacing: 0px; @@ -58,8 +52,6 @@ div { font-family: '맑은 고딕';; } -font { font-family: '맑은 고딕';} - .obj_fill{ display:block; width:100%; @@ -72,24 +64,18 @@ button.with_skin { font-size: 13px; } +button.with_skin:disabled { + background-color:#333333; +} + input.with_skin { background-color: black; color: white; font-family: '맑은 고딕'; font-size: 13px; } -select { - width: 100px; height: 18px; - background-color: black; color: white; - font-family: '맑은 고딕'; - font-size: 13px; -} -button { - width: 100px; height: 20px; - background-color: black; color: white; - font-family: '맑은 고딕'; - font-size: 13px; - line-height:1.3; +input.with_skin:disabled { + background-color: #333333; } .font0 { font-size: 10px; } diff --git a/css/user_info.css b/css/user_info.css index 92665087..3b9ed297 100644 --- a/css/user_info.css +++ b/css/user_info.css @@ -21,6 +21,7 @@ right: 6px; margin:6px; height:40px; + line-height:40px; } #btn_delete_me{ @@ -37,15 +38,15 @@ #image_upload_filename{ position:absolute; - height:16px; + height:20px; left:10px; width:130px; - top:16px; + top:12px; } #image_upload_fake_btn{ - top:16px; - height:20px; + top:12px; + height:22px; right:10px; position:absolute; } @@ -53,8 +54,7 @@ #image_upload{ opacity: 0; position:absolute; - top:16px; - height:22px; + top:12px; left:0; height:20px; width:100%; @@ -70,7 +70,6 @@ bottom:0; left:0; width:50%; - height:20px; } #btn_remove_icon{ @@ -78,7 +77,6 @@ bottom:0; right:0; width:50%; - height:20px; } #third_use_disallow{ diff --git a/i_entrance/entrance.php b/i_entrance/entrance.php index e7d026c1..2a944abe 100644 --- a/i_entrance/entrance.php +++ b/i_entrance/entrance.php @@ -23,12 +23,12 @@ $userGrade = $session->userGrade; - + diff --git a/i_entrance/user_info.html b/i_entrance/user_info.html index c741f1f1..fb207a06 100644 --- a/i_entrance/user_info.html +++ b/i_entrance/user_info.html @@ -15,6 +15,7 @@ + @@ -36,7 +37,7 @@ diff --git a/js/admin_server.js b/js/admin_server.js index e8ab64cc..bd157e95 100644 --- a/js/admin_server.js +++ b/js/admin_server.js @@ -4,13 +4,13 @@ var serverAdminTemplate = '\ \ \ \ - \ - \ - \ - \ - \ - \ - \ + \ + \ + \ + \ + \ + \ + \ \ '; @@ -77,14 +77,14 @@ function drawServerAdminList(serverList){ var $tr = $(TemplateEngine(serverAdminTemplate, server)); $table.append($tr); if(!server.valid){ - $tr.find('.valid_if_set').css('background','#333333').prop('disabled', true); + $tr.find('.valid_if_set').prop('disabled', true); } if(!server.installed){ - $tr.find('.valid_if_installed').css('background','#333333').prop('disabled', true); + $tr.find('.valid_if_installed').prop('disabled', true); } }); if(serverList.grade == 5){ - $table.find('.only_admin').css('background','#333333').prop('disabled', true); + $table.find('.only_admin').prop('disabled', true); } }
계 정 관 리 - +
<%korName%>(<%name%>)<%status%><%version%>