silverstripe-framework/admin
2012-01-03 18:11:21 +01:00
..
code MINOR Using box-sizing to lay out form fields rather than relying on hacky 90% widths + pixel-based paddings, which makes it impossible to align anything outside of the field container the these elements. Using conditional CSS to disable field padding if box-sizing is not available. Generalized "stacked" form pattern in _form.scss, fixed CMS actions padding to align with fields. 2012-01-03 18:11:21 +01:00
css MINOR Moved ModelAdmin styles into separate file 2012-01-03 18:11:21 +01:00
images MINOR: Added Member Profile Popup Styling 2011-12-29 09:48:22 +01:00
javascript MINOR Disable 'preview' button if not applicable 2012-01-03 18:11:18 +01:00
scss MINOR Moved ModelAdmin styles into separate file 2012-01-03 18:11:21 +01:00
templates MINOR Reverted special styling of preview button in CMS, too hard to keep consistent alignment 2011-12-20 17:46:43 +01:00
tests MINOR Making SecurityAdminTest more resilient against markup order changes 2012-01-02 16:48:36 +01:00
thirdparty MINOR Updated chosen.js to 0.9.5 2012-01-03 12:08:29 +01:00
_config.php BUGFIX Enforcing TinyMCE textarea call on window.load in addition to entwine/DOMReady to ensure TinyMCE.init() has been called and all plugins are loaded. 2011-12-15 00:48:29 +01:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver 2011-12-20 17:46:43 +01:00