diff --git a/src/app/features/account/partials/account.html b/src/app/features/account/partials/account.html index ef575b914ce..a25a6bb7bc3 100644 --- a/src/app/features/account/partials/account.html +++ b/src/app/features/account/partials/account.html @@ -6,87 +6,71 @@ -
-

- Account Info -

+
+
-
-
-
-
-
-
-
-
    -
  • - Account name -
  • -
  • - -
  • -
-
-
+

Account Info

+ + +
+
+
    +
  • + Account name +
  • +
  • + +
  • +
+
-
- +
+
+ + + +

+ API Keys +

+ +
+
+
    +
  • + Add a key +
  • +
  • + +
  • +
  • + Role +
  • +
  • + +
  • +
  • + +
  • +
    +
-
-
-
+
+ + + + + + + + +
{{t.name}}{{t.role}}{{t.key}} + + + +
-

- API Keys -

- -
-
-
-
-
-
    -
  • - Add a key -
  • -
  • - -
  • -
  • - Role -
  • -
  • - -
  • -
  • - -
  • -
-
-
-
-
- -
-
- - - - - - - -
{{t.name}}{{t.role}}{{t.key}} - - - -
-
-
-
-
diff --git a/src/app/features/account/partials/import.html b/src/app/features/account/partials/import.html index 5787bd0110b..39ec78f0032 100644 --- a/src/app/features/account/partials/import.html +++ b/src/app/features/account/partials/import.html @@ -6,42 +6,31 @@ -
+
+
+

Import dashboards

-
-
- - Import Dashboards -
-
- -
- -
-
-
-
    -
  • - Dashboard source -
  • -
  • - -
  • -
  • - Destination -
  • -
  • - -
  • -
  • - -
  • -
-
-
-
+
+
    +
  • + Dashboard source +
  • +
  • + +
  • +
  • + Destination +
  • +
  • + +
  • +
  • + +
  • +
    +
diff --git a/src/app/features/account/partials/users.html b/src/app/features/account/partials/users.html index 9ae4dbae467..a0a14291c46 100644 --- a/src/app/features/account/partials/users.html +++ b/src/app/features/account/partials/users.html @@ -6,55 +6,51 @@ +
+
-
+

Account users

-
-
-
-
-
-
    -
  • - Username or Email -
  • -
  • - -
  • -
  • - role -
  • -
  • - -
  • -
  • - -
  • -
-
-
-
+
+
+
    +
  • + Username or Email +
  • +
  • + +
  • +
  • + role +
  • +
  • + +
  • +
  • + +
  • +
    +
-
+ +
-
- - - - - - -
{{user.email}} - {{user.role}} - - - - -
-
+ + + + + + +
{{user.email}} + {{user.role}} + + + + +
diff --git a/src/app/features/admin/partials/users.html b/src/app/features/admin/partials/users.html index a083a9b0014..ebc31919457 100644 --- a/src/app/features/admin/partials/users.html +++ b/src/app/features/admin/partials/users.html @@ -5,42 +5,36 @@ -
-

Users

-
+
+
+

Users

-
-
-
- - - - - - - - - - - - - - - - - -
IdLoginEmailNameAdmin
{{user.id}}{{user.login}}{{user.email}}{{user.name}}{{user.isAdmin}} - - - Edit - -    - - - -
-
-
-
+ + + + + + + + + + + + + + + + + +
IdLoginEmailNameAdmin
{{user.id}}{{user.login}}{{user.email}}{{user.name}}{{user.isAdmin}} + + + Edit + +    + + + +
diff --git a/src/css/less/tables_lists.less b/src/css/less/tables_lists.less index ac6c0bc70aa..f91a4c5db83 100644 --- a/src/css/less/tables_lists.less +++ b/src/css/less/tables_lists.less @@ -1,6 +1,11 @@ .grafana-options-table { width: 100%; + th { + padding: 5px 10px; + border-bottom: 4px solid @grafanaPanelBackground; + } + tr td { background-color: @grafanaListBackground; padding: 5px 10px;