FSN#35094 Nog enkele oude png iconen teruggehaald voor RES

svn path=/Website/trunk/; revision=32058
This commit is contained in:
Jos Groot Lipman
2016-12-21 09:16:30 +00:00
parent b7752fa0b2
commit f7581d045e
8 changed files with 3 additions and 3 deletions

BIN
APPL/Pictures/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
APPL/Pictures/moreleft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

BIN
APPL/Pictures/moreright.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

BIN
APPL/Pictures/resdirty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

View File

@@ -259,13 +259,13 @@ div.objcatdiv { font-weight: normal;
tr div.res_fatal { background-color: #ccc;
background-repeat: repeat-x;
background-position: 4px 0;
background-image:url(../pictures/delete.png)!important;
background-image:url(../pictures/resdirty.png)!important;
z-index: 1; }
tr.res_fatal td { background-color: #F88 !important;
border: 1px solid #D44444;
background-repeat: no-repeat;
background-image:url(../pictures/delete.png)!important;
background-image:url(../pictures/resdirty.png)!important;
padding-left : 20px;
z-index: 1; }
@@ -274,7 +274,7 @@ input[type=text].button.required.res_fatal
{ background-color: #F88 !important;
border: 1px solid #D44444;
background-repeat: no-repeat;
background-image:url(../pictures/delete.png)!important;
background-image:url(../pictures/resdirty.png)!important;
padding-left : 20px;
z-index: 1; }
.res_fatalicon i { color: red; font-size: 1.3em;}