pulsar/static/jasmine.less

156 lines
2.2 KiB
Plaintext
Raw Normal View History

2014-02-11 06:32:15 +04:00
@import "octicon-mixins";
2013-08-09 05:54:13 +04:00
2013-02-15 00:31:19 +04:00
body {
2014-02-11 06:32:15 +04:00
background-color: #fff;
2013-02-15 00:31:19 +04:00
padding: 0;
}
2013-02-02 02:13:09 +04:00
2013-02-12 06:00:42 +04:00
.spec-popup {
position: absolute;
font-size: 13px;
display: none;
}
2013-09-04 23:23:37 +04:00
.list-unstyled {
list-style: none;
}
2014-02-11 05:06:35 +04:00
.spec-reporter {
2014-02-11 04:44:35 +04:00
font-size: 11px;
line-height: 1.6em;
2014-02-11 06:32:15 +04:00
color: #333;
2013-02-12 08:11:59 +04:00
2014-02-11 05:06:35 +04:00
#jasmine_content {
position: fixed;
right: 100%;
}
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
.symbol-header {
2014-02-11 06:40:37 +04:00
font-size: 16px;
font-weight: bold;
2014-02-11 05:06:35 +04:00
margin: 0;
2014-02-11 06:40:37 +04:00
padding-bottom: 10px;
2014-02-11 06:32:15 +04:00
}
.symbol-area {
padding: 10px;
2014-02-11 05:06:35 +04:00
}
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
.symbol-summary {
2014-02-11 05:06:35 +04:00
overflow: hidden;
margin: 0;
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
li {
2014-02-11 06:32:15 +04:00
font-family: Monaco, Consolas, monospace;
2014-02-11 05:09:14 +04:00
float: left;
line-height: 10px;
height: 10px;
width: 10px;
font-size: 10px;
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
&.passed {
2014-02-11 06:32:15 +04:00
color: #5cb85c;
2014-02-11 05:09:14 +04:00
}
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
&.failed {
2014-02-11 06:32:15 +04:00
color: #d9534f;
2014-02-11 05:09:14 +04:00
}
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
&.skipped {
2014-02-11 06:32:15 +04:00
color: #ddd;
2014-02-11 05:09:14 +04:00
}
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
&.pending {
2014-02-11 06:32:15 +04:00
color: #eee;
2014-02-11 05:09:14 +04:00
}
2013-02-12 06:00:42 +04:00
2014-02-11 05:09:14 +04:00
&:before {
content: "\02022";
}
2014-02-11 05:06:35 +04:00
}
}
2013-02-15 00:31:19 +04:00
2014-02-11 05:06:35 +04:00
.status {
font-size: 20px;
line-height: 2em;
2014-02-11 06:32:15 +04:00
padding: 5px;
border-radius: 0;
margin: 0;
2014-02-11 05:06:35 +04:00
text-align: center;
.spec-count {
float: left;
}
.time {
float: right;
}
}
2013-02-15 00:31:19 +04:00
2014-02-11 05:06:35 +04:00
.results {
2014-02-11 06:32:15 +04:00
padding: 10px;
2014-02-11 05:06:35 +04:00
2014-02-11 06:32:15 +04:00
.description {
font-size: 16px;
padding: 5px 0 5px 0;
2014-02-11 05:06:35 +04:00
}
2014-02-11 06:32:15 +04:00
> .suite {
> .description {
font-size: 18px;
font-weight: bold;
}
2014-02-11 05:06:35 +04:00
2014-02-11 06:32:15 +04:00
margin-bottom: 20px;
2014-02-11 05:06:35 +04:00
}
.spec {
2014-02-11 06:32:15 +04:00
margin-top: 5px;
padding: 0 10px 10px 10px;
border-left: 3px solid #d9534f;
.spec-toggle {
2014-02-11 07:01:04 +04:00
.octicon(fold);
2014-02-11 06:32:15 +04:00
float: right;
cursor: pointer;
opacity: 0;
color: #999;
2014-02-11 07:01:04 +04:00
&.folded {
.octicon(unfold);
}
2014-02-11 06:32:15 +04:00
}
2014-02-11 05:06:35 +04:00
2014-02-11 06:32:15 +04:00
.spec-toggle:hover {
color: #333;
}
2014-02-11 05:06:35 +04:00
2014-02-11 06:32:15 +04:00
&:hover .spec-toggle {
opacity: 1;
}
2014-02-11 05:06:35 +04:00
}
2014-02-11 06:32:15 +04:00
.suite > .suite,
.suite > .spec {
margin-left: 10px;
2014-02-11 05:06:35 +04:00
}
}
2013-02-15 00:31:19 +04:00
2014-02-11 05:09:14 +04:00
.result-message {
2014-02-11 06:32:15 +04:00
font-size: 16px;
font-weight: bold;
color: #d9534f;
padding: 5px 0 5px 0;
2014-02-11 05:06:35 +04:00
}
2013-02-12 06:00:42 +04:00
2014-02-11 04:48:29 +04:00
.stack-trace {
font-size: 12px;
margin: 5px 0 0 0;
border-radius: 2px;
line-height: 18px;
2014-02-11 06:32:15 +04:00
color: #666;
2014-02-11 04:48:29 +04:00
border: 1px solid #ddd;
overflow: auto;
}
2013-02-12 06:00:42 +04:00
}