diff options
author | John McLear <john@mclear.co.uk> | 2014-12-01 15:10:17 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-12-01 15:10:17 +0000 |
commit | c1fdd7ff79120318af6c6ea2e1fa0a08e17b2896 (patch) | |
tree | 709c108c176a93b1a61699acbc84d1fdf6c1dc3e /src/static/css | |
parent | c539cc7d6b55b7aec30a8cf4c729b3b3e5acfad7 (diff) | |
parent | b5a0767f323c56cab731d1c0381afc42c6392eef (diff) | |
download | etherpad-lite-c1fdd7ff79120318af6c6ea2e1fa0a08e17b2896.zip |
Merge branch 'develop' of github.com:ether/etherpad-lite into develop
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/pad.css | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index f59403fc..fb2cb82b 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -436,6 +436,12 @@ table#otheruserstable { height: 13px; overflow: hidden; margin: 0 4px; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .usertdswatch { width: 1% @@ -968,12 +974,15 @@ input[type=checkbox] { } @media only screen and (min-device-width: 320px) and (max-device-width: 720px) { #users { - top: 36px; - bottom: 40px; - border-radius: none; + top: auto; + right:0px !important; + bottom: 33px; + border-radius: 0px !important; } #mycolorpicker { left: -73px; + top:auto !important; + bottom:33px !important; /* #mycolorpicker: width -#users: width */; } #editorcontainer { @@ -990,6 +999,7 @@ input[type=checkbox] { background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%); background: linear-gradient(#f7f7f7, #f1f1f1 80%); width: 100%; + right:0px !important; overflow: hidden; height: 32px; position: fixed; @@ -1009,8 +1019,16 @@ input[type=checkbox] { .toolbar ul li a.selected { background: none !important } - #chaticon, #timesliderlink { - display: none !important + li[data-key="showusers"] > a { + + margin-top:-10px; + padding-top:2px !important; + line-height:20px; + vertical-align:top !important; + } + #chaticon { + position:absolute; + right:48px; } .popup { -webkit-border-radius: 0; @@ -1023,11 +1041,11 @@ input[type=checkbox] { width: 100%; } #settings, - #importexport, + #import_export, #connectivity, #embed { + top:auto; left: 0; - top: 0; bottom: 33px; right: 0; } @@ -1037,6 +1055,14 @@ input[type=checkbox] { #online_count { line-height: 24px } + #chatbox{ + position:absolute; + bottom:33px; + } + #gritter-notice-wrapper{ + bottom:43px !important; + right:10px !important; + } } #passwordRequired{ |