12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .main-body
- overflow: scroll;
- table
- border-collapse: collapse;
- width: 100%;
- color: #000;
- td, th
- border: 1px solid #d2d0d0;
- text-align: left;
- padding: 8px;
- tr:nth-child(even)
- background-color: #dddddd;
- .ext-box
- display: flex;
- flex-direction: row;
- height: 34px;
- .ext-box-left
- display: flex;
- width: 100%
- span
- vertical-align: center;
- line-height: 34px;
- margin-right: 10px;
- input, button
- margin: 0 10px 0 0;
- padding: 0;
- button
- min-width: 90px;
- .content-wrapper
- margin-top: 10px
- .buttonsContainer
- display: flex
- input
- margin: 0
- div
- margin: auto
- .more-settings-user,.more-settings-team,.more-settings-org
- margin-left: 10px;
- .js-orgs,.js-orgsNewUser
- display: none;
- .js-teams,.js-teamsNewUser
- display: none;
- .selectUserChkBox
- position: static !important;
- visibility: visible !important;
- left: 0 !important;
- #divAddOrRemoveTeam
- background: green;
- display: none;
- #addOrRemoveTeam
- background: green;
- color: white;
- #divAddOrRemoveTeamContainer
- display: none;
- margin: auto;
- width: 50%;
- border: 3px solid green;
- padding: 10px;
- #cancelBtn
- margin-left: 5% !important;
- background: orange;
- color: white;
- #deleteAction
- margin-left: 5% !important;
|