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%;
|
2013-04-05 19:05:47 +02:00
|
|
|
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;
|
2013-04-06 02:10:32 +02:00
|
|
|
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;
|
2013-04-05 19:05:47 +02:00
|
|
|
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;
|
|
|
|
}
|