2016-10-07 19:41:08 +08:00
|
|
|
.sharing_table {
|
2016-10-07 22:13:28 +08:00
|
|
|
|
|
|
|
|
2016-10-07 19:41:08 +08:00
|
|
|
td:first-child {
|
2016-09-23 18:03:37 +08:00
|
|
|
width: 55%;
|
2016-10-07 19:41:08 +08:00
|
|
|
tags-input {
|
2016-09-23 18:03:37 +08:00
|
|
|
.tags {
|
|
|
|
width: 100%;
|
|
|
|
input {
|
|
|
|
//width: 90% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-07 19:41:08 +08:00
|
|
|
.autocomplete {
|
2016-09-23 18:03:37 +08:00
|
|
|
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 {
|
|
|
|
.fa-trash {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.fa-trash:hover {
|
|
|
|
color: #ce3702;
|
|
|
|
}
|
2016-09-21 02:03:37 +08:00
|
|
|
}
|