moving et2 images to api

This commit is contained in:
Ralf Becker 2016-03-21 09:27:41 +00:00
parent 23f07571c6
commit fb4101e38a

View File

@ -1454,7 +1454,7 @@ div.message.floating {
padding: 0px 4px;
margin: 0px 5px;
/* TODO: This is template specific */
background-image: url(../../../phpgwapi/templates/default/images/bullet.png);
background-image: url(images/bullet.png);
}
.sidebox-favorites ul.favorites {
width: 99%;
@ -2530,7 +2530,7 @@ td.avatar {
overflow: hidden;
width: 50px;
height: 50px;
background-image: url(/egroupware/addressbook/templates/pixelegg/images/photo.png);
background-image: url(images/photo.png);
background-size: 35px 35px;
background-repeat: no-repeat;
background-position: center;