74 lines
No EOL
909 B
Text
74 lines
No EOL
909 B
Text
#configurationServerInfoSection {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
#spinnerLabel {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
#connectedLabel {
|
|
-unity-text-align: middle-right;
|
|
}
|
|
|
|
#credentialsOk {
|
|
-unity-text-align: middle-right;
|
|
}
|
|
|
|
#plasticConfigurationTitle {
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.container {
|
|
padding: 10px;
|
|
border-bottom-width: 1px;
|
|
border-bottom-color: #999999;
|
|
}
|
|
|
|
.container.last {
|
|
border-bottom-width: 0px;
|
|
}
|
|
|
|
.credentials {
|
|
width: 265px;
|
|
}
|
|
|
|
.display-none {
|
|
display: none;
|
|
}
|
|
|
|
.flex-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.sub-section {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.visibility-hidden {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.error {
|
|
color: #FF0000;
|
|
}
|
|
|
|
Label {
|
|
white-space: normal;
|
|
}
|
|
|
|
TextField {
|
|
margin-left: 0px;
|
|
margin-top: 3px;
|
|
margin-right: 10px;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
Toggle {
|
|
margin-left: 0px;
|
|
} |