| Index: Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| index f55962759c8f303713de2c91adbf34a8a97348d9..6d5b166acc5a87cf177735918292606c571ff847 100644
|
| --- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| +++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| @@ -29,6 +29,7 @@ found in the LICENSE file.
|
| display: flex;
|
| justify-content: space-between;
|
| font-size: 1.1em;
|
| + padding: 0 5px;
|
| }
|
| header a, header span {
|
| color: white;
|
| @@ -36,6 +37,13 @@ found in the LICENSE file.
|
| padding: 0.25em 4px;
|
| text-decoration: none;
|
| }
|
| + #right-toolbar {
|
| + display: flex;
|
| + align-items: center;
|
| + }
|
| + ct-last-updated {
|
| + margin: 0 5px;
|
| + }
|
| core-animated-pages {
|
| flex: 1;
|
| }
|
| @@ -44,7 +52,7 @@ found in the LICENSE file.
|
| <header>
|
| <div>
|
| <template if="{{ selected == 0 }}">
|
| - <span><img src="../favicon.ico"> Auto-sheriff-o-maticon</span>
|
| + <img src="../favicon.ico"> <span>Sheriff-o-matic</span>
|
| </template>
|
| <template if="{{ selected == 1 }}">
|
| <a on-click="{{ onBack }}">
|
| @@ -52,7 +60,7 @@ found in the LICENSE file.
|
| </a>
|
| </template>
|
| </div>
|
| - <div>
|
| + <div id="right-toolbar">
|
| <ct-last-updated date="{{ lastUpdateDate }}"></ct-last-updated>
|
| <!-- FIXME: Use a proper polymer component with data binding. -->
|
| <select id="tree" on-change="{{ _updateTree }}">
|
|
|