summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/webbox.css')
-rw-r--r--html/webbox.css39
1 files changed, 36 insertions, 3 deletions
diff --git a/html/webbox.css b/html/webbox.css
index 39551e0..46f46ec 100644
--- a/html/webbox.css
+++ b/html/webbox.css
@@ -4,6 +4,7 @@ div, td, h1 {
.title {
font-size: 16pt;
+ width: 100%;
}
.greyout {
@@ -37,6 +38,27 @@ div, td, h1 {
bottom: 20px;
}
+.menuwindow {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ width: 400px;
+ height: 400px;
+ margin-top: -200px;
+ margin-left: -200px;
+ background-color: #FFFFFF;
+ opacity: 1;
+ z-index: 10;
+ border-width: 3px;
+ border-style: solid;
+ border-color: #808080;
+ padding: 10pt;
+}
+
+.menusymbol {
+ cursor: pointer;
+}
+
.dialogwindow {
position: fixed;
top: 50%;
@@ -54,8 +76,21 @@ div, td, h1 {
padding: 10pt;
}
+table.menudialog {
+ width: 100%;
+}
+
+table.menudialog td.entry {
+ cursor: pointer;
+ width: 100%;
+ border-width: 0;
+ border-bottom-width: 1px;
+ border-style: solid;
+ border-color: #808080;
+ padding: 10px;
+}
+
.dialog {
- /*width: 100%;*/
}
.textinput {
@@ -78,7 +113,6 @@ div.footer {
}
table.menu {
- width: 100%;
border: 0; /* 1px solid #000000; */
border-collapse: collapse;
margin: 0;
@@ -102,7 +136,6 @@ table.menu td.firsttd {
}
table.menu td.entry {
- width: 60px;
border: 0; /* 1px solid #000000; */
color: #FFFFFF;
background-color: #404070;