Code

Style updates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 May 2007 14:06:36 +0000 (14:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 May 2007 14:06:36 +0000 (14:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6237 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css
include/sieve/templates/element_header.tpl
include/sieve/templates/import_script.tpl
include/sieve/templates/object_test_container.tpl

index a1028f11cce28a4bf037eec079fcc7e6eb72a5e3..88e42f5e936c9192c4bd0f6ce1ae1eb635bbcef7 100644 (file)
@@ -1411,7 +1411,7 @@ td.container_, div.container_{
 }
 
 td.container_:hover,div.container_:hover {
-       border-left: solid 2px red;
+       border-left: solid 2px black;
        display:block;
 }
 
index 3ee9ac687b29a6e474fe778c89bed5958c8cbbde..7d04e4ad0b4c1fc599a68934068408235fde6ad1 100755 (executable)
@@ -11,7 +11,7 @@
 
 
        <tr>
-               <td style='width:50%;'>
+               <td>
                        <b>{t}Header{/t}</b>
                </td>
         <td style='text-align:right; vertical-align:top;'>
@@ -67,6 +67,8 @@
         <tr>
         <td colspan=2>&nbsp;</td>
     </tr>
+   </table>
+   <table class='sieve_test_case'>
     <tr>
         <td >
             {t}Address fields to include{/t}<br>
index 402275cbe14013a903a1779184cf1f391aeeb0af..22df06caa5d3bd125d4c6631a0badd2041f8520f 100644 (file)
@@ -1,5 +1,5 @@
 <h2>{t}Import sieve script{/t}</h2>
-{t}Please select the sieve script you want to import below. And use the import button to import the script or the cancel button to abort.{/t}
+{t}Please select the sieve script you want to import. Use the import button to import the script or the cancel button to abort.{/t}
 <br>
 <br>
 <b>{t}Script to import{/t}</b>&nbsp;<input type='file' name='Script_To_Import'>
@@ -9,7 +9,7 @@
 <p class='seperator'>&nbsp;</p>
 <br>
 <div class='seperator' style='text-align:right; width:100%;'>
-    <input type='submit' name='Import_Script_Cancel' value='{t}Cancel{/t}'>
-        &nbsp;
     <input type='submit' name='Import_Script_Save' value='{t}Import{/t}'>
+        &nbsp;
+    <input type='submit' name='Import_Script_Cancel' value='{t}Cancel{/t}'>
 </div>
index 6e17be3b172a36103a39601df3f48bd1ecb7ba5a..697d12d10943dc0616b8776f553703daab04a213 100644 (file)
@@ -1,6 +1,6 @@
 <table class='sieve_test_container'>
        <tr>
-               <td style='width:20px; ; text-align:center;'>   
+               <td style='width:20px; ; text-align:center; vertical-align:top;'>       
                        {if $DisplayAdd}
                                <input type='image' src='images/sieve_add_test.png' name='Add_Test_Object_{$ID}' 
                                        title='{t}Add this object{/t}' alt='R' class='center'>