John O'Nolan
ef81feebdb
Refactor blog-navigation settings screen
...
- Better markup
- Cleaner CSS
- Fixed icon implementation
- New grab handle icon
- Better mobile styles
2015-05-25 14:23:49 +01:00
Hannah Wolfe
1aa998a777
Merge pull request #5326 from JohnONolan/close-icon-colour
...
Fix modal close icon colours
2015-05-24 22:28:31 +01:00
John O'Nolan
a86639d829
Fix modal close icon colours
2015-05-24 21:03:55 +01:00
John O'Nolan
b63753e742
Fix up gh flow icons
...
- check
- back button
- various minor fixes
2015-05-24 20:44:09 +01:00
John O'Nolan
50b5c9c03b
Fix z-index bug on notifications
2015-05-22 19:05:18 +01:00
John O'Nolan
5012657163
Minor visual fixes
2015-05-22 19:05:16 +01:00
John O'Nolan
a60d46978f
Implement autonav
2015-05-22 19:05:16 +01:00
Joe Wegner
0eef6b6284
setup the basic css structure for the slider nav menu
...
- toggles the persistent sidenav under the open-nav class
- adds a toggle/hover bar to the side of the sidenav that shows the nav
on hover
2015-05-22 19:05:16 +01:00
John O'Nolan
3ecb2c03b1
Update icons, remove old navbar file
2015-05-22 19:05:15 +01:00
John O'Nolan
13ec196f2e
Refactor about page
2015-05-22 19:05:15 +01:00
John O'Nolan
7417b29fd4
Remove extra ember container
2015-05-22 19:05:14 +01:00
John O'Nolan
f6850e03f7
Fix uploader styles
2015-05-22 19:05:14 +01:00
John O'Nolan
e871f208e1
Fix splitbuttons, add more icons
2015-05-22 19:05:13 +01:00
John O'Nolan
4b39f88e99
Introduce new notification and alerts components
2015-05-22 19:05:13 +01:00
John O'Nolan
cf517c71d6
Properly scope editor title, fix bug overriding content mgmt
2015-05-22 19:05:13 +01:00
John O'Nolan
3eb9429216
Strip old MQs
2015-05-22 19:05:12 +01:00
John O'Nolan
4c6bc6d275
Remove double border
2015-05-22 19:05:12 +01:00
John O'Nolan
2036552c76
First pass new notification component
2015-05-22 19:05:12 +01:00
John O'Nolan
7114f0a936
Fix lock icon class
2015-05-22 19:05:11 +01:00
John O'Nolan
2f5a8f8e12
Integrate new auth styles into core
2015-05-22 19:05:11 +01:00
John O'Nolan
208999a77f
Introduce CSScomb
2015-05-22 19:05:10 +01:00
John O'Nolan
ca9f837b89
Cleanup CSS code style
2015-05-22 19:05:10 +01:00
John O'Nolan
0ffd857f48
New button component
2015-05-22 19:05:10 +01:00
John O'Nolan
464d29717b
Disable user selection by default
2015-05-22 19:05:09 +01:00
John O'Nolan
390c0179e5
Convert Sass to Myth
2015-05-22 19:05:09 +01:00
John O'Nolan
b93d9a590e
Cleanup.
2015-05-22 19:02:10 +01:00
John O'Nolan
6d8989315a
Remove extends
2015-05-22 19:02:09 +01:00
John O'Nolan
3bf189ec67
First pass - strip mixins
2015-05-22 19:02:09 +01:00
John O'Nolan
71255a3827
Move in new icons
2015-05-22 19:02:09 +01:00
John O'Nolan
fb3d307c5b
Dem colours
2015-05-22 19:02:08 +01:00
John O'Nolan
2fffb4f0d2
Much fix
2015-05-22 19:02:08 +01:00
John O'Nolan
8d0d53b982
Clean up borders
2015-05-22 19:02:08 +01:00
John O'Nolan
804425aca3
Lighten up publish bar
2015-05-22 19:02:07 +01:00
John O'Nolan
51ea7e0eca
Cleanup
2015-05-22 19:02:07 +01:00
John O'Nolan
c17c40a28c
Content view
2015-05-22 19:02:06 +01:00
John O'Nolan
b6ab6c149e
New settings headers
2015-05-22 19:02:06 +01:00
John O'Nolan
eadbf7c582
Integrate new admin frame
2015-05-22 19:02:05 +01:00
John O'Nolan
1daee7cff1
New onboarding markup and styles
2015-05-22 17:50:13 +01:00
Hannah Wolfe
96a3568c3d
Merge pull request #5197 from PaulAdamDavis/new-upgrade-notifications
...
Move upgrade notification to /settings/about/
2015-05-13 16:47:46 +01:00
David Balderston
c4e2eadc33
Fix up Labs Styling
...
No Issue
- Fixes import button not same height as upload button
- Fixes no space between import and upload on mobile
2015-05-11 23:12:31 -07:00
John O'Nolan
443eafeeca
First styles for private blog login
2015-05-11 13:11:59 +01:00
John O'Nolan
ed3d94e644
Merge pull request #5196 from PaulAdamDavis/minor-code-injection-fixes
...
Code injection syntax colour change
2015-05-01 15:50:14 +02:00
John O'Nolan
8e46b06c67
Update preview post link styling, add view post link
2015-05-01 12:19:25 +02:00
Matt Enlow
433956c102
Add post preview via uuid (/p/:uuid)
...
Refs #5097
- All drafts will show a preview link (this needs real css)
- Published posts will redirect
- prev/next post helpers only activate on published posts
- Powered by ~10 pints between the two of us (@ErisDS, @novaugust)
2015-04-30 11:57:37 +01:00
Paul Adam Davis
272f1eddaf
Move upgrade notification to /settings/about/
...
Refs #5071
- Move the Upgrade notification from the top of the screen to the About page
2015-04-29 22:34:04 +01:00
Paul Adam Davis
9377694bba
Code injection syntax colour change
...
Closes #5179
- Overwrites the yellow code injection syntax highlighting (such as vendor prefixes in CSS) to be black, to match the rest of the property
- Adds rounded corners to the code injection CodeMorror wrapper to match its parents rounded corners (inherits the same value)
2015-04-28 16:35:14 +01:00
Hannah Wolfe
e19573f5d5
Merge pull request #5122 from JohnONolan/settings-cleanup
...
Cleaned up some derpy settings padding and widths
2015-04-09 16:17:43 +01:00
John O'Nolan
6eed16a115
Cleaned up some derpy settings padding and widths
2015-04-09 15:59:17 +02:00
Paul Adam Davis
1cbb58d80d
Re-implement top notification position styles
...
References #5071
- Re-implements the previously broken top notification styles
- Moves the top notification outlet outside the `<main>` to ease styling (we have several nested position fixed/absolute boxes that make this tough - moving the outlet makes it easier)
2015-04-07 18:36:03 +01:00
Hannah Wolfe
777c3f6c7a
Merge pull request #5106 from acburdine/ghost-cm-editor
...
Added code editor to injection interface: the sequel (this time, with CodeMirror!)
2015-04-06 19:33:18 +01:00