[ticket/527] Move calendar arrow icons to styles/all/

B3P-527
This commit is contained in:
Marc Alexander
2015-06-05 10:02:15 +02:00
parent c6767fa9f2
commit cbe29004bd
7 changed files with 34 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 676 B

View File

@@ -63,6 +63,22 @@
float: right;
}
.portal-arrow-left-icon {
background-image: url('../../all/theme/images/portal/cal_icon_left_arrow.png');
padding-left: 16px;
padding-top: 16px;
float: left;
margin-bottom: 2px;
}
.portal-arrow-right-icon {
background-image: url('../../all/theme/images/portal/cal_icon_right_arrow.png');
padding-left: 16px;
padding-top: 16px;
float: right;
margin-bottom: 2px;
}
.portal-user-span {
float: left;
padding-left: 5px;