annotate OrthancExplorer/libs/jquery.mobile.simpledialog.min.css @ 3756:67b62edd1d6e
Orthanc-1.5.3
closing branch Orthanc-1.5.3
author |
Sebastien Jodogne <s.jodogne@gmail.com> |
date |
Mon, 16 Mar 2020 12:16:45 +0100 |
parents |
4bc019d2f969 |
children |
|
rev |
line source |
0
|
1 /*
|
|
2 * jQuery Mobile Framework : plugin to provide a simple Dialog widget.
|
|
3 * Copyright (c) JTSage
|
|
4 * CC 3.0 Attribution. May be relicensed without permission/notifcation.
|
|
5 * https://github.com/jtsage/jquery-mobile-simpledialog
|
|
6 */
|
|
7
|
|
8 .ui-simpledialog-header h4{margin-top:5px;margin-bottom:5px;text-align:center}.ui-simpledialog-container{border:5px solid #111!important;width:85%;max-width:500px}.ui-simpledialog-screen{position:absolute;top:0;left:0;width:100%;height:100%}.ui-simpledialog-hidden{display:none}.ui-simpledialog-input{width:85%!important;display:block!important;margin-left:auto;margin-right:auto}.ui-simpledialog-screen-modal{background-color:black;-moz-opacity:.8;opacity:.80;filter:alpha(opacity=80)}.ui-simpledialog-subtitle{text-align:center}.ui-simpledialog-controls .buttons-separator{min-height:.6em}.ui-simpledialog-controls .button-hidden{display:none}.ui-dialog .ui-simpledialog-container{border:none!important}.ui-dialog-simpledialog .ui-content{padding:5px!important} |