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

20 lines
317 B
CSS
Raw Normal View History

2013-04-01 03:57:29 +02:00
.oc-dialog {
background-color: white; color: #333333;
border-radius: 3px; box-shadow: 0 0 7px #888888;
padding: 10px;
z-index: 200;
}
.oc-dialog-title {
2013-04-01 15:12:53 +02:00
font-weight: bold;
2013-04-01 03:57:29 +02:00
}
.oc-dialog-content {
}
.oc-dialog-separator {
}
.oc-dialog-buttonrow {
float: right;
position: relative;
bottom: 0;
display: block;
}