diff --git a/css/menu.css b/css/menu.css index e7ad452..8060803 100644 --- a/css/menu.css +++ b/css/menu.css @@ -3,6 +3,7 @@ z-index: 1; border: 1px solid #666; background-color: #fff; + box-shadow: 0 0 2px 1px #666; } #menu button { @@ -11,7 +12,9 @@ border: none; margin: 0; padding: 3px 6px; - width: 120px; + font-size: 15px; + width: 130px; + text-align: left; } #menu button:hover { diff --git a/css/style.css b/css/style.css index bfda1ed..a522c60 100644 --- a/css/style.css +++ b/css/style.css @@ -11,7 +11,12 @@ html, body { margin: 0; overflow: hidden; height: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + background-color: #eed; + -webkit-user-select: none; /* no magnifier on hold */ +} + +[contenteditable] { /* allow for editable items */ + -webkit-user-select: auto; } ul { @@ -21,17 +26,17 @@ ul { } #port { - background-color: #eed; overflow: hidden; font-size: 15px; } #throbber { + position: absolute; + top: 50px; + left: -60px; width: 50px; height: 50px; background-image: url(throbber.gif); - position: fixed; - top: 20px; } #throbber:not(.visible) { diff --git a/index.html b/index.html index e7a8fd7..00acd41 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,6 @@ -

My Mind

@@ -79,6 +78,8 @@

My Mind

GitHub project page + +
@@ -189,6 +190,10 @@

Help

+ + + +