aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.dialog.css
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Dialog: Removed unnecessary style properties.Scott González2012-12-141-3/+2
|
* Dialog: Remove unnecessary margin on title.Scott González2012-12-041-1/+1
|
* Dialog: Adjust southeast resize handle to not be visible and more closely ↵Scott González2012-12-031-4/+4
| | | | match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle.
* Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar ↵Jörn Zaefferer2012-12-031-0/+4
| | | | changes height during resize, button pane positioning changes.
* Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵Anika Henke2012-11-291-1/+0
| | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-261-10/+2
|
* CSS: Reformatted CSS to use better coding standardAnika Henke2012-11-191-12/+65
|
* Dialog: Set top and left properties in the default styles to avoid a bug in ↵Scott González2012-11-061-1/+1
| | | | core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-1/+1
| | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Remove whitespace at the end of the Dialog title CSS definition.Rob Loach2011-11-281-1/+1
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: ↵aaronpeterson2011-01-111-2/+2
| | | | Typesetting on title bar is inconsistent with other widget title bars/headers.
* Dialog: Wrap buttons in a div so we can float the div instead of the ↵Scott González2010-07-291-1/+2
| | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.
* Dialog: Removed CSS rules for button styling - let the button plugin ↵Scott González2010-07-161-1/+1
| | | | handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons.
* All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-141-2/+9
|
* Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow ↵Scott González2010-07-141-1/+1
| | | | breaks when displayed inside a dialog on Internet Explorer.
* Dialog: Removed relative positioning from content div.Scott González2010-03-141-1/+1
| | | | Fixes #5323 - dialog content shifts when dialog resized from top or left.
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+13
file renames in 1.8a1