diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-05-02 17:44:00 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-05-02 17:44:00 -0400 |
| commit | d1e4d4a9daae4f037cf8b22e1011d97680a01e27 (patch) | |
| tree | 2d8bca529c4d536ee10d1328bfa957b4c1d92d9e /src/client/views/PropertiesView.scss | |
| parent | f80f5c69fc538b8f8614bfab600e4b82236bb096 (diff) | |
update
properties view, document decorations, and sharing manager show + use correct acl
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 3edc7fea8..50bf6ce74 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -384,17 +384,14 @@ padding: 5px; // remove when adding buttons border-radius: 6px; // remove when adding buttons margin-right: 10px; // remove when adding buttons - // width: 100%; - // display: inline-table; background-color: #ececec; max-height: 130px; width: 92%; .propertiesView-sharingTable-item { display: flex; - // padding: 5px; padding: 3px; - align-items: center; + align-items: right; border-bottom: 0.5px solid grey; &:hover .propertiesView-sharingTable-item-name { @@ -429,7 +426,7 @@ background: inherit; border: none; background: inherit; - width: 87px; + // width: 100%; text-align: justify; // for Edge text-align-last: end; &:hover { |
