improved styling
This commit is contained in:
parent
a8b385a474
commit
b0cad84a5b
|
@ -59,6 +59,16 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
background-color:#eeffff;
|
background-color:#eeffff;
|
||||||
color:#0099CC;
|
color:#0099CC;
|
||||||
border:solid 1px #0099CC;
|
border:solid 1px #0099CC;
|
||||||
|
display: inline-flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
gap: 1rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ccp-option > .btn {
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.author_list, ul.context_list{
|
ul.author_list, ul.context_list{
|
||||||
|
|
Loading…
Reference in New Issue