Revert "Issue #1356602 by nicholasruunu, mcjim, rteijeiro, chrisjlee | jenlampton: Clean up icons in misc."

This clean-up accidentally introduced a few regressions, so rolling back until it's ready.

This reverts commit fab42693f8.
8.0.x
webchick 2014-03-25 13:53:30 -07:00
parent 9097639256
commit 37b5f2db6c
22 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

BIN
core/misc/configure.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

BIN
core/misc/draggable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

BIN
core/misc/edit-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

BIN
core/misc/edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
core/misc/grippie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

BIN
core/misc/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
core/misc/menu-expanded.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

BIN
core/misc/menu-leaf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

BIN
core/misc/message-24-ok.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

BIN
core/misc/permissions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

View File

@ -16,7 +16,7 @@
white-space: nowrap;
}
#forum .icon{
background-image: url(../images/forum-icons.png);
background-image: url(../../../misc/forum-icons.png);
background-repeat: no-repeat;
float: left; /* LTR */
height: 24px;

View File

@ -149,7 +149,7 @@ class ImageTest extends UnitTestCase {
* Tests \Drupal\Core\Image\Image::setSource().
*/
public function testSetSource() {
$source = __DIR__ . '/../../../../../misc/help.png';
$source = __DIR__ . '/../../../../../misc/grippie.png';
$this->image->setSource($source);
$this->assertEquals($this->image->getSource(), $source);
}