From 21a7f572482180bd3ccf6bb47eebf8f500cb6e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 20 Aug 2017 21:16:40 +0200 Subject: [PATCH] ux: changed cta button style --- pkg/api/index.go | 4 +- .../alerting/partials/notifications_list.html | 2 +- public/app/features/org/org_users_ctrl.ts | 6 +-- .../app/features/org/partials/orgDetails.html | 48 ++----------------- .../app/features/org/partials/orgUsers.html | 6 +-- public/app/features/org/partials/profile.html | 2 +- public/app/features/org/prefs_control.ts | 2 +- .../features/plugins/partials/ds_edit.html | 3 +- .../features/plugins/partials/ds_list.html | 2 +- public/sass/_variables.dark.scss | 4 +- public/sass/_variables.scss | 4 +- public/sass/components/_buttons.scss | 2 +- public/sass/components/_gf-form.scss | 2 - public/sass/layout/_page.scss | 8 ++++ public/sass/mixins/_buttons.scss | 2 +- 15 files changed, 30 insertions(+), 67 deletions(-) diff --git a/pkg/api/index.go b/pkg/api/index.go index d8c378b9059..854fe880e6d 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -265,8 +265,8 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) { Icon: "fa fa-fw fa-shield", Url: setting.AppSubUrl + "/admin", Children: []*dtos.NavLink{ - {Text: "Global Users", Id: "global-users", Url: setting.AppSubUrl + "/admin/users"}, - {Text: "Global Orgs", Id: "global-orgs", Url: setting.AppSubUrl + "/admin/orgs"}, + {Text: "Users", Id: "global-users", Url: setting.AppSubUrl + "/admin/users"}, + {Text: "Orgs", Id: "global-orgs", Url: setting.AppSubUrl + "/admin/orgs"}, {Text: "Server Settings", Id: "server-settings", Url: setting.AppSubUrl + "/admin/settings"}, {Text: "Server Stats", Id: "server-stats", Url: setting.AppSubUrl + "/admin/stats"}, {Text: "Style Guide", Id: "styleguide", Url: setting.AppSubUrl + "/admin/styleguide"}, diff --git a/public/app/features/alerting/partials/notifications_list.html b/public/app/features/alerting/partials/notifications_list.html index 0ac2cfb105f..2d753d83dd9 100644 --- a/public/app/features/alerting/partials/notifications_list.html +++ b/public/app/features/alerting/partials/notifications_list.html @@ -4,7 +4,7 @@ -
- -
+ +
+ +
-

Address

- -
-
-
- Address1 - -
-
- Address2 - -
-
- -
-
- City - -
-
- Postal code - -
-
- -
-
- State - -
-
- Country - -
-
- -
- -
-
- diff --git a/public/app/features/org/partials/orgUsers.html b/public/app/features/org/partials/orgUsers.html index eeaff564327..7ff9c2c82db 100644 --- a/public/app/features/org/partials/orgUsers.html +++ b/public/app/features/org/partials/orgUsers.html @@ -4,7 +4,7 @@
- +
diff --git a/public/app/features/org/prefs_control.ts b/public/app/features/org/prefs_control.ts index 3ea3ec95b5f..776ce6ad6ca 100644 --- a/public/app/features/org/prefs_control.ts +++ b/public/app/features/org/prefs_control.ts @@ -74,7 +74,7 @@ var template = `
- +
`; diff --git a/public/app/features/plugins/partials/ds_edit.html b/public/app/features/plugins/partials/ds_edit.html index ba74f1c0512..50730f3eede 100644 --- a/public/app/features/plugins/partials/ds_edit.html +++ b/public/app/features/plugins/partials/ds_edit.html @@ -66,8 +66,7 @@
- - + diff --git a/public/app/features/plugins/partials/ds_list.html b/public/app/features/plugins/partials/ds_list.html index b8e9969d3e3..bbc42ce5aa4 100644 --- a/public/app/features/plugins/partials/ds_list.html +++ b/public/app/features/plugins/partials/ds_list.html @@ -5,7 +5,7 @@