diff --git a/flatclient/css/webclient.css b/flatclient/css/webclient.css index aa99c93..f3ea6c5 100755 --- a/flatclient/css/webclient.css +++ b/flatclient/css/webclient.css @@ -316,13 +316,21 @@ .currenttrack2 { background-image: url('../images/icons/play_alt_12x12.png'); background-repeat: no-repeat; +<<<<<<< HEAD background-position: 4px center; +======= + background-position: 4px 51%; +>>>>>>> develop } .currenttrack { background-image: url('../images/icons/play_alt_16x16.png'); background-repeat: no-repeat; background-color: #eee; +<<<<<<< HEAD background-position: 6px center; +======= + background-position: 4px 50%; +>>>>>>> develop } .currenttrack2 a { @@ -584,10 +592,24 @@ a { } /* disable text selection for mouse swipe */ +<<<<<<< HEAD +======= + +>>>>>>> develop body * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; +<<<<<<< HEAD +======= +} +/* but fix for text input (safari certainly needs it)*/ +input[type=text] { + -moz-user-select: text; + -webkit-user-select: text; + -o-user-select: text; + user-select: text; +>>>>>>> develop } \ No newline at end of file diff --git a/flatclient/dialog-success.html b/flatclient/dialog-success.html new file mode 100755 index 0000000..681cef9 --- /dev/null +++ b/flatclient/dialog-success.html @@ -0,0 +1,19 @@ + + + + + + + + + + + +
+
+

Initiating shutdown/reboot...

+
+
+ + + diff --git a/flatclient/index.html b/flatclient/index.html index 5fd239f..1ddeb3c 100755 --- a/flatclient/index.html +++ b/flatclient/index.html @@ -51,7 +51,11 @@
+<<<<<<< HEAD
+======= +
+>>>>>>> develop