table.pageEditor {
width: 100%;
}
-table.pageEditor td {
+table.pageEditor.vertical td {
text-align: center;
}
.pageEditor th {
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 ********************************************************/
table.pageEditor {
width: 100%;
}
-table.pageEditor td {
+table.pageEditor.vertical td {
text-align: center;
}
.pageEditor th {
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 ********************************************************/
if (switchedArea == null) {
switchedArea = $.DIV({});
- $("div.sideBar div.outline").hide();
-
$("p.redirection").hide();
$("div.body")
Rakka.restoreScreen = function () {
if (switchedArea != null) {
- $("div.sideBar div.outline").show();
-
$("p.redirection").show();
$(switchedArea).remove();
var tbody = $.TBODY();
var usersPanel
- = $.TABLE({className: "pageEditor"},
+ = $.TABLE({className: "pageEditor vertical"},
$.THEAD({},
$.TR({},
$.TH({}, "User ID"),