[Xfce4-commits] [www/www.xfce.org] 12/29: Make sure CSS is applied correctly...
noreply at xfce.org
noreply at xfce.org
Sun May 21 22:00:54 CEST 2017
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit 10d22b897b0e93a43a19cdbd3d1a4db39148f48c
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Thu May 18 15:31:46 2017 +0300
Make sure CSS is applied correctly...
---
style/frontpage.css | 36 ++++++++++++++++++------------------
style/mobile.css | 15 +++++++++++++++
2 files changed, 33 insertions(+), 18 deletions(-)
diff --git a/style/frontpage.css b/style/frontpage.css
index 7e13f8d..04c9ead 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -147,27 +147,27 @@
background-repeat: no-repeat;
}
-/* Desktop slide */
+ /* Desktop slide */
-#slide-desktop-panel,
-#slide-desktop-panel-left,
-#slide-desktop-panel-right {
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
-}
-#slide-desktop-panel { background-repeat: repeat-x; }
-#slide-desktop-panel-left { z-index: 2; }
-#slide-desktop-panel-right { z-index: 2; background-position: 100% 0; }
+ #slide div span#slide-desktop-panel,
+ #slide div span#slide-desktop-panel-left,
+ #slide div span#slide-desktop-panel-right {
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ }
+ #slide div span#slide-desktop-panel { background-repeat: repeat-x; }
+ #slide div span#slide-desktop-panel-left { z-index: 2; }
+ #slide div span#slide-desktop-panel-right { z-index: 2; background-position: 100% 0; }
-/* Panel slide */
+ /* Panel slide */
-#slide-panel-deskbar,
-#slide-panel-vertical {
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
-}
- #slide-panel-deskbar { background-position: 100% 0; }
- #slide-panel-vertical { background-position: 0 100%; }
+ #slide div span#slide-panel-deskbar,
+ #slide div span#slide-panel-vertical {
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ }
+ #slide div span#slide-panel-deskbar { background-position: 100% 0; }
+ #slide div span#slide-panel-vertical { background-position: 0 100%; }
/* Feeds */
diff --git a/style/mobile.css b/style/mobile.css
index a5f9815..cb5483a 100644
--- a/style/mobile.css
+++ b/style/mobile.css
@@ -83,6 +83,21 @@
background-size: auto 185px;
}
+ /* Desktop slide */
+ #slide div span#slide-desktop-panel,
+ #slide div span#slide-desktop-panel-left,
+ #slide div span#slide-desktop-panel-right {
+ height: 14px;
+ background-size: auto 14px;
+ }
+
+ /* Panel slide */
+ #slide div span#slide-panel-deskbar,
+ #slide div span#slide-panel-vertical {
+ background-size: auto 185px;
+ }
+ #slide div span#slide-panel-vertical { background-position: 0 0; }
+
/* Frontpage: Columns */
.post-wrap {
padding-bottom: 0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list