Change new map to use dialog
This allows setting additional properties
This commit is contained in:
@@ -44,7 +44,7 @@ main {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
color: #484848;
|
||||
font-size: 1.5em;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#loginscene .infcloudlink {
|
||||
@@ -405,6 +405,14 @@ input:focus-visible {
|
||||
border-width: 1px !important;
|
||||
}
|
||||
|
||||
input[type=radio],
|
||||
input[type=checkbox] {
|
||||
width: auto;
|
||||
height: 1.5em;
|
||||
padding: 0;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
p.red,
|
||||
span.red {
|
||||
color: #b50202;
|
||||
|
||||
Reference in New Issue
Block a user