diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 16:59:21 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 16:59:21 -0400 |
| commit | 2cb379ebe0fd8f2dc9ffa64c2b303bef648cfa33 (patch) | |
| tree | 81f43150de7615e55ed0e6f7ac7b258a14c352a2 /src/client/views/nodes/KeyValuePair.scss | |
| parent | a12bc4e408119ca2c310c04598c3aa2b424751c5 (diff) | |
cleaned up ContainingCollectionView stuff a bit
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.scss')
| -rw-r--r-- | src/client/views/nodes/KeyValuePair.scss | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/src/client/views/nodes/KeyValuePair.scss b/src/client/views/nodes/KeyValuePair.scss index 04d002c7b..01701e02c 100644 --- a/src/client/views/nodes/KeyValuePair.scss +++ b/src/client/views/nodes/KeyValuePair.scss @@ -1,30 +1,28 @@ @import "../globalCssVariables"; -.container{ - width:100%; - height:100%; - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; -} .keyValuePair-td-key { display:inline-block; - width: 50%; + .keyValuePair-td-key-container{ + width:100%; + height:100%; + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: space-between; + .keyValuePair-td-key-delete{ + position: relative; + background-color: transparent; + color:red; + } + .keyValuePair-keyField { + width:100%; + text-align: center; + position: relative; + overflow: auto; + } + } } .keyValuePair-td-value { display:inline-block; - width: 50%; -} -.keyValuePair-keyField { - width:100%; - text-align: center; - position: relative; - overflow: auto; -} -.delete{ - position: relative; - background-color: transparent; - color:red; }
\ No newline at end of file |
