aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.dialog.css
Commit message (Collapse)AuthorAgeFilesLines
* 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