contactimporter/resources/css/contactimporter-main.css

31 lines
713 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;
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
}