From 46489d06566e040f4852385cc6862f65009dfe97 Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 27 Feb 2007 18:14:34 +0000 Subject: [PATCH] generalise folder_manip_dialog CSS into dialogbox CSS git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12281 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- css/alien_glow/default.css | 6 +++--- css/autumn/default.css | 6 +++--- css/autumn2/default.css | 6 +++--- css/black_bean_burrito/default.css | 6 +++--- css/blue_grey/default.css | 6 +++--- css/blue_on_blue/default.css | 6 +++--- css/bluesnews/default.css | 6 +++--- css/bluesome/default.css | 6 +++--- css/bluesteel/default.css | 6 +++--- templates/default/css/default.css | 16 ++++++---------- templates/default/folder_manip.tpl | 12 ++++++------ templates/default/folder_manip_dialog.tpl | 4 ++-- 12 files changed, 41 insertions(+), 45 deletions(-) diff --git a/css/alien_glow/default.css b/css/alien_glow/default.css index 1bec4dd0..f59d4143 100644 --- a/css/alien_glow/default.css +++ b/css/alien_glow/default.css @@ -153,11 +153,11 @@ tr.odd { background: #000000; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #19881a; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #19881a; } diff --git a/css/autumn/default.css b/css/autumn/default.css index e94179f9..4fed0352 100644 --- a/css/autumn/default.css +++ b/css/autumn/default.css @@ -153,11 +153,11 @@ tr.odd { background: #ffffff; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #bb9d45; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #bb9d45; } diff --git a/css/autumn2/default.css b/css/autumn2/default.css index f3abefe7..4ef76028 100644 --- a/css/autumn2/default.css +++ b/css/autumn2/default.css @@ -153,11 +153,11 @@ tr.odd { background: #dcddc5; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #bca87e; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #bca87e; } diff --git a/css/black_bean_burrito/default.css b/css/black_bean_burrito/default.css index a2799f91..871eaa3e 100644 --- a/css/black_bean_burrito/default.css +++ b/css/black_bean_burrito/default.css @@ -153,11 +153,11 @@ tr.odd { background: #000000; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #595959; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #595959; } diff --git a/css/blue_grey/default.css b/css/blue_grey/default.css index 9c48e586..365bf6b4 100644 --- a/css/blue_grey/default.css +++ b/css/blue_grey/default.css @@ -153,11 +153,11 @@ tr.odd { background: #929292; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #6188a9; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #6188a9; } diff --git a/css/blue_on_blue/default.css b/css/blue_on_blue/default.css index dc4135e7..e3100f78 100644 --- a/css/blue_on_blue/default.css +++ b/css/blue_on_blue/default.css @@ -153,11 +153,11 @@ tr.odd { background: #19193a; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #4c4b83; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #4c4b83; } diff --git a/css/bluesnews/default.css b/css/bluesnews/default.css index ca6551bf..ca82bfd4 100644 --- a/css/bluesnews/default.css +++ b/css/bluesnews/default.css @@ -153,11 +153,11 @@ tr.odd { background: #000000; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #181818; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #181818; } diff --git a/css/bluesome/default.css b/css/bluesome/default.css index 7e75e73a..104afdb9 100644 --- a/css/bluesome/default.css +++ b/css/bluesome/default.css @@ -153,11 +153,11 @@ tr.odd { background: #CBD2D9; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #9DB5CB; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #9DB5CB; } diff --git a/css/bluesteel/default.css b/css/bluesteel/default.css index 088d5e84..3b636474 100644 --- a/css/bluesteel/default.css +++ b/css/bluesteel/default.css @@ -153,11 +153,11 @@ tr.odd { background: #dedfdf; } -/* folder_manip.tpl defs */ -#folderManip table.wrapper { +/* dialog box defs */ +.dialogbox table.wrapper { border: 1px solid #a8a8a8; } -#folderManip td.folderAction { +.dialogbox td.folderAction { background: #a8a8a8; } diff --git a/templates/default/css/default.css b/templates/default/css/default.css index a5361d3d..ad5871b9 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -394,17 +394,17 @@ td.message_count { color: navy; } -/* folder_manip.tpl defs */ -#folderManip { +/* dialog box defs */ +.dialogbox { text-align:center; } -#folderManip td { +.dialogbox td { text-align: center; padding: 2px; } -#folderManip table { +.dialogbox table { margin-left: auto; margin-right: auto; padding-top: 8px; @@ -413,7 +413,7 @@ td.message_count { width: 70%; } -#folderManip table.wrapper { +.dialogbox table.wrapper { border: 1px solid #dcdcdc /* __COLOR0__ */; width: 95%; margin-left: auto; @@ -421,11 +421,7 @@ td.message_count { padding: 0; } -#folderManip td.folderAction { - background: #dcdcdc /* __COLOR0__ */; -} - -#folderManip div { +.dialogbox div { margin-left: auto; margin-right: auto; width: 80%; diff --git a/templates/default/folder_manip.tpl b/templates/default/folder_manip.tpl index 993cc61b..010b7474 100644 --- a/templates/default/folder_manip.tpl +++ b/templates/default/folder_manip.tpl @@ -34,7 +34,7 @@ /* retrieve the template vars */ extract($t); ?> -
+
- - - - -
@@ -50,7 +50,7 @@ extract($t);
+
@@ -87,7 +87,7 @@ extract($t);
+ @@ -118,7 +118,7 @@ extract($t);
+ @@ -152,7 +152,7 @@ extract($t);
+ @@ -170,7 +170,7 @@ extract($t); } ?> + diff --git a/templates/default/folder_manip_dialog.tpl b/templates/default/folder_manip_dialog.tpl index 7f3e6158..0cb7a1f7 100644 --- a/templates/default/folder_manip_dialog.tpl +++ b/templates/default/folder_manip_dialog.tpl @@ -29,7 +29,7 @@ /* retrieve the template vars */ extract($t); ?> -
+
-
\ No newline at end of file +
-- 2.25.1