mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 09:59:21 +08:00
c288c05ddd
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
1038 lines
36 KiB
CSS
1038 lines
36 KiB
CSS
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
.button-geen {
|
|
background: #37ce02;
|
|
color: #fff; }
|
|
|
|
.button-geen:hover {
|
|
background: #3ad802;
|
|
color: #fff; }
|
|
|
|
.button-red {
|
|
background: #ce3702;
|
|
color: #fff; }
|
|
|
|
.button-red:hover {
|
|
background: #d83a02;
|
|
color: #fff; }
|
|
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
.pw-gen {
|
|
overflow: hidden; }
|
|
.pw-gen input {
|
|
width: calc(100% - 80px) !important;
|
|
float: left;
|
|
background: #fff;
|
|
color: #555;
|
|
cursor: text;
|
|
font-family: inherit;
|
|
border: 1px solid #ddd;
|
|
outline: none;
|
|
border-radius: 3px;
|
|
margin: 3px 3px 3px 0;
|
|
padding: 7px 6px 5px;
|
|
font-size: 13px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
background-clip: padding-box; }
|
|
.pw-gen .generate_pw {
|
|
float: left;
|
|
margin-top: 3px;
|
|
margin-left: -3px;
|
|
padding-bottom: 1px; }
|
|
.pw-gen .generate_pw .cell {
|
|
padding: 5px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
border: 1px solid #ddd;
|
|
background-color: #eaeaea;
|
|
cursor: pointer; }
|
|
.pw-gen .generate_pw .cell:hover {
|
|
color: #0066ff; }
|
|
.pw-gen .generate_pw .cell:last-child {
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
background-clip: padding-box; }
|
|
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
.warning_bar {
|
|
position: absolute;
|
|
width: 100%;
|
|
padding: 12px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
z-index: 1800;
|
|
background-color: red;
|
|
color: white; }
|
|
.warning_bar .fa-times {
|
|
float: right;
|
|
color: #000;
|
|
cursor: pointer; }
|
|
|
|
.vault_wrapper {
|
|
margin: 0 auto auto auto;
|
|
transform: translate(-150px);
|
|
max-width: 420px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */
|
|
box-shadow: 0 1px 1px #777;
|
|
background: #eee;
|
|
display: block; }
|
|
.vault_wrapper .vaultlist {
|
|
z-index: 500; }
|
|
.vault_wrapper .vaultlist li, .vault_wrapper .vaultlist div, .vault_wrapper .vaultlist span, .vault_wrapper .vaultlist small {
|
|
cursor: pointer; }
|
|
.vault_wrapper .vaultlist small {
|
|
color: #8e8e8e; }
|
|
.vault_wrapper .vaultlist li.selected {
|
|
background-color: #0082c9 !important;
|
|
color: #ddd; }
|
|
.vault_wrapper .vaultlist li {
|
|
border-bottom: 1px solid #8e8e8e;
|
|
padding: 16px; }
|
|
.vault_wrapper .vaultlist li:hover {
|
|
background-color: #f7f7f7; }
|
|
.vault_wrapper .login_form {
|
|
padding: 16px; }
|
|
.vault_wrapper .login_form .error {
|
|
color: #ce3702; }
|
|
.vault_wrapper .login_form .pw-input .last_access {
|
|
color: #8e8e8e; }
|
|
.vault_wrapper .login_form input[type="password"], .vault_wrapper .login_form input[type="text"] {
|
|
width: 100%;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */ }
|
|
.vault_wrapper .login_form .button_wrapper .button {
|
|
width: 45%;
|
|
display: inline-block; }
|
|
.vault_wrapper .login_form .button {
|
|
margin-top: 10px; }
|
|
.vault_wrapper .reset_form {
|
|
padding: 16px; }
|
|
.vault_wrapper .reset_form label {
|
|
margin-top: 20px;
|
|
display: block; }
|
|
.vault_wrapper .reset_form input[type="text"] {
|
|
width: 100%; }
|
|
.vault_wrapper .login_opts {
|
|
margin-bottom: 10px; }
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.vault_wrapper {
|
|
width: 90%; } }
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
#content {
|
|
padding-top: 47px !important;
|
|
height: 100%;
|
|
width: 100%; }
|
|
|
|
.icon-image {
|
|
width: 16px; }
|
|
|
|
#app-sidebar {
|
|
height: auto; }
|
|
#app-sidebar .sidebar {
|
|
display: inline-block; }
|
|
#app-sidebar .sidebar .sidebar-icon {
|
|
margin-right: 15px; }
|
|
#app-sidebar .sidebar .sidebar-icon .icon-image {
|
|
width: 44px; }
|
|
#app-sidebar .sidebar .sidebar-icon i {
|
|
width: 44px; }
|
|
#app-sidebar .sidebar .sidebar-label {
|
|
float: right;
|
|
line-height: 44px; }
|
|
|
|
#app-content {
|
|
margin-left: 300px;
|
|
width: calc(100vw - 300px);
|
|
overflow-x: hidden; }
|
|
#app-content #app-content-wrapper {
|
|
min-height: 95%;
|
|
display: flex;
|
|
height: calc(100vh - 49px); }
|
|
#app-content #app-content-wrapper #passman-controls {
|
|
text-align: center;
|
|
border-bottom: 1px solid #c9c9c9; }
|
|
@media screen and (max-width: 765px) {
|
|
#app-content #app-content-wrapper #passman-controls.sidebar-shown .title {
|
|
display: none; } }
|
|
@media screen and (min-width: 769px) and (max-width: 1120px) {
|
|
#app-content #app-content-wrapper #passman-controls.sidebar-shown .title {
|
|
display: none; } }
|
|
#app-content #app-content-wrapper .title {
|
|
text-align: center;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin-top: 10px; }
|
|
@media screen and (max-width: 575px) {
|
|
#app-content #app-content-wrapper .title {
|
|
display: none; } }
|
|
@media screen and (min-width: 769px) and (max-width: 820px) {
|
|
#app-content #app-content-wrapper .title {
|
|
display: none; } }
|
|
#app-content #app-content-wrapper .breadcrumb {
|
|
float: left; }
|
|
#app-content #app-content-wrapper .actions.creatable {
|
|
float: left;
|
|
overflow: hidden; }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble {
|
|
position: relative;
|
|
width: 185px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */
|
|
box-shadow: 0 1px 10px rgba(50, 50, 50, 0.7); }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble ul li {
|
|
padding-left: 10px; }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble ul .menuitem {
|
|
font-size: 12px;
|
|
display: inline; }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble:after {
|
|
right: inherit;
|
|
left: 10px;
|
|
top: -19px; }
|
|
#app-content #app-content-wrapper .viewModes {
|
|
float: right;
|
|
margin-right: 5px;
|
|
margin-top: 3px; }
|
|
#app-content #app-content-wrapper .viewModes .view-mode:first-child {
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
-webkit-border-top-left-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
background-clip: padding-box;
|
|
border: 1px solid rgba(240, 240, 240, 0.9); }
|
|
#app-content #app-content-wrapper .viewModes .view-mode:last-child {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
background-clip: padding-box;
|
|
border: 1px solid rgba(240, 240, 240, 0.9); }
|
|
#app-content #app-content-wrapper .viewModes .view-mode {
|
|
display: inline-block;
|
|
padding: 7px;
|
|
background-color: rgba(240, 240, 240, 0.9); }
|
|
#app-content #app-content-wrapper .viewModes .view-mode.active {
|
|
display: inline-block;
|
|
padding: 7px;
|
|
background-color: rgba(226, 226, 226, 0.9); }
|
|
#app-content #app-content-wrapper .viewModes .view-mode {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 7px; }
|
|
#app-content #app-content-wrapper .searchboxContainer {
|
|
/*display: inline-block;*/
|
|
visibility: hidden;
|
|
display: none;
|
|
margin-right: 14px;
|
|
float: right; }
|
|
#app-content #app-content-wrapper .searchboxContainer .searchbox {
|
|
display: inline-block; }
|
|
#app-content #app-content-wrapper .searchboxContainer .searchclear {
|
|
color: #ccc;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
height: 14px;
|
|
margin: auto;
|
|
position: absolute !important;
|
|
right: 10px;
|
|
top: 12px;
|
|
z-index: 99999999; }
|
|
#app-content #app-content-wrapper .searchboxContainer .searchOptions {
|
|
position: relative;
|
|
bottom: 5px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
padding: 5px;
|
|
width: calc(100% - 3px);
|
|
box-shadow: 3px 3px 5px #888888;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
background-clip: padding-box; }
|
|
#app-content #app-content-wrapper .credential-table {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .credential-table tr:hover {
|
|
background-color: whitesmoke; }
|
|
#app-content #app-content-wrapper .credential-table tr.selected {
|
|
background-color: #f8f8f8; }
|
|
#app-content #app-content-wrapper .credential-table tr td {
|
|
cursor: pointer;
|
|
padding: 5px;
|
|
border-bottom: 1px solid #eeeeee; }
|
|
#app-content #app-content-wrapper .credential-table tr td .icon {
|
|
font-size: 19px;
|
|
float: left;
|
|
margin-right: 5px;
|
|
margin-left: 3px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .icon-more {
|
|
display: inline-block;
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
opacity: 0.4;
|
|
height: 20px;
|
|
width: 32px;
|
|
cursor: pointer; }
|
|
#app-content #app-content-wrapper .credential-table tr td .icon-more:hover {
|
|
opacity: 1; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu {
|
|
margin-top: 25px;
|
|
height: 100px;
|
|
width: 100px;
|
|
right: -2px !important;
|
|
box-shadow: 0 1px 10px rgba(50, 50, 50, 0.7); }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu ul {
|
|
display: block;
|
|
width: 100px;
|
|
height: 75px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu ul li {
|
|
padding: 0px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu ul .menuitem {
|
|
font-size: 12px;
|
|
display: inline; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu .action {
|
|
padding: 10px;
|
|
margin: -10px; }
|
|
#app-content #app-content-wrapper .tags {
|
|
float: right; }
|
|
#app-content #app-content-wrapper .tags .tag {
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
padding: 4px;
|
|
font-size: 12px;
|
|
margin-right: 3px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */ }
|
|
#app-content #app-content-wrapper .tags .tag:last-child {
|
|
margin-right: 8px; }
|
|
#app-content #app-content-wrapper .grid-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap; }
|
|
#app-content #app-content-wrapper .grid-view .credential {
|
|
display: flex;
|
|
width: 100%;
|
|
border: 2px solid rgba(240, 240, 240, 0.9);
|
|
margin: 25px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */ }
|
|
#app-content #app-content-wrapper .grid-view .credential .credential_content {
|
|
display: flex;
|
|
padding: 2px;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
font-size: 1.75em; }
|
|
#app-content #app-content-wrapper .grid-view .credential .credential_content .label {
|
|
padding-top: 0.5em;
|
|
padding-right: 1em;
|
|
line-height: 1.3em;
|
|
word-wrap: break-word;
|
|
float: right; }
|
|
#app-content #app-content-wrapper .grid-view .credential .credential_content .tags {
|
|
margin: 0 0 auto;
|
|
text-align: right; }
|
|
#app-content #app-content-wrapper .grid-view .credential .credential_content .tags .tag {
|
|
color: #000 !important;
|
|
margin-top: 5px;
|
|
display: inline-block;
|
|
left: 0; }
|
|
@media all and (min-width: 40em) {
|
|
#app-content #app-content-wrapper .grid-view .credential {
|
|
width: 40%; } }
|
|
@media all and (min-width: 58em) {
|
|
#app-content #app-content-wrapper .grid-view .credential {
|
|
width: 26%; } }
|
|
@media all and (min-width: 78em) {
|
|
#app-content #app-content-wrapper .grid-view .credential {
|
|
width: 20%; } }
|
|
#app-content #app-content-wrapper .edit_credential {
|
|
padding-top: 10px; }
|
|
#app-content #app-content-wrapper .edit_credential label {
|
|
display: block; }
|
|
#app-content #app-content-wrapper .edit_credential input[type="text"], #app-content #app-content-wrapper .edit_credential input[type="password"] {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .edit_credential .tags {
|
|
float: left; }
|
|
#app-content #app-content-wrapper .edit_credential .tags .tag {
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
padding: 4px;
|
|
font-size: 11px; }
|
|
#app-content #app-content-wrapper .edit_credential tags-input .tags {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .edit_credential .credential_textarea {
|
|
width: 100%;
|
|
height: 100px; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label {
|
|
overflow: hidden; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label input[type="checkbox"] {
|
|
width: auto !important;
|
|
float: left; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label .label {
|
|
float: left; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label .label.sm {
|
|
font-size: 12px; }
|
|
#app-content #app-content-wrapper .edit_credential .field-value .valueInput {
|
|
padding-right: 0; }
|
|
#app-content #app-content-wrapper .edit_credential .field-value .valueInput input {
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
background-clip: padding-box; }
|
|
#app-content #app-content-wrapper .edit_credential .field-value .valueInput .pw-gen .generate_pw .cell:last-child {
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
background-clip: padding-box; }
|
|
#app-content #app-content-wrapper .edit_credential .field-value .selectType {
|
|
padding-left: 0;
|
|
margin-left: -4px; }
|
|
#app-content #app-content-wrapper .edit_credential .field-value .selectType select {
|
|
-webkit-border-bottom-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
background-clip: padding-box; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields, #app-content #app-content-wrapper .edit_credential .files {
|
|
margin-top: 10px; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table, #app-content #app-content-wrapper .edit_credential .files table {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table thead th.dragger, #app-content #app-content-wrapper .edit_credential .files table thead th.dragger {
|
|
width: 3%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table thead th, #app-content #app-content-wrapper .edit_credential .files table thead th {
|
|
color: #fff; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table thead th.field_actions, #app-content #app-content-wrapper .edit_credential .files table thead th.field_actions {
|
|
width: 15%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr:hover, #app-content #app-content-wrapper .edit_credential .files table tr:hover {
|
|
background-color: transparent; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td.dragger, #app-content #app-content-wrapper .edit_credential .files table tr td.dragger {
|
|
width: 3%;
|
|
text-align: center;
|
|
cursor: move;
|
|
cursor: -webkit-grab;
|
|
cursor: -moz-grab;
|
|
cursor: grab; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td.field_actions, #app-content #app-content-wrapper .edit_credential .files table tr td.field_actions {
|
|
font-size: 13px;
|
|
width: 15%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td.field_actions i, #app-content #app-content-wrapper .edit_credential .files table tr td.field_actions i {
|
|
cursor: pointer; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td, #app-content #app-content-wrapper .edit_credential .custom_fields table tr th, #app-content #app-content-wrapper .edit_credential .files table tr td, #app-content #app-content-wrapper .edit_credential .files table tr th {
|
|
width: 20%;
|
|
padding: 5px; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td .editable-has-buttons.editable-input, #app-content #app-content-wrapper .edit_credential .custom_fields table tr th .editable-has-buttons.editable-input, #app-content #app-content-wrapper .edit_credential .files table tr td .editable-has-buttons.editable-input, #app-content #app-content-wrapper .edit_credential .files table tr th .editable-has-buttons.editable-input {
|
|
width: 55%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td, #app-content #app-content-wrapper .edit_credential .files table tr td {
|
|
height: 50px;
|
|
vertical-align: middle; }
|
|
#app-content #app-content-wrapper .edit_credential .otpText {
|
|
padding-right: 10px; }
|
|
#app-content #app-content-wrapper .main_list {
|
|
flex: 1;
|
|
float: left;
|
|
height: auto;
|
|
overflow: auto;
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .main_list .share {
|
|
overflow: hidden; }
|
|
#app-content #app-content-wrapper .app_sidebar {
|
|
float: right;
|
|
padding: 10px;
|
|
overflow-y: auto; }
|
|
#app-content #app-content-wrapper .app_sidebar h2 {
|
|
margin-bottom: 10px;
|
|
font-weight: 400;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 90%; }
|
|
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
cursor: pointer; }
|
|
#app-content #app-content-wrapper .app_sidebar.item_selected {
|
|
height: 25%;
|
|
display: inline-block; }
|
|
#app-content #app-content-wrapper .app_sidebar .credential-data .row {
|
|
margin-bottom: 11px; }
|
|
#app-content #app-content-wrapper .app_sidebar .credential-data .tags {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
float: none; }
|
|
#app-content #app-content-wrapper .app_sidebar .credential-data .tags .tag {
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
padding: 4px;
|
|
margin-right: 3px; }
|
|
|
|
.credential_field {
|
|
overflow: hidden; }
|
|
.credential_field .cell, .credential_field .value {
|
|
float: left; }
|
|
.credential_field .value {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 70%; }
|
|
.credential_field .tools {
|
|
margin-left: 10px;
|
|
overflow: hidden;
|
|
float: left; }
|
|
.credential_field .tools .cell {
|
|
cursor: pointer;
|
|
margin-right: 4px; }
|
|
|
|
.progress {
|
|
margin-top: 10px;
|
|
height: 20px; }
|
|
.progress .progress-bar {
|
|
position: relative;
|
|
height: 20px;
|
|
background-image: none;
|
|
background-color: #0082c9; }
|
|
.progress .progress-bar .progress-label {
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 2;
|
|
text-align: center;
|
|
width: 100%; }
|
|
|
|
.loaderContainer {
|
|
height: 140px;
|
|
width: 120px;
|
|
margin-top: 30px;
|
|
margin-left: -60px;
|
|
top: 50%;
|
|
left: 50%;
|
|
position: absolute; }
|
|
|
|
.loaderContainer .text {
|
|
width: 120px;
|
|
text-align: center; }
|
|
|
|
.loader {
|
|
border-bottom: 10px solid #1d2d44;
|
|
border-left: 10px solid #c9c9c9;
|
|
border-right: 10px solid #c9c9c9;
|
|
border-top: 10px solid #c9c9c9;
|
|
height: 120px;
|
|
width: 120px;
|
|
border-radius: 120px;
|
|
animation: 1.1s linear 0s normal none infinite running load8; }
|
|
|
|
@keyframes load8 {
|
|
0% {
|
|
transform: rotate(0deg); }
|
|
100% {
|
|
transform: rotate(360deg); } }
|
|
.inputfile {
|
|
width: 0.1px;
|
|
height: 0.1px;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: -1; }
|
|
|
|
.inputfile + label {
|
|
font-size: 1.25em;
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
margin-top: 4px;
|
|
padding: 5px;
|
|
margin-right: 4px;
|
|
border-right: 1px solid #c9c9c9; }
|
|
|
|
.inputfile:focus + label,
|
|
.inputfile + label:hover {
|
|
background-color: #c9c9c9; }
|
|
|
|
.inputfile + label {
|
|
cursor: pointer;
|
|
/* "hand" cursor */ }
|
|
|
|
.btn-danger {
|
|
color: #000000;
|
|
background-color: #ff0000; }
|
|
|
|
.icon-label {
|
|
overflow: hidden; }
|
|
.icon-label input {
|
|
width: calc(100% - 45px) !important;
|
|
float: left;
|
|
background: #fff;
|
|
color: #555;
|
|
cursor: text;
|
|
font-family: inherit;
|
|
border: 1px solid #ddd;
|
|
outline: none;
|
|
border-radius: 3px;
|
|
margin: 3px 3px 3px 0;
|
|
padding: 7px 6px 5px;
|
|
font-size: 13px;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
background-clip: padding-box; }
|
|
.icon-label .icon-picker {
|
|
float: left;
|
|
margin-top: 3px;
|
|
padding-top: 7px; }
|
|
.icon-label .icon-picker .cell {
|
|
margin-top: 0px;
|
|
margin-left: -0px;
|
|
padding: 7px 12px 2px 12px;
|
|
display: inline;
|
|
font-size: 14px;
|
|
border: 1px solid #ddd;
|
|
background-color: #eaeaea;
|
|
cursor: pointer;
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
background-clip: padding-box; }
|
|
.icon-label .icon-picker .cell:hover {
|
|
color: #0066ff; }
|
|
|
|
#iconPicker .iconList {
|
|
float: left;
|
|
width: 60%;
|
|
max-height: 310px;
|
|
overflow: auto; }
|
|
#iconPicker .iconList .icon {
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
float: left; }
|
|
#iconPicker .iconList .icon img {
|
|
cursor: pointer; }
|
|
#iconPicker .iconModifier {
|
|
margin-left: 10px;
|
|
float: right;
|
|
width: calc(40% - 10px); }
|
|
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
.settings-container div {
|
|
padding-left: 15px; }
|
|
.settings-container button {
|
|
width: 80%;
|
|
margin-left: 15px;
|
|
margin-right: 15px; }
|
|
|
|
#app-navigation > ul > li > a {
|
|
z-index: auto; }
|
|
|
|
.nav-trashbin {
|
|
width: inherit !important;
|
|
border-right: 1px solid #eee; }
|
|
.nav-trashbin a {
|
|
background-color: #fff !important;
|
|
opacity: 1 !important;
|
|
z-index: 140; }
|
|
.nav-trashbin a .fa {
|
|
margin-right: 15px; }
|
|
|
|
#taginput {
|
|
visibility: hidden;
|
|
display: none; }
|
|
|
|
#app-navigation .collapsible:hover .app-navigation-entry-bullet {
|
|
background: var(--color-primary) !important; }
|
|
|
|
#app-navigation li .app-navigation-entry-bullet-color {
|
|
background-color: var(--color-primary); }
|
|
#app-navigation li .highlight-selected {
|
|
background-color: var(--color-primary); }
|
|
#app-navigation li a.taginput {
|
|
visibility: hidden;
|
|
display: none;
|
|
opacity: 1; }
|
|
#app-navigation li a {
|
|
overflow: visible; }
|
|
#app-navigation li a tags-input {
|
|
opacity: 1.0; }
|
|
#app-navigation li a tags-input li {
|
|
width: auto !important; }
|
|
#app-navigation > ul ul {
|
|
display: inherit !important; }
|
|
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
.sharing_table td:first-child {
|
|
width: 55%; }
|
|
.sharing_table td:first-child tags-input .tags {
|
|
width: 100%; }
|
|
.sharing_table td:first-child .autocomplete {
|
|
margin-top: 35px; }
|
|
|
|
.table {
|
|
width: 100%; }
|
|
|
|
.share_credential {
|
|
padding-top: 10px; }
|
|
.share_credential input {
|
|
width: auto; }
|
|
.share_credential > div {
|
|
margin-bottom: 10px; }
|
|
|
|
.shared_table .fa-trash {
|
|
cursor: pointer; }
|
|
.shared_table .fa-trash:hover {
|
|
color: #ce3702; }
|
|
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
|
|
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
.scan-result-table {
|
|
margin-top: 10px; }
|
|
.scan-result-table .score {
|
|
padding-left: 0px;
|
|
padding-right: 15px; }
|
|
|
|
.error {
|
|
color: #ce3702; }
|
|
|
|
.import_log {
|
|
max-height: 600px;
|
|
overflow-y: auto; }
|
|
.import_log textarea {
|
|
width: 90%;
|
|
height: 200px; }
|
|
|
|
.tab_container.settings {
|
|
margin-bottom: 50px; }
|
|
|
|
.import-steps {
|
|
padding-left: 16px;
|
|
margin-bottom: 10px; }
|
|
.import-steps li {
|
|
list-style-type: disc; }
|
|
|
|
.import-table-outter {
|
|
overflow-x: scroll; }
|
|
|
|
.import-table {
|
|
padding-right: 15px; }
|
|
.import-table .inspect {
|
|
text-align: center;
|
|
width: 25px;
|
|
cursor: pointer; }
|
|
.import-table th, .import-table td {
|
|
text-align: left;
|
|
padding: 3px 5px; }
|
|
|
|
#app-settings-content:not(.ng-hide) {
|
|
display: inherit !important;
|
|
padding: 0;
|
|
transition: height 0.15s ease-out; }
|
|
|
|
#app-settings-content.ng-hide {
|
|
display: inherit !important;
|
|
height: 0;
|
|
padding: 0;
|
|
transition: height 0.15s ease-in; }
|
|
|
|
.ui-dialog {
|
|
z-index: 9999; }
|
|
|
|
#notification .row {
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important; }
|
|
|
|
#app-content #app-content-wrapper #passman-controls {
|
|
border-bottom: 1px solid #c9c9c9;
|
|
margin-top: 5px; }
|
|
|
|
#passman-controls {
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
top: 45px;
|
|
right: 0;
|
|
left: 0;
|
|
border-bottom: 1px solid #c9c9c9;
|
|
padding: 0 !important;
|
|
margin: 0;
|
|
background-color: rgba(255, 255, 255, 0.95);
|
|
z-index: 50;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
height: 44px !important; }
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
#passman-controls {
|
|
width: 100%; } }
|
|
@media only screen and (min-width: 768px) {
|
|
#app-navigation + #app-content #passman-controls {
|
|
left: 300px;
|
|
width: calc( 100% - 300px ) !important; } }
|
|
#passman-controls .button, #passman-controls, #passman-controls input[type='submit'], #passman-controls input[type='text'], #passman-controls input[type='password'], #passman-controls select {
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
height: 36px;
|
|
padding: 7px 10px; }
|
|
|
|
.nopadding {
|
|
padding-right: 0;
|
|
padding-left: 0; }
|
|
|
|
.clearfix {
|
|
clear: both; }
|
|
|
|
input[type="checkbox"] {
|
|
min-height: inherit; }
|
|
|
|
.alert {
|
|
padding: 15px;
|
|
margin-bottom: 20px;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px; }
|
|
|
|
.alert-danger {
|
|
color: #a94442;
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1; }
|
|
|
|
.ui-button.ui-widget {
|
|
min-height: unset !important; }
|
|
|
|
/*# sourceMappingURL=app.css.map */
|