diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-05-01 10:30:38 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 12:43:05 -0500 |
| commit | 51946552fc8c6ac9b677ccf07949e837e9caaf52 (patch) | |
| tree | 968aa741ed910e1b26e35c595b45352a0ab5e0a2 /app/server-health/controllers/log-controller.html | |
| parent | a960c8c72e56a22d083654692c18f1b229cc10a7 (diff) | |
| download | phosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.tar.gz phosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.zip | |
Misc CSS fixes
* set max content width to 960px
* created mixin for bold font
* move app-header content to global header
* minor global changes
* changed input alignment for network config inputs
* added pop-out button class
* changed lightgrey color
* fixed accordion header actions responsiveness
* fixed input box border colors
Change-Id: Iffe26d526439d7f2bb6808528a975ab7374ff1b2
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-health/controllers/log-controller.html')
| -rw-r--r-- | app/server-health/controllers/log-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/server-health/controllers/log-controller.html b/app/server-health/controllers/log-controller.html index 713b879..dfa73b4 100644 --- a/app/server-health/controllers/log-controller.html +++ b/app/server-health/controllers/log-controller.html @@ -28,7 +28,7 @@ <log-filter></log-filter> </section> <!-- end filter --> <section id="event-log__events" class="row column"> - <div id="event__actions-bar" class="row header__actions-bar"> + <div id="event__actions-bar" class="row header__actions-bar "> <div class="column small-1 large-1 event-log__col-check"> <label class="control-check"> <input type="checkbox" name="events__check-all" ng-model="all" ng-checked="(logs|filter:{selected: true}).length == logs.length"/> |

