Tim Abbott
b67ff652de
css: Remove Bootstrap legend CSS.
...
We inline this into the CSS for the one element where we use it.
2022-08-13 17:36:08 -07:00
Tim Abbott
1e018f9c23
css: Remove legacy bootstrap control* CSS.
...
We've removed all use of these CSS classes from the codebase.
2022-08-13 17:18:32 -07:00
Anders Kaseorg
cc537af1f1
bootstrap: Remove many unused Bootstrap CSS rules.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-28 16:45:48 -07:00
rht
bb8504d925
lint: Fix typos found by codespell.
2021-10-19 16:51:13 -07:00
Aman Agrawal
3ef78d7093
bootstrap-css: Reapply changes reverted to bootstrap-responsive.
...
These changes should be moved to zulip.scss once we upgrade to
v3.x.
2020-08-31 14:01:11 -07:00
Aman Agrawal
4b2f3ba392
bootstrap-css: Re-apply 2429ed6eeb
.
...
We don't want bootstrap-btn css from v3.1.1 overlapping with v2.3.2's
.btn css; so we remove it.
Commits that were skipped:
3142d74
- false typo fix. It add support for IE9.
ead73f3
- We retain Glyphicons since they don't make any difference.
3bba0cc
- Moving code around.
2020-08-31 14:01:11 -07:00
Aman Agrawal
6a2c7327cc
boostrap: Reset to v2.3.2.
...
We merge bootstrap-responsive.css into bootsrap.css since that is
how bootstrap distributes it from this version onwards.
bootstrap.js has a lot of changes to it which completely breaks
our typeaheads and popovers, so we will have to override these
plugins with our version of these plugins. In future versions
of bootstrap when we use npm, we can just choose not to
import them.
2020-08-31 14:01:11 -07:00
Aman Agrawal
7fa8edda79
bootstrap: Reset to v2.1.1.
...
This commit clearly shows what changes we made to the bootstrap
library for a future reference.
bootstrap-btn.css was left out since it is from version v3.1.1. We
will integrate custom changes made by us into zulip when we upgrade
to v3.x.
We have also removed our license from these files.
2020-08-31 14:01:11 -07:00
Steve Howell
d7f9a21519
api docs: Move json-api-example css to portico.scss.
...
We didn't need to patch the third-party bootstrap code for this.
2019-02-08 07:42:32 -08:00
Adarsh Patel
9b740df277
api_docs: Specify max width for long code examples.
...
Fixes #10673 .
2019-01-28 22:39:54 -03:30
Brock Whittaker
1143ed7219
redesign: Change /#settings and /#administration to an overlay.
...
This also adds a box-shadow to the #deactivate_self_modal so that it
looks similar to the old backdrop.
2017-02-09 23:35:10 -08:00
Katy310
5d0960ae04
Change color of inline code from red to black.
...
This makes inline code blocks look nicer.
Fixes #1223 .
2016-10-09 11:02:18 -07:00
acrefoot
27217fddb3
make bootstrap inline-code preserve whitespace
...
(imported from commit be7d45663b3a9ecd40968cae5d0fb6c734a05212)
2014-06-10 13:18:02 -07:00
Waseem Daher
2429ed6eeb
Remove old Bootstrap2 button code.
...
(imported from commit 1483c549a3d41802755fea4db7229324e1595b42)
2014-03-05 16:24:55 -05:00
Waseem Daher
82dfc7b109
Remove border-radius from Bootstrap3-esque buttons.
...
(imported from commit 1c86fb21ab39f8e489481aa0e3f82dc4247364b3)
2014-03-05 16:24:54 -05:00
Waseem Daher
23155bbbae
Rename some class names for Bootstrap2 compatibility.
...
(imported from commit 6a9b9a9e431902640651cad0a02b848bd2717fbc)
2014-03-05 16:24:54 -05:00
Waseem Daher
a983a62ad2
[third] Import button CSS from Bootstrap 3.1.1
...
(imported from commit 07fea19901d31339d9cb7481f00a6d244b09bdb4)
2014-03-05 16:24:54 -05:00
Waseem Daher
3142d74d39
Typo fix.
...
(imported from commit 7758caddb61170cd5dcf069154307910de688f86)
2013-08-02 17:59:11 -04:00
Waseem Daher
ead73f37f9
Remove Glyphicons completely.
...
Trying to use them will now break, which should discourage us from
using them.
(imported from commit 22fda1abc3370394e9b00f2deb01f1929b57ff18)
2013-08-02 15:19:11 -04:00
Tim Abbott
3bba0cc927
Move zephyr/static to just static.
...
It's not really a part of the server (aka the rest of zephyr/).
(imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
2013-07-29 12:11:26 -04:00