2013-05-20 23:09:51 +02:00
|
|
|
.icon_contactimporter_button {
|
2016-06-13 22:59:05 +02:00
|
|
|
background: url(../images/import_icon.png) no-repeat !important;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2016-06-13 19:59:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon_contactimporter_export {
|
2016-06-13 22:59:05 +02:00
|
|
|
background: url(../images/download.png) no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2016-06-13 19:59:17 +02:00
|
|
|
}
|
2016-06-14 00:21:04 +02:00
|
|
|
|
2016-06-14 00:57:00 +02:00
|
|
|
.icon_contactimporter_import {
|
|
|
|
background: url(../images/upload.png) no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
2016-06-14 00:21:04 +02:00
|
|
|
.zarafa-ciplg-container {
|
|
|
|
width: 100%;
|
2016-06-14 01:09:52 +02:00
|
|
|
height: 50px;
|
2016-06-14 00:21:04 +02:00
|
|
|
}
|
|
|
|
|
2016-06-14 00:57:00 +02:00
|
|
|
.zarafa-ciplg-button .x-btn-small {
|
2016-06-14 00:21:04 +02:00
|
|
|
width: 80%;
|
2016-06-14 01:09:52 +02:00
|
|
|
height: 30px;
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
margin-top: 10px;
|
2016-06-14 00:57:00 +02:00
|
|
|
}
|