diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-03 15:15:33 -0700 | 
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-03 15:15:33 -0700 | 
| commit | e9737412cb3d60ed76c31c9571e9516518cddd77 (patch) | |
| tree | 407f4a4cbc4947d4057d317dc3a8b7369197c01d /src/client/util/SharingManager.scss | |
| parent | 1713f5415294b996e6dbbe9ca45f0f4511c69824 (diff) | |
| parent | ef5dbc6ad8bdb70f3e68d2fc4ace1a483b031add (diff) | |
merge with master
Diffstat (limited to 'src/client/util/SharingManager.scss')
| -rw-r--r-- | src/client/util/SharingManager.scss | 64 | 
1 files changed, 40 insertions, 24 deletions
| diff --git a/src/client/util/SharingManager.scss b/src/client/util/SharingManager.scss index 130785672..8da80ef52 100644 --- a/src/client/util/SharingManager.scss +++ b/src/client/util/SharingManager.scss @@ -1,6 +1,6 @@  .sharing-interface {      width: 600px; -    height: 360px; +    // height: 360px;      .overlay {          transform: translate(-20px, -20px); @@ -23,33 +23,51 @@              z-index: 999;          } -        .share-setup { -            display: flex; -            margin-bottom: 20px; -            align-items: center; -            height: 36; +        .share-container { +            .share-setup { +                display: flex; +                margin-bottom: 20px; +                align-items: center; +                height: 36; -            .user-search { -                width: 90%; +                .user-search { +                    width: 90%; -                input { -                    height: 30; +                    input { +                        height: 30; +                    } +                } + +                .permissions-select { +                    z-index: 1; +                    margin-left: -100; +                    border: none; +                    outline: none; +                    text-align: justify; // for Edge +                    text-align-last: end;                  } -            } -            .permissions-select { -                z-index: 1; -                margin-left: -100; -                border: none; -                outline: none; -                text-align: justify; // for Edge -                text-align-last: end; +                .share-button { +                    height: 105%; +                    margin-left: 2%; +                    background-color: black; +                }              } -            .share-button { -                height: 105%; -                margin-left: 2%; -                background-color: #979797; +            .sort-checkboxes { +                float: left; +                margin-top: -17px; +                margin-bottom: 10px; +                font-size: 10px; + +                input { +                    height: 10px; +                } + +                label { +                    font-weight: normal; +                    font-style: italic; +                }              }          } @@ -92,10 +110,8 @@                      height: 250px;                      margin: 0 2; -                      .none {                          font-style: italic; -                      }                  }              } | 
