Skip to content
Snippets Groups Projects
Commit d2e981b6 authored by Eike Cochu's avatar Eike Cochu
Browse files

fixed labels

parent 5bdb7651
Branches
No related tags found
No related merge requests found
...@@ -103,11 +103,11 @@ ...@@ -103,11 +103,11 @@
</div> </div>
</div> </div>
<div ng-attr-id="{{::groupName}}" class="list-group nomargin collapse in" ng-show="topicModelsCount && !group.collapsed" ng-cloak> <div ng-attr-id="{{::groupName}}" class="list-group nomargin collapse in" ng-show="topicModelsCount && !group.collapsed" ng-cloak>
<topicmodel-button ng-repeat="topicModel in filtered = (group | filter:{name:rootModels.topicModelFilter}) track by topicModel.id"></topicmodel-button> <topicmodel-button ng-repeat="topicModel in filtered = (group | filter:{name:rootModels.topicModelFilter} | orderBy:'name') track by topicModel.id"></topicmodel-button>
</div> </div>
</div> </div>
<div class="list-group nomargin" ng-show="topicModelsCount" ng-cloak> <div class="list-group nomargin" ng-show="topicModelsCount" ng-cloak>
<topicmodel-button ng-repeat="topicModel in topicModels | filter:{name:rootModels.topicModelFilter} track by topicModel.id"></topicmodel-button> <topicmodel-button ng-repeat="topicModel in topicModels | filter:{name:rootModels.topicModelFilter} | orderBy:'name' track by topicModel.id"></topicmodel-button>
</div> </div>
<p class="text-center" ng-show="loading.any" ng-cloak> <p class="text-center" ng-show="loading.any" ng-cloak>
Loading... Loading...
......
...@@ -274,6 +274,9 @@ td { ...@@ -274,6 +274,9 @@ td {
&.padding { &.padding {
padding-right: 7px; padding-right: 7px;
} }
.label {
padding: .1em .4em;
}
} }
.valuebar { .valuebar {
...@@ -430,7 +433,6 @@ td { ...@@ -430,7 +433,6 @@ td {
width: 5px; width: 5px;
height: 21px; height: 21px;
vertical-align: middle; vertical-align: middle;
float: right;
border-radius: 3px; border-radius: 3px;
padding-left: 5px; padding-left: 5px;
visibility: hidden; visibility: hidden;
...@@ -1080,10 +1082,6 @@ entity-menu { ...@@ -1080,10 +1082,6 @@ entity-menu {
margin-bottom: 8px; margin-bottom: 8px;
} }
.badge + .colorbox {
margin-left: 5px;
}
.search-collapsed:not(:focus) { .search-collapsed:not(:focus) {
width: 1px !important; width: 1px !important;
padding-right: 20px !important; padding-right: 20px !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment