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
a2b69e96
Commit
a2b69e96
authored
Feb 18, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(playlist): give buttons more space to not squash
parent
3a0a8810
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
public/app/features/playlist/partials/playlists.html
+5
-5
No files found.
public/app/features/playlist/partials/playlists.html
View file @
a2b69e96
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<thead>
<thead>
<th><strong>
Name
</strong></th>
<th><strong>
Name
</strong></th>
<th><strong>
Start url
</strong></th>
<th><strong>
Start url
</strong></th>
<th
style=
"width: 6
1
px"
></th>
<th
style=
"width: 6
8
px"
></th>
<th
style=
"width: 6
1
px"
></th>
<th
style=
"width: 6
8
px"
></th>
<th
style=
"width: 25px"
></th>
<th
style=
"width: 25px"
></th>
</thead>
</thead>
...
@@ -28,19 +28,19 @@
...
@@ -28,19 +28,19 @@
<a
href=
"playlists/play/{{playlist.id}}"
>
playlists/play/{{playlist.id}}
</a>
<a
href=
"playlists/play/{{playlist.id}}"
>
playlists/play/{{playlist.id}}
</a>
</td>
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
href=
"playlists/play/{{playlist.id}}"
class=
"btn btn-inverse btn-
mini
"
>
<a
href=
"playlists/play/{{playlist.id}}"
class=
"btn btn-inverse btn-
small
"
>
<i
class=
"fa fa-play"
></i>
<i
class=
"fa fa-play"
></i>
Play
Play
</a>
</a>
</td>
</td>
<td
class=
"text-right"
>
<td
class=
"text-right"
>
<a
href=
"playlists/edit/{{playlist.id}}"
class=
"btn btn-inverse btn-
mini
"
>
<a
href=
"playlists/edit/{{playlist.id}}"
class=
"btn btn-inverse btn-
small
"
>
<i
class=
"fa fa-edit"
></i>
<i
class=
"fa fa-edit"
></i>
Edit
Edit
</a>
</a>
</td>
</td>
<td
class=
"text-right"
>
<td
class=
"text-right"
>
<a
ng-click=
"ctrl.removePlaylist(playlist)"
class=
"btn btn-danger btn-
mini
"
>
<a
ng-click=
"ctrl.removePlaylist(playlist)"
class=
"btn btn-danger btn-
small
"
>
<i
class=
"fa fa-remove"
></i>
<i
class=
"fa fa-remove"
></i>
</a>
</a>
</td>
</td>
...
...
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