diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-17 16:21:12 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-17 16:21:12 +0530 |
| commit | a248e49ddbabe1947a3883bba47e786e22e1158a (patch) | |
| tree | 6670c9a84342d969aa848e84c4fbeef74a78fa9c /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | e7fd28e27e7389c67c22410ed1a3ff313556a153 (diff) | |
added layoutdoc toggles
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index ddaca7d42..535581f2e 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -121,6 +121,19 @@ padding: 10px; margin-left: 5px; + .propertiesView-acls-checkbox { + float: right; + height: 20px; + margin-top: -20px; + margin-right: -15; + + .propertiesView-acls-checkbox-text { + font-size: 7px; + margin-top: -10px; + margin-left: 6px; + } + } + .change-buttons { display: flex; @@ -259,6 +272,7 @@ background-color: #ececec; max-height: 130px; overflow-y: scroll; + width: 92%; .propertiesView-sharingTable-item { |
