-
-
-
Your accounts
-
-
-
-
-
- | Name: {{ac.name}} |
- Role: {{ac.role}} |
-
-
- Current
-
-
- Select
-
- |
-
-
-
-
-
-
Add account
-
-
-
-
+
+
Your accounts
+
+
+
+ | Name: {{ac.name}} |
+ Role: {{ac.role}} |
+
+
+ Current
+
+
+ Select
+
+ |
+
+
+
+
Add account
+
+
+
diff --git a/src/css/less/gfbox.less b/src/css/less/gfbox.less
index 8214cdb84b7..12b16974162 100644
--- a/src/css/less/gfbox.less
+++ b/src/css/less/gfbox.less
@@ -59,6 +59,24 @@
}
}
+.page-container {
+ margin: 15px;
+ background: @grafanaPanelBackground;
+ position: relative;
+ border: 1px solid @grayDark;
+ padding: 20px 20px 60px 49px;
+
+ h2 {
+ color: @textColor;
+ font-weight: normal;
+ font-size: 22px;
+ }
+}
+
+.page {
+ max-width: 653px;
+}
+
.admin-page {
max-width: 800px;
margin-left: 10px;