Browse Source

usageupdate

andre 3 years ago
parent
commit
dbf301692e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      clientarea.tpl

+ 4 - 4
clientarea.tpl

@@ -174,17 +174,17 @@
                   {/if}
                   {if $lastupdate}
                     <div class="tab-pane fade" role="tabpanel" id="resourceusage" align="center">
-                      <table>
+                      <table class="row row-eq-height row-eq-height-sm">
                         <tr>
-                        <td>
+                        <td class="col-sm-6">
                           <h4>{lang key='diskSpace'}</h4>
                           <input type="text" value="{$diskpercent|substr:0:-1}" class="dial-usage" data-width="100" data-height="100" data-min="0" data-readOnly="true" />
                           <p>{($diskusage / 1024)|round:1} GB / {($disklimit / 1024)|round:1} GB</p>
                         </td>
-                        <td>
+                        <td class="col-sm-6">
                           <h4>{lang key='bandwidth'}</h4>
                           <input type="text" value="{$bwpercent|substr:0:-1}" class="dial-usage" data-width="100" data-height="100" data-min="0" data-readOnly="true" />
-                          <p>{$bwusage / 1024)|round:1} GB / {$bwlimit / 1024)|round:1} GB</p>
+                          <p>{($bwusage / 1024)|round:1} GB / {($bwlimit / 1024)|round:1} GB</p>
                         </td>
                         </tr>
                       </table>