Rishi Gupta
04acb624b6
portico: Add background image to /why-zulip hero.
2018-11-01 11:59:50 -07:00
Rishi Gupta
de12facdc6
portico: Add background image to /security hero.
...
Also restructures the HTML to be more similar to other pages that have a
background image for their hero.
2018-11-01 11:59:50 -07:00
Rishi Gupta
2718bf27e7
portico: Fix spacing for logged-in dropdown in nav bar.
2018-11-01 10:41:30 -07:00
Tim Abbott
8673b4f4a6
compose: Use a more reasonable plus sign for opening send menu.
...
This icon styling definitely still doesn't look great, but it's an
improvement over what we had before.
2018-10-31 16:59:16 -07:00
Marco Burstein
502e9fe8a6
compose: Open the mobile compose popover when the `+` button is pressed.
...
The `+` button will only be displayed on mobile devices.
2018-10-31 16:47:48 -07:00
Marco Burstein
05b486182d
compose: Create the mobile compose popover.
...
When a user clicks the compose `+` button, create a popover at the
bottom right of the screen including buttons for opening a new stream
message or a new private message.
2018-10-31 16:47:48 -07:00
Marco Burstein
9249d08a96
compose: Create the mobile compose `+` button.
...
Use CSS to display a `+` button on mobile but keep the more verbose
buttons on desktop. In the future, this button will be used to display
a popop for a new message.
2018-10-31 16:47:48 -07:00
Rishi Gupta
458169928c
billing: Rename Zulip Premium to Zulip Standard.
2018-10-24 10:42:16 -07:00
Vishnu Ks
53f1714613
stripe: Fix the button glitch in /upgrade page.
2018-10-24 10:12:39 -07:00
Rishi Gupta
b60005c5bb
history: Add NSF and GSoC logos in a new support section.
2018-10-19 15:50:09 -07:00
Cynthia Lin
f03d7d29b5
styles: Convert named colors to HSL values.
2018-10-16 13:14:19 -07:00
Cynthia Lin
cbb6b3a1af
styles: Normalize differences in previous hex-to-HSL conversion.
2018-10-16 13:14:19 -07:00
Cynthia Lin
89d81b37d4
styles: Convert background properties to background-color.
2018-10-16 13:14:19 -07:00
Cynthia Lin
67b705207e
styles: Convert 3-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Cynthia Lin
926365dc89
styles: Convert 6-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Cynthia Lin
c0edcf6fe4
user profiles: Remove empty space under profiles with no set fields.
...
Fixes #10652 .
2018-10-14 09:37:18 -07:00
Steve Howell
b7f764aa29
settings: Add confirm_dialog module.
...
This module makes it really easy to create are-you-sure
dialogs for dangerous operations.
Basically it's one function with five parameters. You
give three chunks of HTML, a callback function, and
a parent container.
The first use of this will be in settings_user_groups,
coming up in a couple commits.
2018-10-12 10:37:06 -07:00
Tim Abbott
792b08c3b8
auth: Remove unused CSS/HTML for social auth buttons.
...
The margin-left CSS was incorrect and overridden anyway, and after
removing that, login-github-button no longer appeared in the project.
2018-10-11 17:18:04 -07:00
Tim Abbott
fd4c23e12d
login: Clean up CSS/HTML for google/github login buttons.
...
This removes some unnecessary code duplication in the CSS classes for
Google and GitHub authentication social auth buttons.
This will, in turn, help us avoid extra work every time we add a new
authentication backend.
2018-10-11 16:52:41 -07:00
Akash Nimare
f9179e9903
login: Vertically align the buttons.
...
This sets the padding top to 13px so that it matches with
the bottom padding.
2018-10-10 11:57:44 -07:00
Akash Nimare
f00cd549cd
login-page: Make the buttons and labels cleaner.
...
Changes -
a) Updated the border-radius to 4px for all the buttons.
b) Increased the margins between the labels and inputs.
These changes affect the login and register page's styling.
2018-10-10 11:57:44 -07:00
Akash Nimare
3e72db8c62
devlogin: Update the border-radius of all the buttons.
...
This commit updates the border-radius of the buttons presents
on the /devlogin page.
2018-10-10 11:57:44 -07:00
Akash Nimare
da7adb038f
thumbnail: Show play button on hovering youtube thumbnail.
...
This PR adds a play icon on hovering the youtube thumbnails.
Also, shows the pointer cursor on vimeo videos instead of
zoom-in.
2018-10-09 16:12:36 -07:00
Rishi Gupta
4265b8e62f
user docs: Soften the h1 underline in the sidebar.
2018-10-09 15:23:07 -07:00
Cynthia Lin
6d0aa68591
custom profile fields: Add and restyle default user profile fields.
...
Refactor selectors to utilize SCSS features.
Fixes some issues in #10545 .
2018-10-04 17:02:09 -07:00
Cynthia Lin
1a198b6a79
left sidebar: Eliminate duplicate border for stream sidebar icon.
...
Resolves one of the issues listed in #10423 .
2018-10-02 12:08:42 -07:00
Akash Nimare
138cef0906
hotspots: Change styling of intro to reply hotspot.
...
Updated the styling so that it looks like other hotspots.
2018-10-02 11:38:26 -07:00
Cynthia Lin
95fc86442e
tools: Improve styling of /devtools page.
...
We readapt styling from documentation pages and add the `.flex`
class to the element to resolve the header issue.
Replaces and closes #10461 .
2018-10-02 11:30:29 -07:00
Akash Nimare
a9c32b535f
settings: Properly align preview profile button.
2018-09-27 13:17:03 -07:00
Akash Nimare
9a63685338
team: Decrease the margin in profile description.
...
Also removed unnecessary margins.
2018-09-27 13:09:05 -07:00
Akash Nimare
0e7e19355a
team: Minor design fixes.
...
Decrease the font-size of profile description.
Add a maring to "Last updated" text and fix the
font-size for the same.
2018-09-27 13:09:05 -07:00
Rishi Gupta
5774300364
right sidebar: Change media cut-off for where we hide the buddy list.
...
This was last changed in 88951d6
from 975 to 1025, but I think that wasn't
quite aggressive enough.
2018-09-27 07:29:32 -04:00
Vishnu Ks
5a6b2ebb1f
billing: Add ability for users to change their card.
2018-09-24 19:25:26 -07:00
Akash Nimare
17c541fedf
help: Add a bottom border in section headings.
...
This commit adds a bottom border to all the section
headings.
2018-09-21 12:32:24 -07:00
Akash Nimare
4e176b97b2
help: Align down arrow to the right.
...
This commit changes the position of the down arrow
from left to right since it more intuitive to have
the arrow in the right side.
2018-09-21 12:32:24 -07:00
Vishnu Ks
9fa5030c2c
billing: Fix the glitch in upgrade button.
...
Previously, the button would show a broken intermediate state after you
clicked "Pay" in the Stripe modal but before the page reloaded.
2018-09-13 14:36:19 -07:00
Akash Nimare
dbd68081b2
message-box: Show zoom-in cursor on hovering over images.
...
This PR adds a zoom-in cursor to all the images in the
message-box container. This makes the UX of clicking on
images better.
2018-09-13 07:45:14 -04:00
Vishnu Ks
d6b548bd57
styles: Extract billing SCSS into its own stylesheet.
2018-09-11 00:08:38 -07:00
Vishnu Ks
c913eafdf4
portico: Change buttons on /plans to reflect current plan.
2018-09-05 13:44:35 -07:00
Cynthia Lin
1ab4d08258
right-sidebar: Improve keyboard shortcuts icon styling.
...
* Eliminate unnecessary div element wrapping around the icon and
change jQuery selectors accordingly
* Set initial position through CSS instead of JS
* Set color to inherit to prevent night mode issues.
2018-08-31 13:36:17 -07:00
Marco Burstein
60a47e3532
team: Prevent tabs from wrapping on the default width.
...
Wrap all inputs tabs and inputs in `.contributors-list`, and increase
the width of that `div` to be 80px larger than the width of the other
content in order to fit each tab.
2018-08-28 16:45:00 -07:00
Marco Burstein
f681d0ca2b
team: Lazy-load repository tabs.
...
Instead of rendering tabs upfront, initialize them to a `Loading…`
indicator and then render them when clicked.
Use a `rendered_tabs` object to cache rendered HTML strings instead of
re-loading a tab (e.g. if it is selected, another tab is selected, and
then it is selected again).
2018-08-28 16:45:00 -07:00
Akash Nimare
17d935e9f0
popovers: Use same styling for all the popovers.
2018-08-28 16:43:32 -07:00
Yashashvi Dave
1400a040fd
user settings: Improve style of "Preview profile" btn.
...
This commig update button to show user profile in user
settings. This commit change text in button, add external
link icon and change style of button.
2018-08-28 13:59:45 -07:00
Cynthia Lin
e92ec362ca
popovers: Show line breaks in Long type fields in user profile popovers.
2018-08-27 17:38:15 -07:00
Yashashvi Dave
1c14e0166c
user profile popover: Enhance popover style.
...
This commit make changes in style of exit-sign of modal,
and also remove spacing between fields in modal.
2018-08-27 17:26:07 -07:00
Marco Burstein
76511aeed6
settings: Add a minimum width to "person picker" custom fields.
...
Empty "person picker" fields appear with a much smaller width than all
other custom fields. Increase the `min-width` of the field that it
matches the widths of other text boxes.
Fix #10414 .
2018-08-26 23:05:10 -07:00
Akash Nimare
44fd3f124c
topic_edit_form: Update styling of topic edit form.
...
Updated the CSS a bit so that it matches with other inputs.
2018-08-23 11:51:20 -07:00
Marco Burstein
21d537d3bd
styles: Fix the oversized search bar on mobile.
...
On mobile devices, the search bar appears as too tall for the rest of
the top header. Fix this by setting `#search_query`'s height and
vertical alignment properties.
Fix #10373 .
2018-08-22 13:15:08 -07:00
Tim Abbott
1768fd2f60
Revert "left-sidebar: Add max-height to private message container."
...
This caused ugly scrollbar problems on Linux.
This reverts commit 321b705591
.
2018-08-21 14:03:15 -07:00