From: pho Date: Fri, 13 Nov 2009 08:48:01 +0000 (+0900) Subject: stylesheet changes X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=commitdiff_plain;h=01a4a132192ed8b65c8aa7b86cb0e9bc08b725ff stylesheet changes Ignore-this: e6a86f415c96b23c8f94916e10a360e darcs-hash:20091113084801-62b54-f48cfe049162839f249c2984226500479a2ebdd4.gz --- diff --git a/defaultPages/StyleSheet/CieloNegro.xml b/defaultPages/StyleSheet/CieloNegro.xml index e2b10b4..6e41dda 100644 --- a/defaultPages/StyleSheet/CieloNegro.xml +++ b/defaultPages/StyleSheet/CieloNegro.xml @@ -175,7 +175,7 @@ option { table.pageEditor { width: 100%; } -table.pageEditor td { +table.pageEditor.vertical td { text-align: center; } .pageEditor th { @@ -634,21 +634,22 @@ img { right: 0; bottom: 0; - background-color: black; - color: white; - opacity: 0.7; - z-index: 1; } .waitingMessageBoard p { - text-align: center; - vertical-align: middle; font-size: 200%; + background-color: white; + color: black; + opacity: 0.7; + position: fixed; bottom: 1em; right: 1em; + + text-indent: 0; + padding: 5px 30px; } /* redirection message ********************************************************/ diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index a14bc76..499bf03 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.xml @@ -179,7 +179,7 @@ table.configPanel { table.pageEditor { width: 100%; } -table.pageEditor td { +table.pageEditor.vertical td { text-align: center; } .pageEditor th { @@ -594,21 +594,25 @@ img { right: 0; bottom: 0; - background-color: white; - color: black; - opacity: 0.7; + margin: 0; + padding: 0; z-index: 1; } .waitingMessageBoard p { - text-align: center; - vertical-align: middle; font-size: 200%; + background-color: black; + color: white; + opacity: 0.7; + position: fixed; bottom: 1em; right: 1em; + + text-indent: 0; + padding: 5px 30px; } /* redirection message ********************************************************/ diff --git a/js/screen.js b/js/screen.js index a850104..ef97183 100644 --- a/js/screen.js +++ b/js/screen.js @@ -6,8 +6,6 @@ if (switchedArea == null) { switchedArea = $.DIV({}); - $("div.sideBar div.outline").hide(); - $("p.redirection").hide(); $("div.body") @@ -41,8 +39,6 @@ Rakka.restoreScreen = function () { if (switchedArea != null) { - $("div.sideBar div.outline").show(); - $("p.redirection").show(); $(switchedArea).remove(); diff --git a/js/systemConfig.js b/js/systemConfig.js index ef3a2e8..7771f8e 100644 --- a/js/systemConfig.js +++ b/js/systemConfig.js @@ -307,7 +307,7 @@ var tbody = $.TBODY(); var usersPanel - = $.TABLE({className: "pageEditor"}, + = $.TABLE({className: "pageEditor vertical"}, $.THEAD({}, $.TR({}, $.TH({}, "User ID"),