Browse Source

WIP: reconstruct layouts

* table
Yuki Takei 8 years ago
parent
commit
e8689d55d2
2 changed files with 2 additions and 2 deletions
  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>
       <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>
         <thead>
           <tr>
           <tr>
             <th width="100px">#</th>
             <th width="100px">#</th>

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

@@ -68,7 +68,7 @@
 
 
   <div class="row">
   <div class="row">
     <div class="col-md-12">
     <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>
         <thead>
           <tr>
           <tr>
             <th width="120px">Authentication Provider</th>
             <th width="120px">Authentication Provider</th>