Client: ID column smaller
authorChocobozzz <florian.bigard@gmail.com>
Fri, 26 Aug 2016 17:02:43 +0000 (19:02 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 26 Aug 2016 17:02:43 +0000 (19:02 +0200)
client/src/app/admin/friends/friend-list/friend-list.component.html
client/src/app/admin/users/user-list/user-list.component.html
client/src/sass/application.scss

index 7f1709d94cc462879e59802228e38c25349a53cd..f138d65dd896053a93a1a5624da09c3bd99b1df6 100644 (file)
@@ -3,7 +3,7 @@
 <table class="table table-hover">
   <thead>
     <tr>
-      <th>ID</th>
+      <th class="table-column-id">ID</th>
       <th>Url</th>
       <th>Score</th>
       <th>Created Date</th>
index fa7f71864e53deb81e0b4cddd6be23d3a56932ba..2ef9ea0e0af14a4463c4784199cd27bc129bcea9 100644 (file)
@@ -3,7 +3,7 @@
 <table class="table table-hover">
   <thead>
     <tr>
-      <th>Id</th>
+      <th class="table-column-id">ID</th>
       <th>Username</th>
       <th class="text-right">Remove</th>
     </tr>
index e03b882d6f0588cc392c918054b5949583dd1920..b3bdffe5055150f15954aafc95fa4e2edf9df0ec 100644 (file)
@@ -40,6 +40,10 @@ menu {
   }
 }
 
+.table-column-id {
+  width: 200px;
+}
+
 
 footer {
   border-top: 1px solid rgba(0, 0, 0, 0.2);