summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-04-10 11:48:52 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:41:34 -0500
commit0c26234e00c3634e1e3a71dc9ccb81dd3569088b (patch)
tree7124fc68da3182b7684831f0f9cd2825f968453d /app/common/styles/components
parentaeedf9e590806f62dcebdccc4ebd51a38d4c67fc (diff)
downloadphosphor-webui-0c26234e00c3634e1e3a71dc9ccb81dd3569088b.tar.gz
phosphor-webui-0c26234e00c3634e1e3a71dc9ccb81dd3569088b.zip
event-logs: redesign search and filtering function
Proposed changes were based on user feedback from design team. Change-Id: Idab1418e1b4d11770095c865eb03769f278a03bc Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/form-elements.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss
index f4be1b1..e101385 100644
--- a/app/common/styles/components/form-elements.scss
+++ b/app/common/styles/components/form-elements.scss
@@ -1,14 +1,15 @@
// Drop downs
.dropdown__button {
position: relative;
- padding: 1em;
+ padding: .5em .8em;
margin-top: -10px;
+ border: 1px solid $lightgrey;
&.active,
&:hover {
background: $dropdown__focus-bg;
}
&:after {
- content: '\276F';
+ content: '\25B8';
display: inline-block;
margin-left: 5px;
font-size: .8em;
@@ -20,7 +21,6 @@
.dropdown__wrapper {
position: relative;
display: inline-block;
- float: left;
}
.dropdown__list {
OpenPOWER on IntegriCloud