课程主页私有样式
This commit is contained in:
parent
4b1ff190f4
commit
6c6ae38f7a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue