Commit Graph

24 Commits

Author SHA1 Message Date
Jonathon Menz
0e47583c9a Remove redundant CSS
StripThumbnail now provides icon for all file types
2016-03-15 12:07:20 -07:00
Sam Minnee
bbc3aaaf9f MINOR: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -prune -o -type f -name "$match" -exec sed -i '' 's/[[:space:]]\+$//' {} \+
	find . -path ./thirdparty -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:32:05 +13:00
Daniel Hensby
39ee2ec634 Merge branch '3.2' into 3
Conflicts:
	lang/en.yml
2015-08-17 14:23:16 +01:00
Jonathon Menz
7041a43684 Moved image thumbnail style rules to Framework
for consistent styling of image thumbnails in GridFields
2015-07-30 16:15:35 -07:00
David Craig
cc3385b9f8 Move filters from panel to header
- The filters panel has been removed in favour of a search panel in the header
- Multi-select updated
  - Renamed to Bulk actions
  - Styles updated
  - Added placeholder text / removed redundant option
  - Now appears in SiteTree view too
2015-06-24 09:58:48 +12:00
Ingo Schommer
286dfe4d86 Fixed duplicate CSS scoping in AssetAdmin.scss 2014-10-16 10:36:31 +13:00
jonom
97489b6b18 Allow asset admin styles to be used in 'Choose another file' dialogue of UploadField
I've added thumbnails to the 'Choose another file' dialogue, this style change allows for that gridfield to be styled the same way with compact rows
2013-05-31 18:12:19 -05:00
Ingo Schommer
a52514a306 ENHANCEMENT Tab style consolidation and design consistency 2012-11-06 22:24:01 +01:00
Ingo Schommer
abba77af51 Fixes required for jQuery UI 1.9 2012-11-06 15:54:37 +01:00
Sean Harvey
a7626829f6 MINOR AssetAdmin tweaks to folder/file thumbnail columns to be tidier 2012-05-18 14:39:26 +12:00
Robert Curry
28a1d0d4e7 BUGFIX: Change styles on tabs to new format. 2012-05-11 11:31:40 +12:00
Ingo Schommer
3f57aa01c9 Merge pull request #111 from silverstripe-big-o/Trac-7222-change-gallery-icon
ENHANCEMENT:changed gallery icon to an edit icon for assetAdmin
2012-05-02 04:34:54 -07:00
Jeremy Bridson
a895d0bbe5 ENHANCEMENT:changed gallery icon to an edit icon for assetAdmin 2012-05-02 11:47:31 +12:00
Jeremy Bridson
4faf02e6cc ENHANCEMENT:added folder icons to assetAdmin tree view 2012-04-26 12:30:32 +12:00
Simon Welsh
c4e018928e API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:56:40 +12:00
jbridson
9bb3104253 BUGFIX:fixed padding issues with navigation tabs on Asset Admin 2012-03-27 14:57:39 +02:00
jbridson
ddcf979fb5 BUGFIX:Trac Ticket #7015 - removed unnecessary scrollbars from files and images filter and increased height of search field to accommodate the dropdown. 2012-03-27 14:57:39 +02:00
jbridson
bdb832ef4a BUGFIX:SSF-30 - Fixed dropdown cutoff in all browsers. 2012-03-27 14:57:39 +02:00
jbridson
a5e9a3d350 BUGFIX:SSF-106 - fixed overflow issues on asset admin 2012-03-13 10:52:30 +13:00
jbridson
83aae46236 BUGFIX:SSF-30 - moved tabs SCSS from _style.scss to AssetAdmin.scss 2012-03-08 09:05:14 +13:00
jbridson
590027cfe3 ENHANCEMENT:SSF-30 - changed color of add folder button. 2012-03-07 17:33:29 +13:00
jbridson
12c01d45de MINOR:SSF-106 - added padding to the tfoot of the asset admin datagrid (for the styling of pagination) 2012-03-06 15:00:36 +13:00
Ingo Schommer
18e612e65b MINOR Moved CMSMain.GridField.js logic into LeftAndMain.js (applies to all CMS interfaces), fixed event bugs with GridField overloading in AssetAdmin.js 2012-03-01 00:19:34 +01:00
Ingo Schommer
09fd710dd4 MINOR Combining CSS in CMS, added AssetAdmin styles 2012-02-23 23:15:37 +01:00