compass-web/v1/ods/ui/host_config/host_config.css
jiahuay afd2091e1c Add README
Change-Id: I8c9ba5a8815f3d95436845c50daf5ee23f8aeac0
2014-10-22 11:40:12 -07: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;
}