source: extensions/charlies_content/ui.dialog.css @ 27153

Last change on this file since 27153 was 3320, checked in by vdigital, 15 years ago

+ Missing elements for Charlies' content

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1/* Dialog
2----------------------------------*/
3.ui-dialog { position: relative; padding: .2em; width: 300px; }
4.ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
5.ui-dialog-title { float: left; margin: .1em 0 .2em; } 
6.ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
7.ui-dialog-titlebar-close span { display: block; margin: 1px; }
8.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { padding: 0; }
9.ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
10.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
11.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
12.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
13.ui-draggable .ui-dialog-titlebar { cursor: move; }
Note: See TracBrowser for help on using the repository browser.