css.hub-atlassian-config.css Maven / Gradle / Ivy
.hidden {
display: none;
}
.error {
color : #c00;
}
.clickable:hover {
cursor: pointer;
}
.largeIcon {
font-size : 25px !important;
}
.field-group {
clear: both;
display: block;
margin-bottom: 5px;
min-height: 1.6em;
padding: 0px 0px 0px 160px;
}
.longInput {
width: 400px;
border: 1px solid #ccc;
border-radius: 3.01px;
box-shadow: inset 0 1px 3px #ccc;
}
.textStyle {
font-family: arial,tahoma,verdana,sans-serif;
font-size: 13px;
padding : 2px 5px 2px 5px;
}
.legend {
font-family: arial,tahoma,verdana,sans-serif;
font-size : 16px !important;
font-weight : bold !important;
display : block !important;
}
.label {
color : #707070;
float : left;
margin-left: -160px;
font-weight : bold;
width : auto !important;
text-align : left !important;
white-space : nowrap !important;
}
.fieldSection {
border : 1px solid !important;
padding : 10px 5px 5px 15px !important;
}
.buttonContainer {
padding-top : 10px;
float : right;
}