Browse Source

hate styles

ksieren 2 years ago
parent
commit
bbef8f4800
1 changed files with 15 additions and 10 deletions
  1. 15 10
      Resources/Private/Templates/Dashboard/Index.html

+ 15 - 10
Resources/Private/Templates/Dashboard/Index.html

@@ -41,7 +41,7 @@
       <th additionalAttributes="{style: 'width: 200px;'}">Term</th>
       <th additionalAttributes="{style: 'width: 200px;'}">Type</th>
       <th additionalAttributes="{style: 'width: 200px;'}">Category</th>
-      <th additionalAttributes="{style: 'width: 200px;'}">Url</th>
+      <th additionalAttributes="{style: 'width: 400px;'}">Url</th>
       <th additionalAttributes="{style: 'width: 100px;'}">Action</th>
     </tr>
     </thead>
@@ -61,13 +61,14 @@
     </tbody>
   </table>
 
+  <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
 
   <h2>List of categories</h2>
-  <table>
+  <table  style="width: 210px;">
     <thead>
     <tr>
-      <th>ID</th>
-      <th>Title</th>
+      <th additionalAttributes="{style: 'width: 10px;'}">ID</th>
+      <th additionalAttributes="{style: 'width: 200px;'}">Title</th>
     </tr>
     </thead>
     <tbody>
@@ -80,12 +81,14 @@
     </tbody>
   </table>
 
+  <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
+
   <h2>List of types</h2>
-  <table>
+  <table  style="width: 210px;">
     <thead>
     <tr>
-      <th>ID</th>
-      <th>Title</th>
+      <th additionalAttributes="{style: 'width: 10px;'}">ID</th>
+      <th additionalAttributes="{style: 'width: 200px;'}">Title</th>
     </tr>
     </thead>
     <tbody>
@@ -98,12 +101,14 @@
     </tbody>
   </table>
 
+  <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
+
   <h2>List of urls</h2>
-  <table>
+  <table style="width: 410px;">
     <thead>
     <tr>
-      <th>ID</th>
-      <th>Title</th>
+      <th additionalAttributes="{style: 'width: 10px;'}">ID</th>
+      <th additionalAttributes="{style: 'width: 400px;'}">Title</th>
     </tr>
     </thead>
     <tbody>