Skip to content

Commit

Permalink
ATLAS 219 updated confirmation css correction
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilGayakwad committed Nov 2, 2015
1 parent a3f6063 commit ee03962
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dashboard/public/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,9 @@ Tags on Home Page design

.maxwidth125px {
max-width: 125px !important;
}

.anchorAbsolute {
position: absolute;
right: 4px;
}
1 change: 1 addition & 0 deletions dashboard/public/css/tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
border:none;
padding: 2px;
background-color: inherit;
padding-right: 20px !important;
}
.addTag{
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion dashboard/public/modules/tags/instance/views/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h4>Tags</h4>
<ul>
<li ng-repeat="trait in traitsList" class="list-group-item pointer tabsearchanchor maxwidth125px" popover="{{trait.values}}" popover-title="{{trait.typeName}} Values" popover-trigger="mouseenter" >
{{trait.typeName}} <a href="" class="pull-right" ng-click="detachTag($event, trait.typeName)"> <i class="fa fa-times"></i> </a> </li>
{{trait.typeName}} <a href="" class="anchorAbsolute" ng-click="detachTag($event, trait.typeName)"> <i class="fa fa-times"></i> </a> </li>

<li class="list-group-item"><a ng-click="openAddTag()" href=""
class="add-tag btn btn-primary">Add tag</a></li>
Expand Down

0 comments on commit ee03962

Please sign in to comment.