diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-09-16 21:22:45 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-19 20:50:33 +0000 |
| commit | 90121f3fa15d73e8cd98eee7aaf853241cec0d2e (patch) | |
| tree | 06abc9660edc695bb6aa651ea38a00c80b6f0115 /app/configuration/styles | |
| parent | cff615087151fae06ad9d5259ab0fb3bb6a2dd4e (diff) | |
| download | phosphor-webui-90121f3fa15d73e8cd98eee7aaf853241cec0d2e.tar.gz phosphor-webui-90121f3fa15d73e8cd98eee7aaf853241cec0d2e.zip | |
Button to remove NTP server
Change-Id: I58a3a894c192fafb551e07302b107bcd776e4901
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/styles')
| -rw-r--r-- | app/configuration/styles/date-time.scss | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/configuration/styles/date-time.scss b/app/configuration/styles/date-time.scss index d5d9b40..cba0515 100644 --- a/app/configuration/styles/date-time.scss +++ b/app/configuration/styles/date-time.scss @@ -21,10 +21,8 @@ } } .date-time__ntp-servers{ - padding-bottom: .6em; padding-top: .6em; padding-left: 0em; - width: 300px; } .date-time__ntp-servers-wrap{ padding-bottom: 1em; @@ -55,4 +53,13 @@ margin: .5em; } } + .date-time__dns-remove { + color: $medblue; + height: 2.1em; + opacity: 1; + margin-left: 1em; + &:hover { + cursor: pointer; + } + } } |

