Ingo Schommer
9152387c92
Fixed GridField button alignment (regression from a9cbea34
)
...
The text-indent: 9999px was relying on text-align: right to function. Because it was left-aligned, text showed below the icon graphic.
The width of the button column was constrainted to 40px,
which first of all didn't fit the two icons properly,
but also made the big assumption that we never have more than two.
The new width: auto setting means that the column might be a bit
longer than desired, but at least it doesn't cut off icons
or wrap them into multiple lines unnecessarily.
Thanks to ARNHOE for starting this patch.
2012-12-06 14:50:27 +01:00
Naomi Guyer
1a864d739d
BUG: Force gridfield to wrap on long content
...
Make sure gridfield cells wrap. Added word-warp, so long words will
break apart to wrap, and a max-width.
The max-width number is semi-arbitrary. In practice it does not act as
a real max-width, but as some sort of limit on the percentage.
Unfortunately, this fix has no effect at all on any version of IE.
2012-10-17 10:33:18 +13:00
Damian Mooyman
f265595c1e
NEW: GridFieldPageCount control for displaying the current page count/total in the gridview header. Designed to complement a functional pager in the grid footer.
...
NEW: GridFieldPageCount widget to default config settings
FIX: @extend .col_buttons in GridField.scss which was raising a warning
2012-10-03 14:54:37 +13:00
Ingo Schommer
ad52b8cfd2
Merge pull request #629 from silverstripe-rebelalliance/3.0
...
BUG:fixed the misaligned edit and delete buttons in gridfield Trac 7527
2012-07-10 02:51:04 -07:00
Kirk Mayo
630ab878c9
BUG:fixed the misaligned edit and delete buttons in gridfield Trac 7527
2012-07-10 14:52:34 +12:00
Naomi Guyer
7db0e32f9c
MINOR: Remove unnecessarily repeated mixins
2012-06-20 10:42:20 +12:00
Paul Clarke
3ada9a9327
ENHANCEMENT Basic css spacing issues
...
Ticket #7446 Minor css spacing fixs: padding on grid filter, filter
panel, page actions box-shadow to remove
2012-06-11 16:02:33 +12:00
Sean Harvey
f865891737
MINOR Fixing styling on listChildrenLink in GridField
2012-05-30 22:11:52 +12:00
Naomi Guyer
28e43bdc88
ENHANCEMENT: File/Image UI fixes
...
* Replaced cancel/delete button in files area
* Consolidated Image upload styles with AssetUpload styles
* Changed name of step 2 in image upload
* Made image editing hidden by default, so multiple files can be seen,
and added ability top open and close
* Tweaked styles in on page upload field (status colour and file name
width)
2012-05-28 11:50:34 +12:00
Ingo Schommer
fa445ad13f
Merge pull request #452 from adrexia/sapphire
...
---
* Added a separate component to grid field to hold buttons.
* Updated templates for changes
* Updated comments
Conflicts:
css/AssetUploadField.css
css/GridField.css
2012-05-24 23:06:46 +02:00
Paul Clarke
d522b81892
ENHANCEMENT gridfield styling improvements, asset admin style improvements
2012-05-22 16:06:50 +12:00
Paul Clarke
a9cbea343e
ENHANCEMENT gridfield colours simplified to use base colours, css tidy up around actions & icons
2012-05-22 16:06:50 +12:00
Paul Clarke
5edf447d2a
ENHANCEMENT visual enhancements, cms tabs, main menu drop shadow adjusted, actions panel top gradient replaced
2012-05-22 16:06:49 +12:00
Naomi Guyer
1747298786
ENHANCEMENT: Make GridFieldButtonRow more adaptable
...
* Add ability to choose where to put buttons (in buttonRow, toolbar
header, etc)
* Adjust styles to take these changes into account
2012-05-21 14:41:46 +12:00
Naomi Guyer
a7336e9dca
ENHANCEMENT: Move GridField buttons out of table (fixes 7213)
...
* Added a separate component to grid field to hold buttons.
* Updated templates for changes
* Updated comments
2012-05-21 14:19:59 +12:00
Robert Curry
38e4bfd150
BUGFIX: Force iOS Safari to send through click events on gridfield rows. ( fixes #6993 )
2012-05-18 14:00:23 +12:00
Naomi Guyer
f0c61c20df
BUGFIX: GridField filter
...
Make sure the new class is used consistently, and has the correct css
applied to it.
2012-05-17 11:15:53 +12:00
Ingo Schommer
dfa01c8ce1
Merge pull request #446 from adrexia/sapphire
...
---
MINOR: SCSS refactoring
1. Refactored some gridfield styles to enable reuse (created a mixin file to hold mixins that generate specific css objects/elements).
2. Made some scss comments use // so they wouldnt appear in generated css
ENHANCEMENT: Gridfield usability (fixes 7215)
1. Modified gridfield to use default colours
2. Added ability to show and hide the filter
3. Design changes to icons used
4. Gridfield template fixes: Took out broken mark-up from templates (spans were being inserted inside spans), and adjusted styles. Added extra class to template
5. Added "filter by ..." placeholder text to input fields
Conflicts:
css/GridField.css
2012-05-16 12:29:13 +02:00
Naomi Guyer
7363d8bc47
BUGFIX: Fix pagination buttons
...
Disable ability to click on disabled pagination buttons
2012-05-16 17:39:00 +12:00
Naomi Guyer
458171ff92
ENHANCEMENT: Gridfield usability (fixes 7215)
...
1. Modified gridfield to use default colours
2. Added ability to show and hide the filter
3. Design changes to icons used
4. Gridfield template fixes: Took out broken mark-up from templates
(spans were being inserted inside spans), and adjusted styles. Added
extra class to template
5. Added "filter by ..." placeholder text to input fields
2012-05-16 12:18:23 +12:00
Andrew Short
05cde92508
FEATURE: Implemented a view action for GridField, and a record viewing GridFieldConfig.
2012-05-12 18:49:56 +10:00
Normann Lou
7324712e9e
FEATURE: add Levelup component to GridField as GridFieldLevelup
2012-05-07 13:40:53 +12:00
Naomi Guyer
2b9b07adcc
BUGFIX: 7055 Filter buttons in IE9
...
Set gradient support to true for IE9 in order for the icons to show on
top of gradients as desired.
2012-04-23 12:29:57 +12:00
Jeremy Bridson
e91c609bd2
BUGFIX:fixed broken filter header styling in users
2012-04-16 15:30:34 +12:00
Simon Welsh
f07258f3cf
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
Will Rossiter
07d2d5273a
ENHANCEMENT: populate FormField:: on the fly based on class name of field rather than requiring explict definition.
2012-04-14 17:36:19 +12:00
Julian Seidenberg
e9dc610448
API-CHANGE: new GridFieldFooter component
2012-04-12 16:13:47 +12:00
Jeremy Bridson
84388a4119
ENHANCEMENT:SSF-124 - changed how the border radius was applied on the gridfield header. border radius is now applied to the first and last th in the first row in <thead>.
2012-04-11 13:45:37 +12:00
Jeremy Bridson
285773746d
BUGFIX:SSF-124 / Trac#7105 - fixed issue with gridfield columns being too narrow.
2012-04-11 10:48:24 +12:00
Jeremy Bridson
3ea847a059
MINOR:changed white-space:nowrap so that it applies to all td in the gridfield.
2012-04-10 13:41:15 +12:00
Jeremy Bridson
b26807058f
ENHANCEMENT:removed border and added blue link color to page titles.
2012-04-10 13:36:15 +12:00
Jeremy Bridson
4a3a6d5128
BUGFIX: SSF-124 - removed styles to fix color of th text.
2012-04-10 13:36:15 +12:00
Jeremy Bridson
e0b429491c
ENHANCEMENT: SSF-124 - styled the pages list view.
2012-04-10 12:22:11 +12:00
Ingo Schommer
8c5e56fe31
Merge branch 'master' into integration
...
Conflicts:
admin/css/screen.css
dev/install/php5-required.html
2012-04-09 21:10:08 +02:00
Jeremy Bridson
206c61fcd5
ENHANCEMENT:SSF-168 - styled report admin gridfield
2012-04-05 15:27:52 +12:00
Sean Harvey
076f1a83f4
BUGFIX Fixed GridField edit link appearing 9999px off screen, should not be visible as the icon replaces the link text.
2012-04-04 16:00:56 +12:00
Felipe Skroski
4ffef20b09
ENHANCEMENT: SSF-168 updated print styles to the datagrid
2012-04-04 14:09:52 +12:00
Ingo Schommer
3ef3a6df99
MINOR Shrinking GridField button column to fit, rather than hardcoding a width for it that depends on the amount and styling of buttons in the table
2012-03-27 17:07:52 +02:00
jbridson
4bf4d4de8f
MINOR:SSF-53 - changed color of text on link existing button on hover.
2012-03-27 15:33:59 +02:00
Ingo Schommer
960e3428b6
MINOR Avoid wrapping GridField row buttons into multiple lines
2012-03-12 10:23:59 +01:00
jbridson
b8f7f4c978
ENHANCEMENT:SSF-25 - removed find button when linking existing user - also made SCSS less specific so that it adds styling for the link existing button across the CMS.
2012-03-12 10:01:21 +01:00
jbridson
00d8188924
BUGFIX: SSF-106 - fixed scss for export to csv button so that is more general to all datagrid
2012-03-12 09:56:04 +01:00
jbridson
4a6116b562
MINOR:fixed use of $grid_x/y variables and documented 'magic' numbers
2012-03-12 09:35:38 +01:00
Normann Lou
aed91931a7
MINOR SSF-53 : code convention, use "-" instead of "_" for html class property value
2012-03-12 09:35:25 +01:00
jbridson
2cbbddefd2
MINOR:SSF-106 - fixed hover and active states to be more general across all buttons in datagrid rows.
2012-03-12 09:34:31 +01:00
jbridson
a6884942d5
MINOR:SSF-106 - fixed incorrect $gf_grid_x/y variables
2012-03-12 09:34:24 +01:00
Sam Minnee
12618e2027
API CHANGE: Added targetFragment argument to GridFieldAddExistingAutocompleter, so that its location can be changed. Updated CSS and HTML to allow for this.
2012-03-09 17:52:26 +13:00
Sam Minnee
d795a55bdb
API CHANGE: Removed 'add new' button from GridFieldToolbarHeader, instead opting to include two HTML fragments: toolbar-header-left and toolbar-header-right.
2012-03-09 17:52:26 +13:00
jbridson
72101c254a
MINOR:SSF-106 - fixed position of pagination on datagrid.
2012-03-08 17:21:26 +13:00
jbridson
2095743a68
MINOR:SSF-106 - edited the SCSS so that measurements use increments of $gf_gridy/x
2012-03-08 16:40:05 +13:00