passman/sass/share_credential.scss

69 lines
1.4 KiB
SCSS
Raw Normal View History

2016-10-19 23:44:19 +08:00
/**
* 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/>.
*
*/
2016-10-07 19:41:08 +08:00
.sharing_table {
2016-10-07 22:13:28 +08:00
.button{
min-height: 42px;
margin: 5px 0 0 0;
}
2016-10-07 22:13:28 +08:00
2016-10-07 19:41:08 +08:00
td:first-child {
width: 55%;
2016-10-07 19:41:08 +08:00
tags-input {
.tags {
width: 100%;
input {
//width: 90% !important;
}
}
}
2016-10-07 19:41:08 +08:00
.autocomplete {
margin-top: 35px;
}
}
}
2016-10-07 19:41:08 +08:00
.table {
2016-09-21 02:03:37 +08:00
width: 100%;
2016-10-07 19:41:08 +08:00
}
2016-10-07 22:13:28 +08:00
.share_credential{
padding-top: 10px;
input{
width: auto;
}
>div{
margin-bottom: 10px;
}
}
2016-10-07 19:41:08 +08:00
.shared_table {
.pending{
margin-right: 10px;
}
2016-10-07 19:41:08 +08:00
.fa-trash {
cursor: pointer;
}
.fa-trash:hover {
color: #ce3702;
}
2016-09-21 02:03:37 +08:00
}