Commit Graph

16 Commits

Author SHA1 Message Date
Damian Mooyman 973f524b41
BUG Fix incorrect drag-drop handle
Update .editorconfig to match css / scss coding conventions
2017-09-06 09:13:56 +01:00
Naomi Guyer da2e75f3c4 FIX: Add new multiclass UI
Visual fixes for add new multiclass button/selector
2017-09-01 23:05:02 +12:00
Lee Bradley 1b5e83b7f6 Fix for Exception namespace & CSS image move
Missing '\\' before Exception
Icon has moved in Framework
2017-02-14 17:07:29 +00:00
Michael d463ba25c1 Adding the ability to set the sort column title by setting $field_labels of a DataObject. 2016-07-18 08:49:37 +09:30
Jake Bentvelzen 4d1e7742da fix(EditableColumns): Fixed <select> to have a #fff background-color 2016-04-16 11:15:55 +10:00
Jake Bentvelzen 8eb0e5f47d style(EditableColumns/DropdownField): Styled the <select> tag to look like the other input fields. 2016-04-10 19:45:57 +10:00
Jake Bentvelzen 14be079320 Added the margin-bottom: 12px; that's usually applied the '.action' class. Unfortunately putting that class on the button breaks the inline functionality so I opted to just put identical styling into the extension itself. 2016-03-22 14:48:17 +11:00
Thierry François 077125a30a Drag handle icon is always visible 2014-12-02 17:05:01 +02:00
Andrew Short 0584ad3c49 Fix search list border radius when a single item was displayed 2013-03-28 20:40:33 +11:00
ajshort 0a4c2e2ed8 Style new unsaved rows differently. 2013-02-10 17:10:54 +11:00
ajshort 692453bf9b Implement inline creation of records.
* Builds on the editable cols component with GridFieldAddNewInlineButton.
* Closes #2.
2013-02-09 02:19:30 +11:00
ajshort f62493ffa9 Add inline GridFieldEditableColumns component. 2013-02-07 22:31:12 +11:00
ajshort d7a9d470f9 Add GridFieldAddNewMultiClass component.
This component allows the user to select from a list of classes when creating a new record.
2013-02-02 14:14:59 +11:00
Andrew Short 1c17f8e523 Tweak add existing search form styling. 2012-12-30 16:24:35 +11:00
Andrew Short e41f2fdacf Implemented a drag-and-drop orderable rows component. 2012-12-30 16:12:06 +11:00
Andrew Short a8c586dfc0 Implement the add existing search button. 2012-12-23 22:37:59 +11:00