diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-06-16 21:53:34 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-06-16 21:53:34 -0400 |
| commit | 116961977c69b77d7437a1c1b9719fc977060caf (patch) | |
| tree | a7c200c3948858df59d2d8c39fd650427691b679 /src/client/views/PropertiesView.scss | |
| parent | 3be20e0d7555e68662b7b63359082c9f1c3421da (diff) | |
PropertiesView UI updates and sharing symbol icon in heirarchy mapping
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 3cf7f2546..7e0da5520 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -162,8 +162,8 @@ .propertiesView-shareDropDown{ margin-right: 10px; - width: 92%; - + min-width: 65px; + & .propertiesView-shareDropDownNone{ height: 16px; padding: 0px; @@ -370,13 +370,13 @@ } .expansion-button { - margin-left: 0; + margin-left: -15px; + margin-right: 20px; .expansion-button-icon { width: 11px; height: 11px; color: black; - margin-left: -15px; &:hover { color: rgb(131, 131, 131); @@ -394,8 +394,7 @@ border-radius: 6px; // remove when adding buttons margin-right: 10px; // remove when adding buttons background-color: #ececec; - max-height: 130px; - width: 92%; + width: 97%; .propertiesView-sharingTable-item { display: flex; @@ -420,10 +419,10 @@ .propertiesView-sharingTable-item-permission { display: flex; - position: fixed; - right: 30px; align-items: flex-end; + text-align: right; margin-left: auto; + margin-right: -12px; } &:last-child { @@ -437,8 +436,10 @@ background: inherit; border: none; background: inherit; - text-align: justify; // for Edge - text-align-last: end; + width: max; + text-align: left; + display: flex; + right: 35px; } .propertiesView-fields { |
