From ab42bc98c5b84d36ae4d8e77ea59128781120b86 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Sun, 7 Jan 2018 22:00:50 +0100 Subject: Separate menu, don't select ".." --- html/webbox.css | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) (limited to 'html/webbox.css') 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; -- cgit v1.2.3