mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
20 lines
311 B
CSS
20 lines
311 B
CSS
.oc-dialog {
|
|
background-color: white; color: #333333;
|
|
border-radius: 3px; box-shadow: 0 0 7px #888888;
|
|
padding: 10px;
|
|
z-index: 200;
|
|
}
|
|
.oc-dialog-title {
|
|
}
|
|
.oc-dialog-content {
|
|
}
|
|
.oc-dialog-separator {
|
|
}
|
|
.oc-dialog-buttonrow {
|
|
float: right;
|
|
position: relative;
|
|
bottom: 0;
|
|
height: 2em;
|
|
display: block;
|
|
}
|