Commit Graph

15 Commits (4cc20eef72a4f6e812d9e2203780ed3deb7da986)

Author SHA1 Message Date
Aleksander Machniak f1e911ec03 Elastic: Toolbar/menus/layout refactoring
Refactoring for better consistency and simplicity.

5KB less in size of (minified) styles.css file.

Layout changes:
- body > #layout > .menu       -> #layout-menu
- body > #layout > .list       -> #layout-list
- body > #layout > .sidebar    -> #layout-sidebar
- body > #layout > .content    -> #layout-content

Toolbar/menu changes:
- .toolbar           -> .toolbar.menu
- .toolbarmenu       -> .menu.listing
- .menu-button       -> .task-menu-button
- .pagenav.toolbar   -> .pagenav.menu
- #taskmenu          -> #taskmenu.menu.toolbar
- .image-tools .menu -> .image-tools .menu.toolbar
- required .disabled class to de-activate menu items
- .button class is not required on .menu children
- merge toolbar.less and taskmenu.less into menu.less
- @color-toolbarmenu-hover            -> @color-menu-hover
- @color-toolbarmenu-hover-background -> @color-menu-hover-background

Also cleaned/removed some code in spellchecker.js. Made .googie_list a list not table.
6 years ago
johndoh 647a7e91c6 Unify content frame (watermark) template objects (#6285)
* unify content frame (watermark) template objects
* several improvements, use existing env var for watermark url
* tighten up var parsing for contentframe template object
7 years ago
Aleksander Machniak 1e82066d7e Add "List is empty..." element (#76) 7 years ago
Aleksander Machniak 734fcb4c73 Make sidebar navigation less confusing, move selection button to list header 7 years ago
Aleksander Machniak 6e24ebca6b Display icons on identities/responses/filters lists 7 years ago
Aleksander Machniak fec8cf2682 Add floating action button for main item create action on mobile (#107) 7 years ago
Aleksander Machniak aa542a35c1 Fix iframe scrolling in iOS (#87)
Also some other small fixes for iOS/Android.
7 years ago
Aleksander Machniak 4ea094c80f Fix setting frame title, unify some title to use short label 7 years ago
Aleksander Machniak 8eea3a842b Move some buttons from list footer to toolbar
Now it's more consistent with what we had in Mail UI.
List footer will be a place for selection/settings features.
7 years ago
Aleksander Machniak 663384c429 Get rid of redundant menu/list/sidebar/content identifiers 7 years ago
Aleksander Machniak 9a670b9c1b Move includes into templates directory 8 years ago
Aleksander Machniak e00d8cdd61 Generalize content frame handling 8 years ago
Aleksander Machniak 570a0547a0 Added content frame title for mobile devices 8 years ago
Aleksander Machniak 774765b67b Don't use <i> elements, use font-icons in css with :before 8 years ago
Aleksander Machniak 53c327b49d Elastic skin - initial commit 8 years ago