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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 12:10:25 UTC 2019


 loleaflet/css/mobilewizard.css |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

New commits:
commit ef76fda7adcc83b59d3a2127a2f7d9a31ece515f
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 17 14:09:19 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 17 14:10:05 2019 +0200

    No changes: Format code and tabify all spaces
    
    Change-Id: Ia31324cb38a949949de86c9e66e9d1a6ad53745c
    Reviewed-on: https://gerrit.libreoffice.org/80942
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 5be62f792..a16d2c2cf 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -1,37 +1,37 @@
 span.menu-entry-icon img {
-    width: 24px !important;
-    margin: 4px !important;
+	width: 24px !important;
+	margin: 4px !important;
 }
 
 #mobile-wizard.menuwizard #mobile-wizard-content{
-  overflow: hidden !important;
+	overflow: hidden !important;
 }
 
 #mobile-wizard.menuwizard{
-  top: 0px !important;
-  height: 100% !important;
-  z-index: 999 !important;
+	top: 0px !important;
+	height: 100% !important;
+	z-index: 999 !important;
 }
 
 #mobile-wizard.menuwizard #mobile-wizard-back.close-button{
-  visibility: hidden !important;
+	visibility: hidden !important;
 }
 
 #toolbar-hamburger.menuwizard-opened{
-  z-index: 1000 !important;
-  position: relative !important;
-  background-color: #dae6f3 !important;
-  padding-left: 8px !important;
-  border-radius: 0 0 0 100px !important;
+	z-index: 1000 !important;
+	position: relative !important;
+	background-color: #dae6f3 !important;
+	padding-left: 8px !important;
+	border-radius: 0 0 0 100px !important;
 }
 
 #mobile-wizard.menuwizard #mobile-wizard-titlebar{
-  border: none !important;
+	border: none !important;
 }
 span#main-menu-btn-icon {
-    filter: none !important;
+	filter: none !important;
 }
 
-	#leadingzeroes .spinfieldimage, #decimalplaces .spinfieldimage{
-		display: none;
-	}
+#leadingzeroes .spinfieldimage, #decimalplaces .spinfieldimage{
+	display: none;
+}


More information about the Libreoffice-commits mailing list