summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/webbox.css')
-rw-r--r--html/webbox.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/html/webbox.css b/html/webbox.css
index 46f46ec..19d303e 100644
--- a/html/webbox.css
+++ b/html/webbox.css
@@ -53,6 +53,7 @@ div, td, h1 {
border-style: solid;
border-color: #808080;
padding: 10pt;
+ box-sizing: border-box;
}
.menusymbol {
@@ -74,6 +75,7 @@ div, td, h1 {
border-style: solid;
border-color: #808080;
padding: 10pt;
+ box-sizing: border-box;
}
table.menudialog {
@@ -82,7 +84,6 @@ table.menudialog {
table.menudialog td.entry {
cursor: pointer;
- width: 100%;
border-width: 0;
border-bottom-width: 1px;
border-style: solid;
@@ -169,3 +170,23 @@ table.list td.name {
border: 0; /* 1px solid #000000; */
color: #0000FF;
}
+
+@media only screen and (min-width: 1px) and (max-width: 630px) {
+ .menuwindow {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ }
+
+ .dialogwindow {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ }
+}