diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-26 11:25:29 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-26 16:19:26 +0200 |
commit | 2735ea8a2aef55ebb0a48b50d9a0e36cf3f63b94 (patch) | |
tree | eec3f232637faf06c83391c47f4f88effdcbe7e4 /3rd_party/static/testapi-ui/components/results/results.html | |
parent | f62c0dd0a33b444505ad0c1bdaddc5e0a86a11a6 (diff) |
Update tox to run htmllint and csslint
JIRA: DOVETAIL-753
This patch adds a new tox environment to run htmllint and csslint.
Furthermore, it fixes any leftover html and css errors.
Change-Id: Ie3fda8d89b3d52851debe1a4271ffd0ac8fbee68
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/components/results/results.html')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/results/results.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rd_party/static/testapi-ui/components/results/results.html b/3rd_party/static/testapi-ui/components/results/results.html index 913d882..bc15169 100644 --- a/3rd_party/static/testapi-ui/components/results/results.html +++ b/3rd_party/static/testapi-ui/components/results/results.html @@ -8,7 +8,7 @@ </h4> <div class="form-group col-m-3"> <input class="form-contrl btn btn-success cvp-btn medium accent-color regular-button" type="file" - file-model="resultFile"/> + file-model="resultFile"> </div> <div class="form-group col-m-3"> <a class="btn btn-success cvp-btn medium accent-color regular-button" ng-click="ctrl.uploadFile()"> @@ -107,12 +107,12 @@ </td> <td> <div class="btn-group" uib-dropdown> - <a id="single-button" type="button" + <a id="single-button-two" type="button" class="btn btn-success cvp-btn medium accent-color regular-button" style="width: 130px;" uib-dropdown-toggle> Share List<span class="caret"></span> </a> - <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button" + <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button-two" style="min-width: 200%;"> <li class="menu-item menu-item-type-post_type menu-item-object-page" role="menuitem" ng-repeat="share in result.shared track by $index"> |