| Index: Tools/GardeningServer/ui/ct-commit-list.html
|
| diff --git a/Tools/GardeningServer/ui/ct-commit-list.html b/Tools/GardeningServer/ui/ct-commit-list.html
|
| index 501f65eefb791c4db86789a90379e1294a27053b..06be16eb78a692bf0d9033d801fa1045098a45f8 100644
|
| --- a/Tools/GardeningServer/ui/ct-commit-list.html
|
| +++ b/Tools/GardeningServer/ui/ct-commit-list.html
|
| @@ -16,13 +16,20 @@ found in the LICENSE file.
|
| paper-icon-button {
|
| vertical-align: middle;
|
| }
|
| + paper-icon-button::shadow #icon {
|
| + margin: 0px;
|
| + }
|
| .repository-info {
|
| display: block;
|
| + margin-top: 10px;
|
| + }
|
| + ct-commit {
|
| + margin-left: 10px;
|
| }
|
| </style>
|
| <template repeat="{{ repository in commitList.repositories }}">
|
| <div class="repository-info">
|
| - {{ repository.name }} {{ repository.range }}
|
| + <span style="font-weight: bold">{{ repository.name }}</span> {{ repository.range }}
|
| <paper-icon-button icon="unfold-more"
|
| on-click="{{ _toggle }}" repository="{{ repository.name }}"></paper-icon-button>
|
| <template if="{{ repository.expanded }}">
|
|
|