From 66b687f6b9b73af69f0c685db6f5ded8fd62e214 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sun, 1 Mar 2020 20:36:44 -0600 Subject: [PATCH] Fixed issue #1 and #3 --- src/styles/styles.css | 41 +++++++++++++++-------------------------- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git a/src/styles/styles.css b/src/styles/styles.css index d223a22..8c7cbcf 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -4,7 +4,21 @@ body { overflow: hidden; } -ul, li { list-style: none; } +ul, li { + list-style: none; +} + +li { + margin: 0.5em 0em; + + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Old versions of Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome, Opera and Firefox */ +} /* IDs */ @@ -49,23 +63,6 @@ ul, li { list-style: none; } overflow: auto; } -#editSelectionContainer { - width: 100%; - height: auto; - white-space: nowrap; - display: block; - overflow-x: auto; -} - -#editSelectionContainer > ul { - display: block; - overflow: auto; -} - -#editSelectionContainer > ul > li { - float: left; -} - #inputId { display: none; } @@ -121,14 +118,6 @@ ul, li { list-style: none; } margin: 1em 0em; padding: 1.5em; text-align: center; - - -webkit-touch-callout: none; /* iOS Safari */ - -webkit-user-select: none; /* Safari */ - -khtml-user-select: none; /* Konqueror HTML */ - -moz-user-select: none; /* Old versions of Firefox */ - -ms-user-select: none; /* Internet Explorer/Edge */ - user-select: none; /* Non-prefixed version, currently - supported by Chrome, Opera and Firefox */ } .sessionLI:hover {