compass-web/public/ods/ui/host_config/host_config.css
jiahuay 4bb020fe4e Add management IP/tenant IP/hostname customization
Change-Id: Ifc7486f8eec840239d0988b564470e45ae870a7e
2014-02-14 18:14:39 -08:00

33 lines
386 B
CSS

.tab_panel {
display: none;
}
.tab_panel_active {
display: block;
}
.roles {
width: 150px;
}
.ms-choice {
border: 1px solid #C0C0C0;
border-radius: 6px;
box-shadow: 0 0 5px 0 rgba(215, 211, 207, 0.75) inset;
}
#customize-panel {
padding-left: 20px;
}
#autofill-panel {
padding-left: 20px;
}
.radioText {
color: #5964A1;
font-size: 15px;
font-weight:bold;
}