loleaflet/css/loleaflet.css |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit d817fe994959226c48eec5e1e8c3e6fcbd7a45e9
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Mar 17 23:27:05 2020 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Mar 18 09:39:19 2020 +0100

    Make contents of portrait and landscape media query blocks be in same order
    
    This makes it easier to compare them.
    
    Change-Id: If25f4c4dd3ee8a2a9d88d21521df6308857703a5
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90674
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 1691794d1..e43ddbaf9 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -327,26 +327,26 @@ body {
        }
 }
 @media (max-width: 767px) and (orientation: landscape), (max-device-height: 
767px) and (orientation: landscape) {
-       #document-container.parts-preview-document {
-               left: 66px !important;
+       #presentation-controls-wrapper {
+               top: 41px;
                bottom: 33px;
        }
 
-       #document-container.readonly.parts-preview-document {
+       #presentation-controls-wrapper.readonly {
                top: 41px;
                bottom: 0px;
-               width: initial;
+               max-width: 120px;
        }
 
-       #presentation-controls-wrapper {
-               top: 41px;
+       #document-container.parts-preview-document {
+               left: 66px !important;
                bottom: 33px;
        }
 
-       #presentation-controls-wrapper.readonly {
+       #document-container.readonly.parts-preview-document {
                top: 41px;
                bottom: 0px;
-               max-width: 120px;
+               width: initial;
        }
 
        #document-container.parts-preview-document.keyboard {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to