[Libreoffice-commits] online.git: loleaflet/css

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 2 07:06:28 UTC 2020


 loleaflet/css/device-mobile.css    |    8 ++++++++
 loleaflet/css/selectionMarkers.css |    8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 4c8f194183e9c48673bb97ae6d01c394eeb1cf1c
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Wed Apr 1 11:48:35 2020 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Apr 2 09:06:07 2020 +0200

    Mobile: Markers-related bits moved.
    
    Change-Id: I8baf9e3b4bc384d6c2ef62c5e8dd2ad3c801fe20
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91478
    Tested-by: Jan Holesovsky <kendy at collabora.com>
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index 2f11e4530..ad605dfc8 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -142,3 +142,11 @@ div#w2ui-overlay-actionbar.w2ui-overlay{
 #mCSB_1_scrollbar_horizontal .mCSB_draggerRail, #mCSB_2_scrollbar_horizontal .mCSB_draggerRail, #mCSB_3_scrollbar_horizontal .mCSB_draggerRail{
 	background-color: #f2f2f2 !important;
 }
+
+/* Related to selectionMarkers.css */
+#tb_formulabar_item_formula, #tb_formulabar_item_address {
+	height: 54px !important;
+}
+#tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
+	margin-top: -16px;
+}
diff --git a/loleaflet/css/selectionMarkers.css b/loleaflet/css/selectionMarkers.css
index 9d2af07d6..f7acfabff 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -26,11 +26,3 @@
 #tb_formulabar_item_formula .inputbar_selection_handles{
 	/*display: none;*/
 }
- at media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
-	#tb_formulabar_item_formula, #tb_formulabar_item_address {
-		height: 54px !important;
-	}
-	#tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
-		margin-top: -16px;
-	}
-}


More information about the Libreoffice-commits mailing list