]> git.mxchange.org Git - mailer.git/commitdiff
CSS class 'pre' is now no longer used, use regular pre tag instead
authorRoland Häder <roland@mxchange.org>
Thu, 14 Jul 2011 12:55:26 +0000 (12:55 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 14 Jul 2011 12:55:26 +0000 (12:55 +0000)
DOCS/en/DESIGNING.txt
templates/de/html/admin/admin_extensions_text.tpl
templates/de/html/admin/admin_list_holiday_row.tpl
templates/de/html/member/member_list_reflinks_row.tpl
templates/de/html/member/member_support_form.tpl
theme/business/css/general.css
theme/default/css/general.css
theme/desert/css/general.css
theme/org/css/general.css
theme/schleuder/css/general.css
theme/ship-simu/css/general.css

index 979146dc91a5784fca164364eb6b24107df13317..3fbd35a936cf1ace9baf8c23738f5aa82a73e536 100644 (file)
@@ -669,14 +669,6 @@ Auszug aus der originalen general.css:
        height                  : 20px;
 }
 
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #DDEEDD;
 }
index fc416914fd8f3975d4adfc27e829f75cf722f70f..54e06f08cc959103018f9152e652eba98bb44e3a 100644 (file)
@@ -1,5 +1,7 @@
 <div align="center">
 <div class="table">
-       <div class="tiny">$content</div>
+       <div class="tiny">
+               $content
+       </div>
 </div>
 </div>
index 87e9714f73749e140f43800fa073c15dae729ad6..f2f2ccef01fedeb1b4045c7d7bb69dcb73bf5b28 100644 (file)
@@ -12,9 +12,7 @@
                $content[end]
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               <div class="pre">
-                       {%pipe,fixEmptyContentToDashes=$content[comments]%}
-               </div>
+               <pre>{%pipe,fixEmptyContentToDashes=$content[comments]%}</pre>
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,translateUserStatus=$content[status]%}
index 1e385074890b49594369a09627b7ec7ea1bc671c..5387690264292d59f6366737d85cf7bd70a791b9 100644 (file)
@@ -11,8 +11,8 @@
 </tr>
 <tr>
        <td align="center" class="member_refbanner {%template,ColorSwitch%}">
-               <div class="pre">&lt;a href=&quot;{?URL?}/click.php?user=$content[userid]&amp;banner=$content[id]&quot;
+               <pre>&lt;a href=&quot;{?URL?}/click.php?user=$content[userid]&amp;banner=$content[id]&quot;
  target=&quot;_blank&quot;&gt;&lt;img src=&quot;{?URL?}/view.php?user=$content[userid]&amp;banner=$content[id]&quot;
- alt=&quot;$content[alternate]&quot; title=&quot;$content[alternate]&quot; border=&quot;0&quot;&nbsp;/&gt;&lt;/a&gt;</div>
+ alt=&quot;$content[alternate]&quot; title=&quot;$content[alternate]&quot; border=&quot;0&quot;&nbsp;/&gt;&lt;/a&gt;</pre>
        </td>
 </tr>
index 2e071a95139dc0b1644923568f40a89f4f214416..5c815cc5b75c53a1eb22956795298ca6c0b1cd23 100644 (file)
@@ -7,14 +7,14 @@
 </div>
 
 <div>
-       <div align="left" class="pre">
-               Hallo Support-Team,<br />
-               Meine id bei Ihrem {?mt_word?} lautet: $content[userid]
-       </div>
+       <pre>Hallo Support-Team,
+
+Meine id bei Ihrem {?mt_word?} lautet: $content[userid]
+       </pre>
 </div>
 
 <div>
-       <div align="left" class="pre">Ich habe eine Frage zu folgendem:</div>
+       <pre>Ich habe eine Frage zu folgendem:</pre>
        <select name="qsummary" size="1" class="form_select">
                <option value="X" disabled="disabled">- - - Bitte ausw&auml;hlen! - - -</option>
                <option value="ordr">Alles rund um die Mailbuchung</option>
@@ -24,7 +24,7 @@
 </div>
 
 <div>
-       <div align="left" class="pre">Ich m&ouml;chte es genauer beschreiben:</div>
+       <pre>Ich m&ouml;chte es genauer beschreiben:</pre>
        <textarea name="qdetails" rows="5" cols="35" class="form_field"></textarea><br />
        <div class="tiny notice"> (Bitte halten Sie den Text kurz
        und knapp, damit Ihre<br />
 </div>
 
 <div class="bottom">
-       <div align="left" class="pre">
-               Mit freundlichen Gr&uuml;&szlig;en,<br />
-               Ihr {%pipe,getUsername%}
-       </div>
+       <pre>Mit freundlichen Gr&uuml;&szlig;en,
+  Ihr {%pipe,getUsername%}
+       </pre>
 </div>
 
 <div class="table_footer">
index 9a159c28dfd36bf1c6dcf1f3faf34cc032cf2810..d87e8e860a5fa1e3a250e185908542a7cb2b0d38 100644 (file)
@@ -51,6 +51,12 @@ ul,ol {
        margin-bottom: 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border: groove 1px #000000;
        color: #000000;
@@ -406,14 +412,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ffffff;
 }
@@ -582,10 +580,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        list-style: none inside;
 }
 
-.pre {
-       display: block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
index 1e10eb3c92d1e5b8281bf572c784169e9b9a63a0..d515e298dd198f530500ad1001b6c0f9ce4fcff6 100644 (file)
@@ -81,6 +81,12 @@ ul,ol {
        margin-bottom: 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border: groove 1px #009900;
        color: #00aa44;
@@ -435,14 +441,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ddeedd;
 }
@@ -621,10 +619,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        padding-left: 10px;
 }
 
-.pre {
-       display: block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
index a890205c27610eafcbd4220d1c9114f01372abe5..ad7379093aa4a87220e42740193e9641483d38e2 100644 (file)
@@ -51,6 +51,12 @@ ul,ol {
        margin-bottom: 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border: groove 1px #880000;
        color: #880000;
@@ -387,14 +393,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .guest_content_align, .member_content_align, .admin_content_align {
        text-align: center;
        vertical-align: top;
@@ -568,10 +566,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        list-style: none inside;
 }
 
-.pre {
-       display                         : block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
index 29c3b94d4f0885b67336bf33396437a7f80bf1c6..afbcff623fd87f7b64b9ae54e4150e44de0967ec 100644 (file)
@@ -62,6 +62,12 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .runtime {
        color                   : #118811;
        background-color        : #DDEEDD;
@@ -394,14 +400,6 @@ ul, ol {
        text-align                      : right;
 }
 
-.task_pre {
-       font-weight                     : bold;
-       margin-left                     : 0px;
-       margin-right            : 0px;
-       margin-top                      : 11px;
-       margin-bottom           : 11px;
-}
-
 .impressum_body {
        background-color        : #DDEEDD;
 }
index a6e3f3a488bff7d15fc123f984eca0482b31c49a..417773d6bfe731be066858b21a8c92c5f8e3c2ac 100644 (file)
@@ -54,6 +54,12 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #FFFFFF;
@@ -438,14 +444,6 @@ ul, ol {
        text-align              : right;
 }
 
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #0571cc;
 }
index aa451dfbe9995567b4570105d340c1a32eae478f..f764c9b75b1bd966cd3c77e6ede008c771b83acf 100644 (file)
@@ -53,6 +53,12 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #000000;
@@ -367,14 +373,6 @@ ul, ol {
        text-align              : right;
 }
 
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #FFFFFF;
 }