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

37 lines
647 B
CSS
Raw Normal View History

2013-04-01 03:57:29 +02:00
.oc-dialog {
2013-04-06 15:03:31 +02:00
background: white;
color: #333333;
2013-04-01 03:57:29 +02:00
border-radius: 3px; box-shadow: 0 0 7px #888888;
2013-04-03 16:50:50 +02:00
padding: 15px;
2013-04-01 03:57:29 +02:00
z-index: 200;
2013-04-03 16:50:50 +02:00
font-size: 100%;
2013-04-01 03:57:29 +02:00
}
.oc-dialog-title {
2013-04-06 15:03:31 +02:00
background: white;
2013-04-01 15:12:53 +02:00
font-weight: bold;
2013-04-03 16:50:50 +02:00
font-size: 110%;
margin-bottom: 10px;
2013-04-01 03:57:29 +02:00
}
.oc-dialog-content {
2013-04-06 15:03:31 +02:00
z-index: 200;
background: white;
overflow-y: auto;
2013-04-01 03:57:29 +02:00
}
.oc-dialog-separator {
}
.oc-dialog-buttonrow {
2013-04-06 15:03:31 +02:00
background: white;
2013-04-01 03:57:29 +02:00
float: right;
position: relative;
bottom: 0;
display: block;
margin-top: 10px;
2013-04-01 03:57:29 +02:00
}
2013-04-03 16:50:50 +02:00
.oc-dialog-close {
position:absolute;
top:7px; right:7px;
height:20px; width:20px;
background:url('%webroot%/core/img/actions/delete.svg') no-repeat center;
}