1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/herald/herald-test.css

86 lines
1.3 KiB
CSS
Raw Normal View History

2011-03-24 19:07:36 +01:00
/**
* @provides herald-test-css
*/
ul.herald-explain-list {
margin: 12px;
2011-03-24 19:07:36 +01:00
}
div.herald-condition-note {
clear: both;
margin: .5em 0em .53em 86px;
padding: .5em 1em;
background: #FFFF00;
font-weight: bold;
}
ul.herald-explain-list .herald-outcome {
margin-right: 6px;
width: 50px;
text-align: center;
position: relative;
float: left;
font-weight: bold;
padding: 1px 2px;
}
ul.herald-explain-list .condition-fail,
ul.herald-explain-list .rule-fail {
color: {$red};
2011-03-24 19:07:36 +01:00
}
ul.herald-explain-list .condition-pass,
ul.herald-explain-list .rule-pass {
color: {$green};
2011-03-24 19:07:36 +01:00
}
ul.herald-explain-list li.herald-rule-pass,
ul.herald-explain-list li.herald-rule-fail {
margin: 0 0 8px;
2011-03-24 19:07:36 +01:00
}
ul.herald-explain-list div.rule-name {
padding: 4px 0 8px 0;
2011-03-24 19:07:36 +01:00
}
ul.herald-explain-list li.herald-rule-fail,
ul.herald-explain-list li.herald-rule-pass {
background: #ffffff;
}
ul.herald-explain-list ul {
margin: 4px;
2011-03-24 19:07:36 +01:00
}
ul.herald-explain-list ul li {
padding: 2px 0;
}
.outcome-failure,
.outcome-success {
font-weight: bold;
}
.outcome-failure {
color: {$red};
2011-03-24 19:07:36 +01:00
}
.outcome-success {
color: {$green};
2011-03-24 19:07:36 +01:00
}
.action-header {
font-weight: bold;
padding-top: 12px;
border-bottom: 1px solid {$thinblueborder};
2011-03-24 19:07:36 +01:00
}
textarea.herald-field-value-transcript {
width: 100%;
height: 10em;
}
.condition-test-value {
color: {$greytext};
2011-03-24 19:07:36 +01:00
}