Browse Source

일부 CSS 수정

Surplus_Up (2DU) 7 years ago
parent
commit
4029b4a00a
3 changed files with 10 additions and 56 deletions
  1. 9 9
      lang/en-US.json
  2. 0 47
      views/main_css/egg.css
  3. 1 0
      views/neo_yousoro/css/main.css

+ 9 - 9
lang/en-US.json

@@ -57,8 +57,8 @@
         "tool" : "Tool",
         "recent" : "Recently",
         "password" : "Password",
-        "login" : "sign-in",
-        "register" : "sign-up",
+        "login" : "Sign-in",
+        "register" : "Sign-up",
         "language" : "Language",
         "compare" : "Compare",
         "email" : "Email",
@@ -74,8 +74,8 @@
         "next" : "Next",
         "previous" : "Previous",
         "_comment_1.1_" : "Time",
-            "second" : "second(s)",
-            "hour" : "hour(s)",
+            "second" : "Second(s)",
+            "hour" : "Hour(s)",
             "limitless" : "No time limit",
             "time" : "Time",
             "period" : "Period",
@@ -94,11 +94,11 @@
         "wiki_restart" : "Wiki engine restart",
         "update" : "Update",
         "need_document" : "Required Document(s)",
-        "close_discussion" : "closed discussion(s)",
-        "open_discussion" : "open discussion(s)",
+        "close_discussion" : "Closed discussion(s)",
+        "open_discussion" : "Open discussion(s)",
         "recent_discussion" : "Recently discussion(s)",
         "recent_change" : "Recently edit(s)",
-        "edit_filter" : "contents filter",
+        "edit_filter" : "Contents filter",
         "recent_ban" : "Recently Block(s)",
         "load" : "Import another document",
         "edit_filter_rule" : "Contents filter's rule",
@@ -192,7 +192,7 @@
             "watchlist" : "Watchlist",
             "_comment_2.3.1_" : "ACL document list",
                 "acl_document_list" : "ACL document(s) list",
-                "acl_required" : "required ACL",
+                "acl_required" : "Required ACL",
             "_comment_2.3.2_" : "ACL List",
                 "admin_group_add" : "Admin group add",
                 "ban_authority" : "Block authority",
@@ -211,7 +211,7 @@
         "oauth_disabled" : "Administrator has disabled this feature.",
         "http_warring" : "Warning : If you are not on HTTPS connection, Your information can be leaked. We won't response to that.",
         "user_head_warring" : "User's <head> will deleted if you close the browser or when you are editting as guest",
-        "no_login_warring" : "non-login status. ip is logged when working with non-login.",
+        "no_login_warring" : "Non-login status. IP is logged when working with non-login.",
         "_comment_3.1_" : "Error",
             "update_error" : "Auto update is not support.",
             "inter_error" : "Internal error.",

+ 0 - 47
views/main_css/egg.css

@@ -1,47 +0,0 @@
-.egg_container {
-    position: fixed;
-    width: 100%;
-    height: 100%;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    z-index: 2;
-}
-
-#egg_container {
-    display: none;
-}
-
-#egg_outer {
-    z-index: 3;
-    cursor: pointer;
-    background-color: rgba(0,0,0,0.5);
-}
-
-#egg_inner {
-    width: 50vw;
-    max-width: 620px;
-    max-height: 380px;
-    padding: 50px;
-    position: absolute;
-    top: 50%;
-    left: 50%;
-    background-color: white;
-    border-radius: 10px;
-    transform: translate(-50%,-50%);
-    -ms-transform: translate(-50%,-50%);
-    z-index: 5;
-}
-
-#egg_content {
-    text-align: center;
-}
-
-#egg_close {
-    text-align: right;
-    margin: 0;
-    padding: 0;
-    padding-bottom: 10px;
-    cursor: pointer;
-}

+ 1 - 0
views/neo_yousoro/css/main.css

@@ -68,6 +68,7 @@ li {
     background: white;
     border-left: 2px solid gainsboro;
     border-right: 2px solid gainsboro;
+    min-height: 350px;
 }
 
 #bottom {