|
|
|
@ -1904,6 +1904,18 @@ input.autocomplete.ajax-loading {
|
|
|
|
|
background-image: url(../images/loading.gif);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.private_project {
|
|
|
|
|
position: relative;
|
|
|
|
|
bottom: 2px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
background: #d22;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 0px 2px 0px 2px;
|
|
|
|
|
font-size: 60%;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
|
|
|
|
/***** Flash & error messages ****/
|
|
|
|
|
#errorExplanation, div.flash, .nodata, .warning, .conflict {
|
|
|
|
|
padding: 4px 4px 4px 30px;
|
|
|
|
|