[Libreoffice-commits] online.git: loleaflet/css
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 24 11:19:46 UTC 2020
loleaflet/css/editor.css | 2 +-
loleaflet/css/leaflet.css | 2 +-
loleaflet/css/loleaflet.css | 7 ++++---
loleaflet/css/menubar-mobile.css | 2 +-
loleaflet/css/menubar.css | 2 +-
loleaflet/css/mobilewizard.css | 2 +-
loleaflet/css/partsPreviewControl.css | 4 ++--
loleaflet/css/scrollBar.css | 2 +-
loleaflet/css/selectionMarkers.css | 2 +-
loleaflet/css/spreadsheet-mobile.css | 2 +-
loleaflet/css/toolbar-mobile.css | 2 +-
loleaflet/css/vex.css | 2 +-
12 files changed, 16 insertions(+), 15 deletions(-)
New commits:
commit dd70a89a601be92d47ea2fcf4fb21f397d9dda9f
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Feb 24 11:57:13 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Mon Feb 24 12:19:27 2020 +0100
Revert the changes that removed the menu bar on iPad in the iOS app
Change-Id: Ic374514bfdde4682f88b507eca82cf88df36bc9a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89329
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/loleaflet/css/editor.css b/loleaflet/css/editor.css
index 6ef767bea..bf534498e 100644
--- a/loleaflet/css/editor.css
+++ b/loleaflet/css/editor.css
@@ -19,7 +19,7 @@
text-align: center;
padding: 3px 5px;
}
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none) {
+ at media (max-width: 767px), (max-device-height: 767px) {
#editor-btn{
max-width: 160px;
}
diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css
index abd76143e..06666f36d 100644
--- a/loleaflet/css/leaflet.css
+++ b/loleaflet/css/leaflet.css
@@ -839,7 +839,7 @@ input.clipboard {
display: none;
}
}
- at media (max-width: 767px),(max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.loleaflet-ruler {
height: 0px;
display: none;
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 573e8c419..512d747a6 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -219,7 +219,7 @@ body {
.w2ui-tag .w2ui-tag-top{display:none !important;}
}
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
/* Show slidesorter beyond 768px only */
#presentation-controls-wrapper {
top: initial;
@@ -294,7 +294,8 @@ body {
display: block !important;
}
}
- at media (max-width: 767px) and (orientation: portrait),(max-device-height: 767px) and (orientation: portrait), (max-width: 900px) and (orientation: portrait) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (orientation: portrait) and (any-pointer: coarse) and (hover: none){
+
+ at media (max-width: 767px) and (orientation: portrait), (max-device-height: 767px) and (orientation: portrait) {
#presentation-controls-wrapper {
top: initial;
left: initial;
@@ -325,7 +326,7 @@ body {
bottom: 33px;
}
}
- at media (max-width: 767px) and (orientation: landscape),(max-device-height: 767px) and (orientation: landscape), (max-width: 900px) and (orientation: landscape) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (orientation: landscape) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px) and (orientation: landscape), (max-device-height: 767px) and (orientation: landscape) {
#document-container.parts-preview-document {
left: 66px !important;
bottom: 33px;
diff --git a/loleaflet/css/menubar-mobile.css b/loleaflet/css/menubar-mobile.css
index 860d5fb72..564eedc3e 100644
--- a/loleaflet/css/menubar-mobile.css
+++ b/loleaflet/css/menubar-mobile.css
@@ -1,4 +1,4 @@
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.logo {
background-size: 100px;
max-width: 24px;
diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index 2d47b8f55..6233eccad 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -256,7 +256,7 @@
background-position: bottom;
}
- at media (max-width: 767px),(max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.document-logo {
width: 35px;
height: 38px;
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 430926c68..f5c7c6c5f 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -1,4 +1,4 @@
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.menuwizard .menu-entry-icon{
padding-left: 4%;
}
diff --git a/loleaflet/css/partsPreviewControl.css b/loleaflet/css/partsPreviewControl.css
index c4bb13b41..f87d5ed95 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -33,7 +33,7 @@
margin-left: 20px;
}
- at media (max-width: 767px) and (orientation: potrait),(max-device-height: 900px) and (orientation: portrait) {
+ at media (max-width: 767px) and (orientation: potrait), (max-device-height: 767px) and (orientation: portrait) {
#slide-sorter {
max-height: 60px;
}
@@ -51,7 +51,7 @@
}
}
- at media (max-width: 767px) and (orientation: landscape),(max-device-height: 900px) and (orientation: landscape) {
+ at media (max-width: 767px) and (orientation: landscape), (max-device-height: 767px) and (orientation: landscape) {
#slide-sorter {
max-width: 120px;
}
diff --git a/loleaflet/css/scrollBar.css b/loleaflet/css/scrollBar.css
index 629399441..9e8a062ed 100644
--- a/loleaflet/css/scrollBar.css
+++ b/loleaflet/css/scrollBar.css
@@ -11,7 +11,7 @@
width: 100%;
overflow: auto;
}
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.mCSB_scrollTools_vertical{
width: 38px !important;
}
diff --git a/loleaflet/css/selectionMarkers.css b/loleaflet/css/selectionMarkers.css
index eb509a750..a0dd4ccde 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -26,7 +26,7 @@
#tb_formulabar_item_formula .inputbar_selection_handles{
/*display: none;*/
}
- at media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
#tb_formulabar_item_formula, #tb_formulabar_item_address {
height: 54px !important;
}
diff --git a/loleaflet/css/spreadsheet-mobile.css b/loleaflet/css/spreadsheet-mobile.css
index 48b4dc4fa..d0ac53a09 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -1,4 +1,4 @@
- at media max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media max-width: 767px), (max-device-height: 767px) {
@-moz-document url-prefix() {
#spreadsheet-row-column-frame.readonly {
top: 36px !important;
diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index 7d4bbbd39..07a43ad6d 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -10,7 +10,7 @@
top:-1px;
}
}
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.insertshape-grid {
box-sizing: content-box;
position: absolute;
diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css
index c483c90a0..54d8c3357 100644
--- a/loleaflet/css/vex.css
+++ b/loleaflet/css/vex.css
@@ -64,7 +64,7 @@
}
/*mobile*/
- at media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
+ at media (max-width: 767px), (max-device-height: 767px) {
.vex-open .loleaflet-user-idle {
background: rgba(0, 0, 0, 0)!important;
font-size: xx-large!important;
More information about the Libreoffice-commits
mailing list