parent
53ce4de6aa
commit
2cbdecb043
23 changed files with 584 additions and 116 deletions
|
@ -545,6 +545,18 @@ a:focus {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.config-service-key-field-element {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.config-service-key-field-element .co-modify-link {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.config-service-key-field-element .fa-check {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.co-checkbox {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -1457,4 +1469,11 @@ a:focus {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.co-option-table .help-text {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 14px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
|
||||
|
|
11
static/css/directives/ui/request-service-key-dialog.css
Normal file
11
static/css/directives/ui/request-service-key-dialog.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.request-service-key-dialog-element .co-option-table {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.request-service-key-dialog-element .key-display {
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
background: white;
|
||||
min-height: 500px;
|
||||
}
|
Reference in a new issue