add link to tables in error messages

This commit is contained in:
2014-09-06 00:12:03 +02:00
parent ecc3471ebc
commit 3f63181ec3
4 changed files with 32 additions and 30 deletions

View File

@@ -652,20 +652,31 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
content: "\f191";
}
.fa-c-success:before, .fa-c-ok:before, .available .fa:before {
content: "\f00c";
}
.fa-c-warning {
color:#EFAB00;
}
.fa-c-warning:before, .warning .fa:before {
.fa-c-warning:before {
content: "\f071";
}
.fa-c-error {
color:red;
}
.fa-c-error:before, .error .fa:before {
.fa-c-error:before {
content: "\f071";
}
.fa-c-ko {
color:red;
}
.fa-c-ko:before, .unavailable .fa:before {
content: "\f00d";
}
.fa-c-search:before {
content: "\f002";
}
@@ -674,17 +685,6 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
content: /*"\f087"*/"\f015";
}
.fa-c-ok:before, .available .fa:before, .success .fa:before {
content: "\f00c";
}
.fa-c-ko {
color:red;
}
.fa-c-ko:before, .unavailable .fa:before {
content: "\f00d";
}
.fa-c-loading:before {
content: "\f110";
}