diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-27 14:44:04 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:22:38 -0500 |
| commit | 80a6a371cf4805edec23829385be28e7f24718c1 (patch) | |
| tree | 7ae4dce79dc7f6d25a9021e79e002986283b9c4f /app/overview/styles | |
| parent | 98276a3ab2db2b8e2af5a3f0c7c3c762cb868d21 (diff) | |
| download | phosphor-webui-80a6a371cf4805edec23829385be28e7f24718c1.tar.gz phosphor-webui-80a6a371cf4805edec23829385be28e7f24718c1.zip | |
added hostname edit modal for overview.
Change-Id: I03337341e58c5bab9c7454227857e6e0ca13f65a
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/overview/styles')
| -rw-r--r-- | app/overview/styles/system-overview.scss | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/app/overview/styles/system-overview.scss b/app/overview/styles/system-overview.scss index ad0ef29..0169480 100644 --- a/app/overview/styles/system-overview.scss +++ b/app/overview/styles/system-overview.scss @@ -18,9 +18,6 @@ @include mediaQuery(small) { float: left; } - @include mediaQuery(medium) { - margin-left: .8em; - } } .overview__event-log { padding-top: 2em; @@ -40,3 +37,13 @@ margin-left: 2.3em; } } + +input.modal__edit-server-name { + margin-bottom: 0; +} + +.modal__char-count { + text-align: right; + font-size: .8em; + color: $darkgrey; +}
\ No newline at end of file |

