contactimporter/resources/css/contactimporter-main.css

31 lines
731 B
CSS
Raw Normal View History

.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;
background-size: 18px !important;
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%;
height: 30px;
}
2016-06-14 00:57:00 +02:00
.zarafa-ciplg-button .x-btn-small {
2016-06-14 00:21:04 +02:00
width: 80%;
height: 25px;
margin-left: auto;
margin-right: auto;
2016-06-14 00:57:00 +02:00
}