mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
mobile ui polish
This commit is contained in:
parent
3f11b549e9
commit
53887db872
1 changed files with 21 additions and 7 deletions
|
@ -967,9 +967,10 @@ input[type=checkbox] {
|
||||||
}
|
}
|
||||||
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
|
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
|
||||||
#users {
|
#users {
|
||||||
top: 36px;
|
top: auto;
|
||||||
bottom: 40px;
|
right:0px !important;
|
||||||
border-radius: none;
|
bottom: 33px;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
#mycolorpicker {
|
#mycolorpicker {
|
||||||
left: -73px;
|
left: -73px;
|
||||||
|
@ -989,6 +990,7 @@ input[type=checkbox] {
|
||||||
background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%);
|
background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%);
|
||||||
background: linear-gradient(#f7f7f7, #f1f1f1 80%);
|
background: linear-gradient(#f7f7f7, #f1f1f1 80%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
right:0px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -1008,8 +1010,16 @@ input[type=checkbox] {
|
||||||
.toolbar ul li a.selected {
|
.toolbar ul li a.selected {
|
||||||
background: none !important
|
background: none !important
|
||||||
}
|
}
|
||||||
#chaticon, #timesliderlink {
|
li[data-key="showusers"] > a {
|
||||||
display: none !important
|
|
||||||
|
margin-top:-10px;
|
||||||
|
padding-top:2px !important;
|
||||||
|
line-height:20px;
|
||||||
|
vertical-align:top !important;
|
||||||
|
}
|
||||||
|
#chaticon {
|
||||||
|
position:absolute;
|
||||||
|
right:48px;
|
||||||
}
|
}
|
||||||
.popup {
|
.popup {
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
|
@ -1022,11 +1032,11 @@ input[type=checkbox] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#settings,
|
#settings,
|
||||||
#importexport,
|
#import_export,
|
||||||
#connectivity,
|
#connectivity,
|
||||||
#embed {
|
#embed {
|
||||||
|
top:auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
|
||||||
bottom: 33px;
|
bottom: 33px;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
@ -1036,6 +1046,10 @@ input[type=checkbox] {
|
||||||
#online_count {
|
#online_count {
|
||||||
line-height: 24px
|
line-height: 24px
|
||||||
}
|
}
|
||||||
|
#chatbox{
|
||||||
|
position:absolute;
|
||||||
|
bottom:33px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#passwordRequired{
|
#passwordRequired{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue