Ver código fonte

Make the background not fluctuate

Andy Baugh 6 anos atrás
pai
commit
75900e5b18
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      notification-center/notification-center.tt

+ 1 - 1
notification-center/notification-center.tt

@@ -34,7 +34,7 @@
             <td><a class="button" href="javascript:toggleContentDisplay('[% notification %]')">Show/Hide</a></td>
             <td><a class="button" href="javascript:toggleContentDisplay('[% notification %]')">Show/Hide</a></td>
         </tr>
         </tr>
         <tr style="display:none" id="[% notification %]">
         <tr style="display:none" id="[% notification %]">
-            <td colspan=3>
+            <td colspan=3 style="background-color: white !important;">
                 <div style="margin: 0 auto; width: 700px">
                 <div style="margin: 0 auto; width: 700px">
                     [% data.notifications.$notification.html %]
                     [% data.notifications.$notification.html %]
                 </div>
                 </div>