added settings to mobile version

This commit is contained in:
0ip 2012-02-19 17:51:10 +01:00
parent 12298a926c
commit fc0114fc2d
2 changed files with 29 additions and 13 deletions

View file

@ -1165,7 +1165,6 @@ label {
.right_popup { .right_popup {
float: left; float: left;
width: 50%; width: 50%;
box-sizing: border-box;
} }
#settingsmenu, #importexport, #embed { #settingsmenu, #importexport, #embed {
@ -1217,13 +1216,6 @@ label {
#editbar ul li { #editbar ul li {
padding: 4px 3px; padding: 4px 3px;
} }
#editbar ul#menu_right > li {
padding: 4px 8px;
margin-top: 2px;
}
#chaticon {
opacity: .8;
}
#users { #users {
right: 4px; right: 4px;
} }
@ -1243,9 +1235,6 @@ label {
bottom: 0; bottom: 0;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }
#editbar ul#menu_right li:not(:last-child) {
display: none;
}
#editbar ul#menu_right li:last-child { #editbar ul#menu_right li:last-child {
height: 24px; height: 24px;
border-radius: 0; border-radius: 0;
@ -1274,4 +1263,33 @@ label {
#usericonback { #usericonback {
margin-top: 4px; margin-top: 4px;
} }
#qrcode {
display: none;
}
#editbar ul#menu_right li:not(:last-child) {
display: block;
}
#editbar ul#menu_right > li {
background: none;
border: none;
margin-top: 4px;
padding: 4px 8px;
}
.selected {
background: none !important;
}
#timesliderlink {
display: none !important;
}
.popup {
border-radius: 0;
box-sizing: border-box;
width: 100%;
}
#settingsmenu, #importexport, #embed {
left: 0;
top: 0;
bottom: 33px;
right: 0;
}
} }

View file

@ -257,8 +257,6 @@ var padimpexp = (function()
$("#exportworda").remove(); $("#exportworda").remove();
$("#exportpdfa").remove(); $("#exportpdfa").remove();
$("#exportopena").remove(); $("#exportopena").remove();
$("#importexport").css({"height":"115px"});
$("#importexportline").css({"height":"115px"});
$("#import").html("Import is not available. To enable import please install abiword"); $("#import").html("Import is not available. To enable import please install abiword");
} }
else if(clientVars.abiwordAvailable == "withoutPDF") else if(clientVars.abiwordAvailable == "withoutPDF")