Code

Updated sieve filter styles.
[gosa.git] / include / sieve / templates / element_anyof.tpl
index 7eebc2ec82573a91da955f2321c0f6b69a86a22b..1d90942946e16fc7fd743a94981685be0b53c10a 100644 (file)
@@ -1,14 +1,15 @@
-<table width='100%'  cellspacing=0 cellpadding=0>
+<table class='sieve_anyof_container'>
        <tr>
-       <td style='text-align:center; vertical-align: middle; width:45px;background-color: #AAAAAA; border: solid 1px #EEEEEE'>
+       <td class='sieve_anyof_left'>
             {if $Inverse}
                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}'>
             {else}
                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}'>
             {/if}
-                       <img alt='' class='center' src='images/select_department.png'>
+                       <br>
+                       <b>{t}Any of{/t}</b>
                </td>
-        <td style='background-color:#BDBDBD ; border: solid 1px #EEEEEE'>
+        <td class='sieve_anyof_right'>
                        {$Contents}
         </td>
        </tr>