John O'Nolan
3ede5f4feb
Always hide horizontal scrollbars on body
2014-07-29 12:28:02 +03:00
John O'Nolan
12f78f22ce
Introducing new mobile header and more mobile nav components
2014-07-29 12:10:20 +03:00
John O'Nolan
5a1e3299f8
First pass on global nav mobile styles
2014-07-29 02:34:47 +03:00
John O'Nolan
c108feb687
Slightly smaller user profile image for nav dropdown
2014-07-29 01:38:28 +03:00
John O'Nolan
38f3101518
Finished first pass on new navbar
2014-07-29 01:34:34 +03:00
John O'Nolan
76c8c86ada
Clean up
2014-07-28 23:21:02 +02:00
John O'Nolan
24f51e0e37
Second pass on refactor - starting to introduce new global navigation component
2014-07-20 01:55:29 +02:00
John O'Nolan
2e2e939419
First pass refactor - cleaning the slate
2014-07-19 20:33:48 +02:00
Paul Adam Davis
e1a58c4402
Fix height bug on public bar unpublished button
...
Closes #73
2014-07-18 08:51:27 +01:00
Paul Adam Davis
fb3120dc4d
Correct height on auth inputs
...
Closes #72
Also refactored auth inputs to make them DRYer.
2014-07-17 17:18:54 +01:00
Paul Adam Davis
fd37406425
Spacing for invited users list class & fixes
...
- Fix disappearing right border on invite user modal
- Refactor rounded corners on login form
- Remove commented-out code from modals
2014-07-17 15:48:09 +01:00
Paul Adam Davis
f15b261141
Better mobile styles and spacing for user list and fix mobile Back button
...
Closes #69
2014-07-17 12:27:37 +01:00
John O'Nolan
cd71e826ad
More graceful fade-in animation
2014-07-17 13:00:53 +02:00
John O'Nolan
0672f5caef
Restructuring setup styles so they can be used on signup, too
2014-07-17 12:29:16 +02:00
John O'Nolan
58df5289d9
Minor setup screen design tweaks
2014-07-17 11:25:11 +02:00
Paul Adam Davis
8808646647
Correct positioning of editor floating header elements
...
Closes #70
2014-07-17 10:10:56 +01:00
Paul Adam Davis
25e3d1c9f6
Firefox fixes for new select style
2014-07-17 09:54:54 +01:00
Paul Adam Davis
910af32fae
Refactor custom select styling
...
This is for both the global styling and the alternate version in the PSM for the author dropdown.
- `<select>` elements are note more accessible, with :focus support
- They no longer need a data-attr to show the currently selected item
NOTE: Does not work in Firefox. Yet.
2014-07-16 13:01:22 +01:00
Paul Adam Davis
3e9a0834e5
Unhide settings on mobile and adjust positioning for left setting header buttons
...
Refs #67
2014-07-15 17:13:30 +01:00
Paul Adam Davis
b070d618c3
Button refactor
...
Refs #3101 & #916
2014-07-15 14:20:15 +01:00
Paul Adam Davis
1fead26579
Adjust settings menu active state media query
...
Closes #68
2014-07-13 13:27:57 +01:00
Paul Adam Davis
d965407cec
Remove legacy .active styling from settings-content container
...
Prep for #67
2014-07-13 13:21:56 +01:00
Paul Adam Davis
d48a22cc83
Add mobile styles for new-user button
...
Closes #58
2014-07-12 12:48:55 +01:00
Paul Adam Davis
4fed8e22c9
Fix tags on mobile
...
Closes #60
2014-07-12 12:43:12 +01:00
Paul Adam Davis
c936a855c4
Refactor :focus styles
...
Closes #61
2014-07-12 12:18:44 +01:00
Paul Adam Davis
892b93b155
Change form-group spacing & make labels bold
...
Closes #62
2014-07-12 12:18:35 +01:00
Paul Adam Davis
6beb557179
Add transparent border to add-user button
...
Closes #63
2014-07-12 12:18:24 +01:00
Paul Adam Davis
867648b76e
Allow clicking on the down arrow of select boxes
...
Closes #57
- Adds `pointer-events: none;` to the down arrow of select boxes
2014-07-11 17:36:22 +01:00
Paul Adam Davis
e5f207ea01
Only show hovers on user list links, not pending invites.
...
References #56
Related markup changes: https://github.com/TryGhost/Ghost/pull/3247
2014-07-11 17:30:55 +01:00
Paul Adam Davis
ca40e1abd8
Fix mobile styles on the edit user view
2014-07-11 17:08:11 +01:00
Paul Adam Davis
c3b5d852a6
Prevent notifications from flickering when hovered.
...
Fixes https://github.com/TryGhost/Ghost/issues/3166
This commit has a related JS fix.
2014-07-11 15:45:15 +01:00
Paul Adam Davis
b4f048f7cc
Correct styling of setup form
2014-07-09 11:42:00 +01:00
Paul Adam Davis
13d453a980
Swap entry title selector for one that isn't applied after a delay
...
This fixes a bug that made the title in the editor look like it was animating in, as `.editor` is added after a slight delay.
2014-07-08 23:44:13 +01:00
Paul Adam Davis
f5bd8469e6
Re-add text area styling, which fixes the broken test.
2014-07-08 12:44:52 +01:00
Paul Adam Davis
bc3d06af2e
Correct spacing on invite user modal to fit new form style
2014-07-07 17:14:31 +01:00
Paul Adam Davis
c256bd29ca
Add down arrow to <select> elements
2014-07-07 17:13:45 +01:00
Paul Adam Davis
bf13578b05
New form style
...
Conflicts:
dist/css/ghost-ui.min.css
docs/dist/css/ghost-ui.min.css
2014-07-07 16:40:33 +01:00
Paul Adam Davis
faea9e664c
Remove .active button styling and remove underlines on user management list items
2014-07-06 19:50:05 +01:00
Paul Adam Davis
db20afb809
Invite User modal styles
...
References https://github.com/TryGhost/Ghost/issues/3079 and #21
Also changes the global modal styles
2014-07-06 18:37:58 +01:00
Paul Adam Davis
74ba400075
Minor style fixes for the user management screen
...
References https://github.com/TryGhost/Ghost/pull/3189 and #21
2014-07-05 12:17:53 +01:00
Paul Adam Davis
282a20254c
Add padding to mobile/touch editor
...
Improves #53
Closes https://github.com/TryGhost/Ghost/issues/3103
2014-07-04 16:12:16 +01:00
Paul Adam Davis
3970eb5add
Prevent mobile text area editor bottom being but off
...
Closes #53
- Adds webkit smooth bouncy overflow
- Make height of the textarea slightly short than 100%
2014-07-04 10:25:53 +01:00
Paul Adam Davis
4f66a52050
Hover colour for the markdown help button when an inactive tab on the tabbed editor.
...
Previously, hovering the markdown help button when the editor is on mobile tab mode, it disappeared as it was the same colour as the background. It's now the same colour as the inactive tab text.
2014-07-01 22:56:06 +01:00
Paul Adam Davis
87bf9a26bf
References #33
...
- Alter the existing UI
- Add 2 button options, 'has-icon' and 'only-has-icon' (for the < Users and Settings buttons)
Corresponding markup: https://github.com/TryGhost/Ghost/pull/3176/files
2014-07-01 17:26:41 +01:00
Paul Adam Davis
f8d979e105
Post settings menu styling for https://github.com/TryGhost/Ghost/issues/3084
2014-07-01 10:30:03 +01:00
Paul Adam Davis
1b71bafa80
CSS for About page
...
Refs #23
Corresponding HTML is located at https://github.com/TryGhost/Ghost/pull/3155/files
2014-06-30 09:59:42 +01:00
Paul Adam Davis
a39d064f0c
Hide code mirror cursor when not focused
...
Closes #51 again
- Hide CodeMirror cursor when not focused
2014-06-27 10:04:12 +01:00
Paul Adam Davis
08604b0b0e
Allow button/input type submit to be green
2014-06-26 11:43:35 +01:00
Paul Adam Davis
eaa6bdeb32
Add extra padding to post edit/settings buttons
...
Closes #39
2014-06-25 17:21:32 +01:00
Paul Adam Davis
422220a721
Stop Markdown help icon from moving
...
No issue
The markdown help icon would move when `<body>` gets a class of
`editor`. The class wasn't needed, so it's gone from the selector now.
2014-06-25 16:49:10 +01:00