1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-04 15:24:35 +01:00
OwncloudContactsOfficial/css/jquery.ocdialog.css

31 lines
558 B
CSS

.oc-dialog {
background-color: white; color: #333333;
border-radius: 3px; box-shadow: 0 0 7px #888888;
padding: 15px;
z-index: 200;
font-size: 100%;
}
.oc-dialog-title {
font-weight: bold;
font-size: 110%;
margin-bottom: 10px;
}
.oc-dialog-content {
}
.oc-dialog-separator {
}
.oc-dialog-buttonrow {
float: right;
position: relative;
bottom: 0;
display: block;
margin-top: 10px;
}
.oc-dialog-close {
position:absolute;
top:7px; right:7px;
height:20px; width:20px;
background:url('%webroot%/core/img/actions/delete.svg') no-repeat center;
}