From 2bbce8dddb0ab0a00aee727e2f639b793988a1d1 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 17 Jun 2010 09:10:01 -0700 Subject: Fix for ticket #1117 align videos to the center. --- themes/wind/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index f8e26073..1e55a967 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -302,7 +302,7 @@ td { } #g-item img.g-resize, -#g-item a.g-movie object { +#g-item a.g-movie { display: block; margin: 0 auto; } -- cgit v1.2.3 From e468ed7bd3f1e29b267e3902ef9c91273787d58f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 20 Jun 2010 17:43:22 -0700 Subject: Add a margin above the "Select photos..." button. --- themes/wind/css/screen.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 1e55a967..bc9f3e59 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -319,6 +319,12 @@ td { background-color: #fff; } +/* Add dialog ~~~~~~~~~~~~~~~~~~~~~~~~ */ + +#g-add-photos-button { + margin-top: 6px !important; +} + /** ******************************************************************* * 5) Navigation and menus *********************************************************************/ -- cgit v1.2.3 From a804c115138172634123ebebc9b055d6a26e6189 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 21 Jun 2010 10:11:38 -0700 Subject: 1) revert e468ed7bd3f1e29b267e3902ef9c91273787d58f 2) Add the padding to both the button and flash object so they always line up 3) Add some top padding to the uploadifyQueue panel to seprate it from the button. --- modules/gallery/css/gallery.css | 9 ++++++--- themes/wind/css/screen.css | 6 ------ 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'themes/wind/css/screen.css') diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index e2ad7458..282ebec2 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -30,7 +30,7 @@ #g-add-photos-canvas object, #g-add-photos-button { left: 137px; - margin: 0 0 .5em 0; + margin: .5em 0; padding: .4em 1em; position: absolute; top: 0; @@ -38,10 +38,13 @@ } #g-add-photos-canvas object { - margin: 0; z-index: 100; } +#g-add-photos-canvas .uploadifyQueue { + margin-top: .5em; +} + #g-add-photos-canvas .uploadifyQueueItem { margin: 0; } @@ -204,4 +207,4 @@ .rtl #g-translations ol { margin: 0 2em 1em 0; -} \ No newline at end of file +} diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index bc9f3e59..1e55a967 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -319,12 +319,6 @@ td { background-color: #fff; } -/* Add dialog ~~~~~~~~~~~~~~~~~~~~~~~~ */ - -#g-add-photos-button { - margin-top: 6px !important; -} - /** ******************************************************************* * 5) Navigation and menus *********************************************************************/ -- cgit v1.2.3 From b8800c69e1ddf5afd8d4c9ee3af74f37000515de Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Wed, 23 Jun 2010 20:10:59 +0800 Subject: flip the padding direction for sidebar blocks contents in RTL --- themes/admin_wind/css/screen.css | 4 ++++ themes/wind/css/screen.css | 3 +++ 2 files changed, 7 insertions(+) (limited to 'themes/wind/css/screen.css') diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index dbfb59e8..e2817b78 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -487,4 +487,8 @@ th { .rtl .g-selected img, .rtl .g-available .g-block img { margin: 0 0 1em 1em; +} + +.rtl #g-sidebar .g-block-content { + padding-right: 1em; } \ No newline at end of file diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 1e55a967..f5cb6601 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -457,3 +457,6 @@ td { background-image: url('../images/ico-view-slideshow-rtl.png'); } +.rtl #g-sidebar .g-block-content { + padding-right: 1em; +} \ No newline at end of file -- cgit v1.2.3 From acc9ec8180f7a354527b44e9f8e254e2b5d03813 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Wed, 23 Jun 2010 20:20:50 +0800 Subject: remove the original padding --- themes/wind/css/screen.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index f5cb6601..66645cef 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -459,4 +459,5 @@ td { .rtl #g-sidebar .g-block-content { padding-right: 1em; + padding-left: 0; } \ No newline at end of file -- cgit v1.2.3 From cedfd9d364a293fdb99988743bcb09c92e9b5e18 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Wed, 23 Jun 2010 20:39:19 +0800 Subject: flip the padding of footer for RTL --- themes/wind/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 66645cef..063c5015 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -460,4 +460,8 @@ td { .rtl #g-sidebar .g-block-content { padding-right: 1em; padding-left: 0; +} + +.rtl #g-footer #g-credits li { + padding-left: 1.2em; } \ No newline at end of file -- cgit v1.2.3 From c41bd46a744479813b3442f3e20ce17765353e70 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Wed, 23 Jun 2010 20:42:42 +0800 Subject: fix the footer padding for RTL, complete the last commit --- themes/wind/css/screen.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/wind/css/screen.css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 063c5015..44582a92 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -463,5 +463,6 @@ td { } .rtl #g-footer #g-credits li { - padding-left: 1.2em; + padding-left: 1.2em !important; + padding-right: 0; } \ No newline at end of file -- cgit v1.2.3