]> gitweb @ CieloNegro.org - Rakka.git/commitdiff
stylesheet changes
authorpho <pho@cielonegro.org>
Fri, 13 Nov 2009 08:48:01 +0000 (17:48 +0900)
committerpho <pho@cielonegro.org>
Fri, 13 Nov 2009 08:48:01 +0000 (17:48 +0900)
Ignore-this: e6a86f415c96b23c8f94916e10a360e

darcs-hash:20091113084801-62b54-f48cfe049162839f249c2984226500479a2ebdd4.gz

defaultPages/StyleSheet/CieloNegro.xml
defaultPages/StyleSheet/Default.xml
js/screen.js
js/systemConfig.js

index e2b10b43b6809941e99a346069b0d4d1833ec650..6e41dda46bd2a8d51066ebfc87f016719a5a5f81 100644 (file)
@@ -175,7 +175,7 @@ option {
 table.pageEditor {
     width: 100%;
 }
 table.pageEditor {
     width: 100%;
 }
-table.pageEditor td {
+table.pageEditor.vertical td {
     text-align: center;
 }
 .pageEditor th {
     text-align: center;
 }
 .pageEditor th {
@@ -634,21 +634,22 @@ img {
     right: 0;
     bottom: 0;
 
     right: 0;
     bottom: 0;
 
-    background-color: black;
-    color: white;
-    opacity: 0.7;
-
     z-index: 1;
 }
 
 .waitingMessageBoard p {
     z-index: 1;
 }
 
 .waitingMessageBoard p {
-    text-align: center;
-    vertical-align: middle;
     font-size: 200%;
 
     font-size: 200%;
 
+    background-color: white;
+    color: black;
+    opacity: 0.7;
+
     position: fixed;
     bottom: 1em;
     right: 1em;
     position: fixed;
     bottom: 1em;
     right: 1em;
+
+    text-indent: 0;
+    padding: 5px 30px;
 }
 
 /* redirection message ********************************************************/
 }
 
 /* redirection message ********************************************************/
index a14bc76249b4836932dea03c7526b69200bf1c17..499bf0361e9e38c24aa6a1dd854b2ee7dad3308d 100644 (file)
@@ -179,7 +179,7 @@ table.configPanel {
 table.pageEditor {
     width: 100%;
 }
 table.pageEditor {
     width: 100%;
 }
-table.pageEditor td {
+table.pageEditor.vertical td {
     text-align: center;
 }
 .pageEditor th {
     text-align: center;
 }
 .pageEditor th {
@@ -594,21 +594,25 @@ img {
     right: 0;
     bottom: 0;
 
     right: 0;
     bottom: 0;
 
-    background-color: white;
-    color: black;
-    opacity: 0.7;
+    margin: 0;
+    padding: 0;
 
     z-index: 1;
 }
 
 .waitingMessageBoard p {
 
     z-index: 1;
 }
 
 .waitingMessageBoard p {
-    text-align: center;
-    vertical-align: middle;
     font-size: 200%;
 
     font-size: 200%;
 
+    background-color: black;
+    color: white;
+    opacity: 0.7;
+
     position: fixed;
     bottom: 1em;
     right: 1em;
     position: fixed;
     bottom: 1em;
     right: 1em;
+
+    text-indent: 0;
+    padding: 5px 30px;
 }
 
 /* redirection message ********************************************************/
 }
 
 /* redirection message ********************************************************/
index a850104252716f3832bb072401f75996f7c49d97..ef971839d572fd09edac06b24ba2bd0c8c032afe 100644 (file)
@@ -6,8 +6,6 @@
         if (switchedArea == null) {
             switchedArea = $.DIV({});
 
         if (switchedArea == null) {
             switchedArea = $.DIV({});
 
-            $("div.sideBar div.outline").hide();
-
             $("p.redirection").hide();
 
             $("div.body")
             $("p.redirection").hide();
 
             $("div.body")
@@ -41,8 +39,6 @@
 
     Rakka.restoreScreen = function () {
         if (switchedArea != null) {
 
     Rakka.restoreScreen = function () {
         if (switchedArea != null) {
-            $("div.sideBar div.outline").show();
-
             $("p.redirection").show();
 
             $(switchedArea).remove();
             $("p.redirection").show();
 
             $(switchedArea).remove();
index ef3a2e8da9a4054dab2b15e7589ef6d4673b5c9a..7771f8efeae5c4779f2ff84ca74edd230f5de4e3 100644 (file)
          var tbody = $.TBODY();
 
          var usersPanel
          var tbody = $.TBODY();
 
          var usersPanel
-             = $.TABLE({className: "pageEditor"},
+             = $.TABLE({className: "pageEditor vertical"},
                        $.THEAD({},
                                $.TR({},
                                     $.TH({}, "User ID"),
                        $.THEAD({},
                                $.TR({},
                                     $.TH({}, "User ID"),