Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
b64c5509
Commit
b64c5509
authored
Aug 04, 2015
by
Matt Toback
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some small styling tweaks to the modals, and adjusted some copy.
parent
9d25d267
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
public/app/features/org/partials/invite.html
+1
-1
public/app/partials/signup_invited.html
+3
-4
public/css/less/grafana.less
+9
-0
No files found.
public/app/features/org/partials/invite.html
View file @
b64c5509
...
...
@@ -5,7 +5,7 @@
</a>
<h3>
Add or Invite
Users
Invite New
Users
</h3>
<div
class=
"modal-tagline"
>
...
...
public/app/partials/signup_invited.html
View file @
b64c5509
...
...
@@ -11,12 +11,11 @@
<div
class=
"invite-box"
>
<h3>
H
i, {{greeting}}, Welcome to Grafana party
.
H
ello {{greeting}}
.
</h3>
<div
class=
"modal-tagline"
>
Beer and wine in the fridge, food out back -
<br>
but first introduce yourself.
<div
class=
"long-tag modal-tagline"
>
<span
class=
"body-copy-emphasis"
>
{{.InvitedBy}}
</span>
has invited you to join the
<span
class=
"highlight-word"
>
{{contextSrv.user.orgName}}
</span>
organization in Grafana.
</br>
Please complete the following to accept your invitation and continue:
</div>
<form
name=
"inviteForm"
class=
"login-form"
>
...
...
public/css/less/grafana.less
View file @
b64c5509
...
...
@@ -277,6 +277,11 @@
}
}
.long-tag {
width: 90%;
margin: 0 auto;
}
.confirm-modal {
max-width: 500px;
...
...
@@ -365,6 +370,10 @@
color: @orange;
}
.body-copy-emphasis {
color: @headingsColor;
}
.signup-page-container {
position: fixed;
top: 0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment