add icons for Character groups
This commit is contained in:
commit
2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions
45
www/analytics/plugins/Installation/stylesheets/systemCheckPage.less
Executable file
45
www/analytics/plugins/Installation/stylesheets/systemCheckPage.less
Executable file
|
|
@ -0,0 +1,45 @@
|
|||
#systemCheckOptional,
|
||||
#systemCheckRequired {
|
||||
border: 1px solid #dadada;
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
#systemCheckOptional {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#systemCheckOptional td,
|
||||
#systemCheckRequired td {
|
||||
padding: 1em .5em 1em 2em;
|
||||
vertical-align: middle;
|
||||
font-size: 1.2em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#systemCheckOptional tr:nth-child(even),
|
||||
#systemCheckRequired tr:nth-child(even) {
|
||||
background-color: #EFEEEC;
|
||||
}
|
||||
|
||||
#systemCheckOptional tr:nth-child(odd),
|
||||
#systemCheckRequired tr:nth-child(odd) {
|
||||
background-color: #F6F5F3;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
border: 2px solid red;
|
||||
width: 550px;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.error img {
|
||||
border: 0;
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue