[ticket/506] Move module images to styles/all folder
B3P-506
|
Before Width: | Height: | Size: 1003 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 964 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 738 B |
|
Before Width: | Height: | Size: 696 B |
|
Before Width: | Height: | Size: 895 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 855 B |
|
Before Width: | Height: | Size: 879 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 813 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
.portal-user-icon {
|
||||
background-image: url("./images/portal/portal_user.png");
|
||||
background-image: url("../../all/theme/images/portal/portal_user.png");
|
||||
padding-left: 16px;
|
||||
padding-top: 16px;
|
||||
float: left;
|
||||
@@ -469,7 +469,7 @@ a.portal-forumtitle {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
background-position: 0 0;
|
||||
background: url(./images/portal/portal_clock_single.png) no-repeat;
|
||||
background: url("../../all/theme/images/portal/portal_clock_single.png") no-repeat;
|
||||
}
|
||||
|
||||
/* Minutes start
|
||||
@@ -561,7 +561,7 @@ a.portal-forumtitle {
|
||||
.portal-clock-back-hours-up, .portal-clock-front-hours-up {
|
||||
width: 42px;
|
||||
height: 21px;
|
||||
background: url(./images/portal/portal_clock_double.png) no-repeat;
|
||||
background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat;
|
||||
background-position: 0 0;
|
||||
vertical-align: bottom;
|
||||
display: inline-block;
|
||||
@@ -571,7 +571,7 @@ a.portal-forumtitle {
|
||||
.portal-clock-back-hours-down, .portal-clock-front-hours-down {
|
||||
width: 42px;
|
||||
height: 20px;
|
||||
background: url(./images/portal/portal_clock_double.png) no-repeat;
|
||||
background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat;
|
||||
background-position: 0 -44px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
|
||||