Anders Kaseorg
c6ed5c81de
styles: Format CSS with Prettier.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-04 16:34:19 -07:00
arpit551
0c6488b284
analytics: Added frontend for messages read over time graph.
...
The chart added is similar to the messages sent over time chart.
Fixes #15167
2020-06-20 16:52:33 -07:00
Vishnu KS
dae5f54a63
stats: Show info message in /stats page of newly created realms.
...
This provides a better user experience for folks joining a new Zulip
realm and visiting this page.
2020-04-03 11:59:18 -07:00
Vishnu KS
b111fb79b7
stats: Don't set display to none in alert class.
...
The alert class is used only by one element so this style
can be applied directly to the element instead.
2020-04-03 11:51:20 -07:00
majordwarf
9b0a5deb2b
css: Use SCSS nesting in stats.scss for `.center-charts`.
2020-03-05 13:57:01 -08:00
majordwarf
7faaed680b
css: Use SCSS nesting in stats.scss for `#id_messages_sent_over_time`.
2020-03-05 13:57:01 -08:00
majordwarf
930e8704c0
css: Use SCSS nesting in stats.scss for `.button`.
2020-03-05 13:57:01 -08:00
majordwarf
f18f1e547c
css: Use SCSS nesting in stats.scss for `.buttons`.
2020-03-05 13:57:01 -08:00
majordwarf
1ebb7c1c89
css: Use SCSS nesting in stats.scss for `.pie-chart`.
2020-03-05 13:57:01 -08:00
majordwarf
733cb116fc
css: Use SCSS nesting in stats.scss for `.chart-container`.
2020-03-05 13:57:01 -08:00
majordwarf
fdfcbfbaa6
css: Reorder stats.scss to put similar elements next to each other.
2020-03-05 13:57:01 -08:00
majordwarf
da5651435e
css: Remove redundant rules for `#users_hover_info` and `#hoverinfo`.
...
The copy of the styling for users_hover_info:
```
-#users_hover_info {
- left: 25px;
- top: -40px;
-}
```
Looks less good than the common one with #hoverinfo, so we remove it.
2020-03-05 13:57:01 -08:00
majordwarf
5181ca9a66
css: Reorder stats.scss so `.pie-chart` are in same place.
2020-03-04 14:25:54 -08:00
majordwarf
4e8deb1e50
css: Reorder stats.scss so `.chart-container` are in same place.
2020-03-04 14:25:54 -08:00
Anders Kaseorg
abbd8a7f45
styles: Remove most vendor-prefixed CSS attributes.
...
Many of them are now automatically generated by autoprefixer, while
others are unnecessary based on .browserslistrc, and some were just
wrong (the linear-gradient based checkerboard pattern in lightbox has
been broken in Firefox for a while).
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-08-30 14:51:52 -07:00
Vaibhav
9096affe77
css: Move stylesheets not included in the app to another directory.
...
This moves all the stylesheets like stats, billing etc. to another
directory called `static/styles/portico/`, matching the directory
structure of our JavaScript.
2019-06-12 16:59:52 -07:00