-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from eurohlam/web-profile
UI improvements
- Loading branch information
Showing
6 changed files
with
132 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -336,17 +336,19 @@ <h1>[email protected]</h1> | |
<div class="btn-toolbar bg-light" role="toolbar" aria-label=""> | ||
<div class="btn-group" role="group"> | ||
<button id="add_btn" class="navbar-brand btn-outline-info" type="submit" | ||
data-tooltip="tooltip" data-placement="top" title="New subscription"> | ||
<i class="fas fa-plus-circle fa-2x"></i> | ||
data-placement="top" title="New subscription"> | ||
<span data-tooltip="tooltip" data-placement="top" title="Edit subscriber"> | ||
<i class="fas fa-plus-circle fa-2x"></i> | ||
</span> | ||
</button> | ||
</div> | ||
<div class="btn-group mr-2" role="group" aria-label=""> | ||
<button id="activate_btn" class="navbar-brand btn-outline-primary" type="submit" | ||
data-tooltip="tooltip" data-placement="top" title="Activate subscriptions"> | ||
data-placement="top" title="Activate subscriptions"> | ||
<i class="far fa-play-circle fa-2x"></i> | ||
</button> | ||
<button id="deactivate_btn" class="navbar-brand btn-outline-warning" type="submit" | ||
data-tooltip="tooltip" data-placement="top" | ||
data-placement="top" | ||
title="Deactivate subscriptions"> | ||
<i class="far fa-pause-circle fa-2x"></i> | ||
</button> | ||
|