dipu989
524ef509fe
user settings: Fix download zuliprc button styling.
2018-12-03 16:30:58 -08:00
Scott Lee
e542ff0e62
css: Clean up spacing in the "your bots" cards.
...
These cards somehow ended up a bit malformed, with uneven spacing
between widgets and the icons hanging below the avatar.
2018-12-03 16:18:47 -08:00
Anders Kaseorg
8a6158c663
Position sidebars with top instead of margin-top.
...
This should make no visible changes.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-11-28 17:53:49 -08:00
Anders Kaseorg
10fb3539ae
Position top-messages-logo statically.
...
This should make no visible changes.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-11-28 17:53:49 -08:00
Tim Abbott
d28527b629
portico: Fix bulleted list styling on privacy page.
...
Fixes #10787 .
2018-11-28 15:04:47 -08:00
Tim Abbott
65a9ee476c
buddy list: Tweak styling for (you) marker.
2018-11-27 17:42:44 -08:00
Tim Abbott
3ef0d6016c
copy: Fix copy-pasting of EDITED notices in messages.
...
Previously, because the parens were added via CSS, copy-pasting the
EDITED notices resulted in junk like this:
Iago 3:51 PMEDITED
edited message content
Now, you get:
Iago 3:51 PM (EDITED)
edited message content
2018-11-27 16:20:46 -08:00
Jeswin
a5b533ba64
portico: Fix placement of "this field is required" notice.
...
The "This field is required" notice for the "organization URL" field
was improperly overlapping the server's root domain.
Fixes #10865 .
2018-11-27 15:40:53 -08:00
Tim Abbott
bddf23894d
buddy list: Add marker for which user is yourself.
...
This helps make clear what's going on with the potentially confusing
"you" user.
2018-11-27 15:07:58 -08:00
Vishnu Ks
189e5e1fbd
billing: Add frontend for upgrading by invoice.
2018-11-24 11:56:13 -08:00
Yashashvi Dave
89eebad14f
user profile: Add user type/role in user profile popover.
...
Add user type/role in user's detail profile popover.
Fixes part of #10754
2018-11-12 15:13:44 -08:00
Roger Souza
f445a71272
hello: Fix responsiveness bug when page is at 800px.
2018-11-05 10:20:34 -08:00
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