Parcourir la source

WIP: reconstruct layouts

* table
Yuki Takei il y a 8 ans
Parent
commit
e8689d55d2
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      lib/views/admin/users.html
  2. 1 1
      lib/views/me/external-accounts.html

+ 1 - 1
lib/views/admin/users.html

@@ -140,7 +140,7 @@
 
       <h2>{{ t("user_management.user_list") }}</h2>
 
-      <table class="table table-hover table-striped table-bordered table-user-list">
+      <table class="table table-default table-bordered table-user-list">
         <thead>
           <tr>
             <th width="100px">#</th>

+ 1 - 1
lib/views/me/external-accounts.html

@@ -68,7 +68,7 @@
 
   <div class="row">
     <div class="col-md-12">
-      <table class="table table-hover table-striped table-bordered table-user-list">
+      <table class="table table-bordered table-user-list">
         <thead>
           <tr>
             <th width="120px">Authentication Provider</th>