You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.8 KiB
88 lines
1.8 KiB
4 years ago
|
|
||
|
.leftPanel {
|
||
|
width: 17%;
|
||
|
overflow: hidden;
|
||
|
margin: 0px;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
.rightline {
|
||
|
border-right: 1px solid #888;
|
||
|
}
|
||
|
|
||
|
.btnbartitle {
|
||
|
border-bottom: #ccc 1px solid;
|
||
|
padding-bottom: 1px;
|
||
|
background-color: #F2F2F2;
|
||
|
height: 26px;
|
||
|
line-height: 26px;
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
color: #666;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.component_button {
|
||
|
text-align: center;
|
||
|
float: left;
|
||
|
height: 35px;
|
||
|
line-height: 35px;
|
||
|
width: 50%;
|
||
|
font-size: 14px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.component_button div {
|
||
|
vertical-align: middle;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
border: 0px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
div.recy li {
|
||
|
padding-left: 50px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
div.recy li span {
|
||
|
margin-right: 20px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
ul.list-group li div {
|
||
|
vertical-align: middle;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
border: 0px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.edp-inbox-download {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/inbox_download.png')
|
||
|
}
|
||
|
|
||
|
.edp-email-add {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/email_add.png')
|
||
|
}
|
||
|
|
||
|
.edp-message-emails {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/emails.png')
|
||
|
}
|
||
|
|
||
|
.edp-message-email-open {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/email_open.png')
|
||
|
}
|
||
|
|
||
|
.edp-message-email-go {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/email_go.png')
|
||
|
}
|
||
|
|
||
|
.edp-message-email-edit {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/email_edit.png')
|
||
|
}
|
||
|
|
||
|
.edp-message-email-delete {
|
||
|
background-image: url('../../../../themes/default/images/app/module/ema001/email_delete.png')
|
||
|
}
|