2014-03-13 06:29:33 +08:00
|
|
|
.popups {
|
2015-06-23 05:33:27 +08:00
|
|
|
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content, .b-open-pgp-key-add-content, .b-compose-open-pgp-content, .b-message-open-pgp-content {
|
2014-03-13 06:29:33 +08:00
|
|
|
|
|
|
|
.modal-header {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.modal {
|
|
|
|
width: 570px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inputKey {
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.key-viewer {
|
|
|
|
max-height: 500px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
2015-06-23 05:33:27 +08:00
|
|
|
|
2015-07-30 01:21:24 +08:00
|
|
|
.b-compose-open-pgp-content {
|
|
|
|
&.modal {
|
2016-04-26 07:55:53 +08:00
|
|
|
width: 800px;
|
2015-07-30 01:21:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.key-list {
|
|
|
|
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
margin-top: 10px;
|
|
|
|
min-height: 40px;
|
|
|
|
|
|
|
|
&-wrp {
|
2016-04-07 02:26:29 +08:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover .key-list__item-name {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2015-07-30 01:21:24 +08:00
|
|
|
|
|
|
|
&.empty {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
white-space: nowrap;
|
2016-04-07 02:26:29 +08:00
|
|
|
padding-bottom: 4px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2015-07-30 01:21:24 +08:00
|
|
|
|
|
|
|
&-delete {
|
|
|
|
cursor: pointer;
|
2016-04-07 20:07:19 +08:00
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
2015-07-30 01:21:24 +08:00
|
|
|
}
|
|
|
|
|
2016-04-07 02:26:29 +08:00
|
|
|
&-names {
|
2015-07-30 01:21:24 +08:00
|
|
|
color: #333;
|
|
|
|
|
|
|
|
&.empty {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-04-07 02:26:29 +08:00
|
|
|
&-name {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2015-07-30 01:21:24 +08:00
|
|
|
&-error {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-hash {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.key-actions {
|
|
|
|
margin-top: 10px;
|
|
|
|
min-height: 40px;
|
2016-04-07 02:26:29 +08:00
|
|
|
|
|
|
|
select option.even {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2015-07-30 01:21:24 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-06-23 05:33:27 +08:00
|
|
|
.b-message-open-pgp-content {
|
|
|
|
&.modal {
|
|
|
|
width: 700px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.key-list {
|
|
|
|
|
|
|
|
margin-top: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
|
|
|
|
color: #555;
|
|
|
|
cursor: pointer;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
&__radio {
|
2016-04-07 02:26:29 +08:00
|
|
|
padding: 3px 5px 0 0;
|
|
|
|
vertical-align: top;
|
2015-06-23 05:33:27 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&__name {
|
2016-04-07 02:26:29 +08:00
|
|
|
border-bottom: 1px solid transparent;
|
2015-06-23 05:33:27 +08:00
|
|
|
}
|
2016-04-07 02:26:29 +08:00
|
|
|
|
|
|
|
&__names {
|
|
|
|
display: inline-block;
|
2016-04-07 20:07:19 +08:00
|
|
|
|
|
|
|
&:hover .key-list__item__name {
|
|
|
|
border-bottom: 1px dashed #555;
|
|
|
|
}
|
2016-04-07 02:26:29 +08:00
|
|
|
}
|
2015-06-23 05:33:27 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-03-13 06:29:33 +08:00
|
|
|
}
|
2015-09-22 02:07:27 +08:00
|
|
|
|
|
|
|
.popups {
|
|
|
|
.b-open-pgp-key-add-content {
|
|
|
|
&.modal {
|
|
|
|
|
|
|
|
width: 645px;
|
|
|
|
|
|
|
|
.inputKey {
|
|
|
|
width: 600px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 02:26:29 +08:00
|
|
|
}
|