diff options
Diffstat (limited to 'core/css/jquery.ocdialog.css')
-rw-r--r-- | core/css/jquery.ocdialog.css | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css deleted file mode 100644 index b241dcfea6f..00000000000 --- a/core/css/jquery.ocdialog.css +++ /dev/null @@ -1,60 +0,0 @@ -.oc-dialog { - background: white; - color: #333333; - border-radius: 3px; box-shadow: 0 0 7px #888888; - padding: 15px; - z-index: 1000; - font-size: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - min-width: 200px; -} -.oc-dialog-title { - background: white; - font-weight: bold; - font-size: 110%; - margin-bottom: 10px; -} -.oc-dialog-content { - z-index: 1000; - background: white; -} -.oc-dialog-separator { -} -.oc-dialog-buttonrow { - background: white; - float: right; - position: relative; - bottom: 5px; - display: block; - margin-top: 10px; - width: 100%; -} -/* align primary button to right, other buttons to left */ -.oc-dialog-buttonrow.twobuttons button:nth-child(1) { - float: left; -} -.oc-dialog-buttonrow.twobuttons button:nth-child(2) { - float: right; -} - -.oc-dialog-buttonrow.onebutton button { - float: right; -} - -.oc-dialog-close { - position:absolute; - top:7px; right:7px; - height:20px; width:20px; - background:url('../img/actions/close.svg') no-repeat center; -} - -.oc-dialog-dim { - background-color: #000; - opacity: .20; - z-index: 999; - position: fixed; - top: 0; left: 0; - width: 100%; height: 100%; -} |