|
|
@ -337,6 +337,12 @@ html.cp,
|
|
|
|
font-family: Georgia,Cambria,serif;
|
|
|
|
font-family: Georgia,Cambria,serif;
|
|
|
|
height: 100;
|
|
|
|
height: 100;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cp:not(.poll) #language-selector {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0px;
|
|
|
|
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
}
|
|
|
|
.cp {
|
|
|
|
.cp {
|
|
|
|
/* buttons */
|
|
|
|
/* buttons */
|
|
|
|
/* Tables
|
|
|
|
/* Tables
|
|
|
@ -348,11 +354,6 @@ html.cp,
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 2rem;
|
|
|
|
line-height: 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp #language-selector {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0px;
|
|
|
|
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.cp a.github-corner > svg {
|
|
|
|
.cp a.github-corner > svg {
|
|
|
|
fill: #00ADEE;
|
|
|
|
fill: #00ADEE;
|
|
|
|
color: #302B28;
|
|
|
|
color: #302B28;
|
|
|
@ -652,7 +653,7 @@ html.cp,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp form.realtime table input[type="text"],
|
|
|
|
.cp form.realtime table input[type="text"],
|
|
|
|
.cp div.realtime table input[type="text"] {
|
|
|
|
.cp div.realtime table input[type="text"] {
|
|
|
|
height: 100%;
|
|
|
|
height: auto;
|
|
|
|
border: 1px solid #302B28;
|
|
|
|
border: 1px solid #302B28;
|
|
|
|
width: 80%;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -902,3 +903,6 @@ html.cp,
|
|
|
|
.cp div#modal #addtime {
|
|
|
|
.cp div#modal #addtime {
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#cors-store {
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|