summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
author0ip <me@factor.cc>2012-02-19 17:51:10 +0100
committer0ip <me@factor.cc>2012-02-19 17:51:10 +0100
commitfc0114fc2d9b5b8c7a66644213660f432348020a (patch)
treefd8d0875765bdde8e164aa3515ccd92d4abdc6d5 /static
parent12298a926c0d949885f35ae091ed583ad7faf305 (diff)
downloadetherpad-lite-fc0114fc2d9b5b8c7a66644213660f432348020a.zip
added settings to mobile version
Diffstat (limited to 'static')
-rw-r--r--static/css/pad.css40
-rw-r--r--static/js/pad_impexp.js2
2 files changed, 29 insertions, 13 deletions
diff --git a/static/css/pad.css b/static/css/pad.css
index 35fe8df8..caa61b4e 100644
--- a/static/css/pad.css
+++ b/static/css/pad.css
@@ -1165,7 +1165,6 @@ label {
.right_popup {
float: left;
width: 50%;
- box-sizing: border-box;
}
#settingsmenu, #importexport, #embed {
@@ -1217,13 +1216,6 @@ label {
#editbar ul li {
padding: 4px 3px;
}
- #editbar ul#menu_right > li {
- padding: 4px 8px;
- margin-top: 2px;
- }
- #chaticon {
- opacity: .8;
- }
#users {
right: 4px;
}
@@ -1243,9 +1235,6 @@ label {
bottom: 0;
border-top: 1px solid #ccc;
}
- #editbar ul#menu_right li:not(:last-child) {
- display: none;
- }
#editbar ul#menu_right li:last-child {
height: 24px;
border-radius: 0;
@@ -1274,4 +1263,33 @@ label {
#usericonback {
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;
+ }
}
diff --git a/static/js/pad_impexp.js b/static/js/pad_impexp.js
index 0037195f..6fe42c70 100644
--- a/static/js/pad_impexp.js
+++ b/static/js/pad_impexp.js
@@ -257,8 +257,6 @@ var padimpexp = (function()
$("#exportworda").remove();
$("#exportpdfa").remove();
$("#exportopena").remove();
- $("#importexport").css({"height":"115px"});
- $("#importexportline").css({"height":"115px"});
$("#import").html("Import is not available. To enable import please install abiword");
}
else if(clientVars.abiwordAvailable == "withoutPDF")