mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added some small styling tweaks to the modals, and adjusted some copy.
This commit is contained in:
parent
9d25d2674b
commit
b64c550989
@ -5,7 +5,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Add or Invite Users
|
Invite New Users
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div class="modal-tagline">
|
<div class="modal-tagline">
|
||||||
|
@ -11,12 +11,11 @@
|
|||||||
|
|
||||||
<div class="invite-box">
|
<div class="invite-box">
|
||||||
<h3>
|
<h3>
|
||||||
Hi, {{greeting}}, Welcome to Grafana party.
|
Hello {{greeting}}.
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div class="modal-tagline">
|
<div class="long-tag modal-tagline">
|
||||||
Beer and wine in the fridge, food out back - <br>
|
<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:
|
||||||
but first introduce yourself.
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form name="inviteForm" class="login-form">
|
<form name="inviteForm" class="login-form">
|
||||||
|
@ -277,6 +277,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.long-tag {
|
||||||
|
width: 90%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.confirm-modal {
|
.confirm-modal {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
|
||||||
@ -365,6 +370,10 @@
|
|||||||
color: @orange;
|
color: @orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.body-copy-emphasis {
|
||||||
|
color: @headingsColor;
|
||||||
|
}
|
||||||
|
|
||||||
.signup-page-container {
|
.signup-page-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user