dwf/rva: snazzy new graphics
This commit is contained in:
parent
72ba4ea90a
commit
c9edbbe9b7
Binary file not shown.
Before Width: | Height: | Size: 781 B |
Binary file not shown.
Before Width: | Height: | Size: 701 B |
Binary file not shown.
After Width: | Height: | Size: 730 B |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 759 B |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
20
jasmine.iws
20
jasmine.iws
|
@ -101,7 +101,7 @@
|
||||||
<file leaf-file-name="bootstrap.js" pinned="false" current="true" current-in-tab="true">
|
<file leaf-file-name="bootstrap.js" pinned="false" current="true" current-in-tab="true">
|
||||||
<entry file="file://$PROJECT_DIR$/test/bootstrap.js">
|
<entry file="file://$PROJECT_DIR$/test/bootstrap.js">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="863" column="16" selection-start="26512" selection-end="26512" vertical-scroll-proportion="0.46424976">
|
<state line="841" column="18" selection-start="25839" selection-end="25839" vertical-scroll-proportion="0.61732125">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<file leaf-file-name="jasmine.css" pinned="false" current="false" current-in-tab="false">
|
<file leaf-file-name="jasmine.css" pinned="false" current="false" current-in-tab="false">
|
||||||
<entry file="file://$PROJECT_DIR$/lib/jasmine.css">
|
<entry file="file://$PROJECT_DIR$/lib/jasmine.css">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="16" column="8" selection-start="315" selection-end="315" vertical-scroll-proportion="0.29400387">
|
<state line="17" column="36" selection-start="351" selection-end="351" vertical-scroll-proportion="0.31237912">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
|
@ -534,13 +534,6 @@
|
||||||
<state />
|
<state />
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/lib/jasmine.css">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state line="16" column="8" selection-start="315" selection-end="315" vertical-scroll-proportion="0.29400387">
|
|
||||||
<folding />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/example/example.js">
|
<entry file="file://$PROJECT_DIR$/example/example.js">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="6" column="0" selection-start="183" selection-end="183" vertical-scroll-proportion="0.11025145">
|
<state line="6" column="0" selection-start="183" selection-end="183" vertical-scroll-proportion="0.11025145">
|
||||||
|
@ -562,9 +555,16 @@
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/lib/jasmine.css">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state line="17" column="36" selection-start="351" selection-end="351" vertical-scroll-proportion="0.31237912">
|
||||||
|
<folding />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/test/bootstrap.js">
|
<entry file="file://$PROJECT_DIR$/test/bootstrap.js">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="863" column="16" selection-start="26512" selection-end="26512" vertical-scroll-proportion="0.46424976">
|
<state line="841" column="18" selection-start="25839" selection-end="25839" vertical-scroll-proportion="0.61732125">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
|
@ -15,7 +15,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.fail {
|
p.fail {
|
||||||
background: url( ../images/exclamation.png ) no-repeat;
|
background: url( ../images/fail-16.png ) no-repeat;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ var reporter = function () {
|
||||||
if (result) {
|
if (result) {
|
||||||
passes++;
|
passes++;
|
||||||
iconElement = $('icons');
|
iconElement = $('icons');
|
||||||
iconElement.appendChild(new Element('img', {src: '../images/accept.png'}));
|
iconElement.appendChild(new Element('img', {src: '../images/go-16.png'}));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fails++;
|
fails++;
|
||||||
|
@ -20,7 +20,7 @@ var reporter = function () {
|
||||||
fails_report.show();
|
fails_report.show();
|
||||||
|
|
||||||
var iconElement = $('icons');
|
var iconElement = $('icons');
|
||||||
iconElement.appendChild(new Element('img', {src: '../images/exclamation.png'}));
|
iconElement.appendChild(new Element('img', {src: '../images/fail-16.png'}));
|
||||||
|
|
||||||
var failMessages = $('fail_messages');
|
var failMessages = $('fail_messages');
|
||||||
var newFail = new Element('p', {'class': 'fail'});
|
var newFail = new Element('p', {'class': 'fail'});
|
||||||
|
|
Loading…
Reference in New Issue