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
2c7e8077
Commit
2c7e8077
authored
Jul 17, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(invite): small style change
parent
2724cf5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
public/app/features/org/partials/orgUsers.html
+6
-8
public/css/less/tabs.less
+7
-2
No files found.
public/app/features/org/partials/orgUsers.html
View file @
2c7e8077
...
...
@@ -44,20 +44,18 @@
<tr>
<th>
Email
</th>
<th>
Name
</th>
<th>
Role
</th>
<th>
Invited on
</th>
<th>
By
</th>
<th></th>
</tr>
<tr
ng-repeat=
"invite in pendingInvites"
>
<td>
{{invite.email}}
</td>
<td>
{{invite.name}}
</td>
<td>
{{invite.role}}
</td>
<td>
{{invite.createdOn | date:'shortDate'}}
</td>
<td>
{{invite.invitedBy}}
</td>
<td
style=
"width: 1%"
>
<a
ng-click=
"removeInvite(invite)"
class=
"btn btn-danger btn-mini"
>
<i
class=
"fa fa-remove"
></i>
<button
class=
"btn btn-inverse btn-mini"
data-clipboard-text=
"{{snapshotUrl}}"
clipboard-button
>
<i
class=
"fa fa-clipboard"
></i>
Copy Invite
</button>
<a
class=
"pointer"
>
<i
class=
"fa fa-caret-right"
></i>
</a>
</td>
</tr>
...
...
public/css/less/tabs.less
View file @
2c7e8077
...
...
@@ -4,16 +4,21 @@
padding-left: 10px;
& > li > a {
.border-radius(3px);
color: darken(@linkColor, 20%);
}
li > a:hover {
border-bottom: none;
}
li > a:hover,
li.active > a,
li.active > a:focus,
li.active > a:hover {
.border-radius(3px);
border: @grafanaTriggerBorder;
background-color: transparent;
border-bottom: 1px solid @grafanaPanelBackground;
color: @linkColor;
}
li.disabled > a {
...
...
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