浏览代码

generalise folder_manip_dialog CSS into dialogbox CSS

Thijs Kinkhorst 18 年之前
父节点
当前提交
647ccde4fd

+ 3 - 3
css/alien_glow/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #000000;
     background: #000000;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #19881a;
     border: 1px solid #19881a;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #19881a;
     background: #19881a;
 }
 }
 
 

+ 3 - 3
css/autumn/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #ffffff;
     background: #ffffff;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #bb9d45;
     border: 1px solid #bb9d45;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #bb9d45;
     background: #bb9d45;
 }
 }
 
 

+ 3 - 3
css/autumn2/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #dcddc5;
     background: #dcddc5;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #bca87e;
     border: 1px solid #bca87e;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #bca87e;
     background: #bca87e;
 }
 }
 
 

+ 3 - 3
css/black_bean_burrito/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #000000;
     background: #000000;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #595959;
     border: 1px solid #595959;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #595959;
     background: #595959;
 }
 }
 
 

+ 3 - 3
css/blue_grey/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #929292;
     background: #929292;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #6188a9;
     border: 1px solid #6188a9;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #6188a9;
     background: #6188a9;
 }
 }
 
 

+ 3 - 3
css/blue_on_blue/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #19193a;
     background: #19193a;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #4c4b83;
     border: 1px solid #4c4b83;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #4c4b83;
     background: #4c4b83;
 }
 }
 
 

+ 3 - 3
css/bluesnews/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #000000;
     background: #000000;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #181818;
     border: 1px solid #181818;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #181818;
     background: #181818;
 }
 }
 
 

+ 3 - 3
css/bluesome/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #CBD2D9;
     background: #CBD2D9;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #9DB5CB;
     border: 1px solid #9DB5CB;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #9DB5CB;
     background: #9DB5CB;
 }
 }
 
 

+ 3 - 3
css/bluesteel/default.css

@@ -153,11 +153,11 @@ tr.odd  {
     background: #dedfdf;
     background: #dedfdf;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   table.wrapper   {
+/* dialog box defs */
+.dialogbox   table.wrapper   {
     border: 1px solid #a8a8a8;
     border: 1px solid #a8a8a8;
 }
 }
-#folderManip   td.folderAction {
+.dialogbox   td.folderAction {
     background: #a8a8a8;
     background: #a8a8a8;
 }
 }
 
 

+ 6 - 10
templates/default/css/default.css

@@ -394,17 +394,17 @@ td.message_count	{
    color: navy;
    color: navy;
 }
 }
 
 
-/* folder_manip.tpl defs */
-#folderManip   {
+/* dialog box defs */
+.dialogbox   {
     text-align:center;
     text-align:center;
 }
 }
 
 
-#folderManip   td  {
+.dialogbox   td  {
     text-align: center;
     text-align: center;
     padding: 2px;
     padding: 2px;
 }
 }
 
 
-#folderManip   table   {
+.dialogbox   table   {
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
     padding-top: 8px;
     padding-top: 8px;
@@ -413,7 +413,7 @@ td.message_count	{
     width: 70%;
     width: 70%;
 }
 }
 
 
-#folderManip   table.wrapper   {
+.dialogbox   table.wrapper   {
     border: 1px solid #dcdcdc /* __COLOR0__ */;
     border: 1px solid #dcdcdc /* __COLOR0__ */;
     width: 95%;
     width: 95%;
     margin-left: auto;
     margin-left: auto;
@@ -421,11 +421,7 @@ td.message_count	{
     padding: 0;
     padding: 0;
 }
 }
 
 
-#folderManip   td.folderAction {
-    background: #dcdcdc /* __COLOR0__ */;
-}
-
-#folderManip    div {
+.dialogbox  div {
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
     width: 80%;
     width: 80%;

+ 6 - 6
templates/default/folder_manip.tpl

@@ -34,7 +34,7 @@
 /* retrieve the template vars */
 /* retrieve the template vars */
 extract($t);
 extract($t);
 ?>
 ?>
-<div id="folderManip">
+<div class="dialogbox">
 <table cellspacing="0" class="wrapper">
 <table cellspacing="0" class="wrapper">
  <tr>
  <tr>
   <td class="header1">
   <td class="header1">
@@ -50,7 +50,7 @@ extract($t);
      </td>
      </td>
     </tr>
     </tr>
     <tr>
     <tr>
-     <td class="folderAction">
+     <td>
       <form method="post" action="folders.php" name="cf" id="cf">
       <form method="post" action="folders.php" name="cf" id="cf">
       <input type="hidden" name="smaction" value="create" />
       <input type="hidden" name="smaction" value="create" />
       <input type="text" name="folder_name" size="25" value="" />
       <input type="text" name="folder_name" size="25" value="" />
@@ -87,7 +87,7 @@ extract($t);
      </td>
      </td>
     </tr>
     </tr>
     <tr>
     <tr>
-     <td class="folderAction">
+     <td>
       <?php
       <?php
         if ( !empty($rendel_folder_list) ) {
         if ( !empty($rendel_folder_list) ) {
             ?>
             ?>
@@ -118,7 +118,7 @@ extract($t);
      </td>
      </td>
     </tr>
     </tr>
     <tr>
     <tr>
-     <td class="folderAction">
+     <td>
       <?php
       <?php
         if ( !empty($rendel_folder_list) ) { 
         if ( !empty($rendel_folder_list) ) { 
             ?>
             ?>
@@ -152,7 +152,7 @@ extract($t);
      </td>
      </td>
     </tr>
     </tr>
     <tr>
     <tr>
-     <td class="folderAction">
+     <td>
       <?php
       <?php
         if (!empty($rendel_folder_list)) {
         if (!empty($rendel_folder_list)) {
             ?>
             ?>
@@ -170,7 +170,7 @@ extract($t);
         }
         }
       ?>
       ?>
      </td>
      </td>
-     <td class="folderAction">
+     <td>
      <?php
      <?php
         if ($no_list_for_subscribe) {
         if ($no_list_for_subscribe) {
             ?>
             ?>

+ 2 - 2
templates/default/folder_manip_dialog.tpl

@@ -29,7 +29,7 @@
 /* retrieve the template vars */
 /* retrieve the template vars */
 extract($t);
 extract($t);
 ?>
 ?>
-<div id="folderManip">
+<div class="dialogbox">
 <form action="folders.php" method="post">
 <form action="folders.php" method="post">
 <table cellspacing="0" class="wrapper">
 <table cellspacing="0" class="wrapper">
 <?php
 <?php
@@ -80,4 +80,4 @@ if ( $dialog_type == 'rename' ) {
  </tr>
  </tr>
 </table>
 </table>
 </form>
 </form>
-</div>
+</div>