diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-30 21:01:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-30 21:01:23 -0400 |
| commit | f76fcfc24e128d0de898928b5a5b1abdee656c4f (patch) | |
| tree | a4819debe1b8d874abe7f4f44cb92dc82ac790ed /src/client/util/SharingManager.scss | |
| parent | d116f51faf21351c0a40258b2ba1f9146a5ab25e (diff) | |
| parent | d69eaadf58687070e3e3649747ffa0447d3e7964 (diff) | |
Merge pull request #823 from browngraphicslab/acls_uv
ACL Refresh
Diffstat (limited to 'src/client/util/SharingManager.scss')
| -rw-r--r-- | src/client/util/SharingManager.scss | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/client/util/SharingManager.scss b/src/client/util/SharingManager.scss index 54e3f45bc..9dc57dd1e 100644 --- a/src/client/util/SharingManager.scss +++ b/src/client/util/SharingManager.scss @@ -72,22 +72,25 @@ } } - .layoutDoc-acls, - .myDocs-acls { + .acl-container { display: flex; - flex-direction: column; float: right; - margin-right: 12; - margin-top: -15; - align-items: center; + align-items: baseline; + margin-top: -12; - label { - font-weight: normal; - font-style: italic; - } + .layoutDoc-acls, + .myDocs-acls { + flex-direction: column; + margin-right: 12; - input { - cursor: pointer; + label { + font-weight: normal; + font-style: italic; + } + + input { + cursor: pointer; + } } } } |
