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.
116 lines
2.5 KiB
116 lines
2.5 KiB
i.tool{
|
|
height: 14px;
|
|
width: 14px;
|
|
background: url("../../images/icons/btn-tool.png") no-repeat;
|
|
display: inline-block;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.arrow-down {
|
|
background: url("../../images/icons/ico-arrow-black.png") no-repeat;
|
|
width: 9px;
|
|
height: 6px;
|
|
display: inline-block;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.shuffle{
|
|
background: url("../../images/icons/btn-shuffle.png") no-repeat;
|
|
display: inline-block;
|
|
height: 13px;
|
|
width: 18px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.setting{
|
|
background: url("../../images/icons/btn-setting.png") no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.attach{
|
|
background: url("../../images/icons/btn-attach.png") no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.ico-phone{
|
|
background: url("../../images/icons/ico-phone.png") no-repeat;
|
|
height: 18px;
|
|
width: 13px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.ico-mail{
|
|
background: url("../../images/icons/ico-mail.png") no-repeat;
|
|
height:11px;
|
|
width: 17px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.gallery-edit{
|
|
background: url("../../images/icons/ico-gallery-edit.png") no-repeat;
|
|
height:20px;
|
|
width: 20px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.gallery-trash{
|
|
background: url("../../images/icons/ico-gallery-trash.png") no-repeat;
|
|
height:19px;
|
|
width: 17px;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.table-edit{
|
|
background: url("../../images/icons/ico-table-new.png") no-repeat;
|
|
width: 14px;
|
|
height: 13px;
|
|
display: inline-block;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
i.table-settings{
|
|
background: url("../../images/icons/ico-table-edit.png") no-repeat;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
i.table-delete{
|
|
background: url("../../images/icons/ico-table-delete.png") no-repeat;
|
|
width: 12px;
|
|
height: 12px;
|
|
display: inline-block;
|
|
margin-top: 1px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
}
|
|
|