Mike Perham
2e0de31ded
Remove all vendor-specific CSS hacks
...
Given that these are all five years or older, I assume that these features have been standardized and we don't need vendor-specific syntax anymore.
2021-06-22 10:34:01 -07:00
Noa Elad
3b5ecd853e
add alert-danger and alert-info support for dark mode ( #4909 )
...
Co-authored-by: noaelad <noa.elad@gusto.com>
2021-05-26 11:14:54 -07:00
Mike Perham
da15276b77
UI heading polish via @mobilutz, closes #4866
2021-05-03 12:51:16 -07:00
Mike Perham
9aeba313a9
Some mobile UI polish, fixes #4840
2021-03-12 16:05:40 -08:00
Mike Perham
f0ddebc740
Add process/thread count summary to Busy page ( #4806 )
...
* Add process/thread count summary to Busy page
* pr
* Move Busy status numbers to stats tiles
* style nazi
* Add RSS stat box
2021-02-18 16:28:44 -08:00
Stephen Humphries
97350a459b
Change the background colour for the RSS info badge to be less eye-catching ( #4819 )
...
The red badge beside the RSS column header in the processes table is quite
eye-catching. The bold red colour might be appropriate for a notification
badge indicating that the user needs to do something, but, for a "more info"
badge, something that stands out less from
the background is nicer.
2021-02-18 09:50:11 -08:00
Mike Perham
3b5ae30c4e
Add process RSS to the Busy page, fixes #4717
2020-10-14 15:11:40 -07:00
Mike Perham
baeff485a8
Fix poor styling of filter textboxes in dark mode
2020-09-21 11:48:29 -07:00
Mike Perham
5b1ee55fe7
Improve dark Web UI ( #4674 )
...
* Improve dark Web UI
Add a lot more contrast to various UI elements. This is a lot more usable to my old eyes.
* Remove table-white
* More constrast fixes
2020-08-25 09:31:05 -07:00
Nate Matykiewicz
b89ea3c7fd
Dark mode fixes ( #4543 )
...
* Dark mode fixes
* "Polling Interval" slider not visible in Safari / Firefox
* Dark background not full height in Firefox
(add color to html tag, use !important since default is !important)
* "Success" banner not visible
* Graph vertical bars (both static and hover bars) not visible
* Make UI a little more consistent with light mode
* Slightly lighten background, for a differing color between
header/footer and body.
* Add shadow and different color to "status" bar
* Add changelog entry
* Sign changelog entry
2020-04-27 08:38:59 -07:00
Yamagishi Kazutoshi
64be95f4ae
Use media attribute for prefers-color-scheme ( #4500 )
2020-03-23 05:37:35 -07:00
Mike Perham
b45cf14681
Darker and darker
2019-09-27 10:27:45 -07:00
Mike Perham
d0179a8efe
Polish up
2019-09-27 10:27:45 -07:00
Mike Perham
9b418024f6
"None more black", ease up on the white
2019-09-27 10:27:45 -07:00
Mike Perham
303a2fde8f
Update from fatkodima
2019-09-27 10:27:45 -07:00
Mike Perham
e49e16b6e7
Initial pass at dark mode support, courtesy of @silent-e
2019-09-27 10:27:45 -07:00
Mike Perham
7864fdbeb3
Polish job tags with Sidekiq Pro filtering support
2019-09-23 14:52:15 -07:00
Edward Rudd
771671e45c
add back the dropdown css ( #4103 )
2019-02-22 09:12:04 -08:00
Navied Shoushtarian
c342476b57
Fixed mobile navigation. ( #3973 )
...
* Fixed mobile navigation.
* Remove unused toggle.
* Small css changes for mobile + ipad
* Fixes to double navbar
* remove leftover css
* fixed double btn two line issue
2018-09-20 13:06:18 -07:00
Mike Perham
353c95d019
Updated bootstrap with glyphicons removed, fixes #3914
2018-08-03 16:02:41 -07:00
Mike Perham
fa8a94321c
Remove superfluous executable bit
2018-08-03 16:00:17 -07:00
Mike Perham
ed485e47e4
Make Sidekiq Web UI RTL-friendly ( #3381 )
...
* Unminify rickshaw graph CSS so we can maintain it
* Initial BiDi support for the Web UI
BiDi means the web app can serve both LTR and RTL languages at the same time.
1. Bootstrap-RTL overrides Bootstrap 3.3 styles for RTL clients
2. Application CSS was preprocessed thru rtlcss and then hand-trimmed to contain only RTL-specific directives.
3. Dashboard was tweaked to hardcode LTR for footer and polling gadget
* Vendor bootstrap-rtl.css
* Various RTL style fixes, need to flip all pull-* elements
* Upgrade Rickshaw to latest, remove dupe CSS
* Add Arabic language (credit to Milena Novakova)
Add Hebrew placeholder
Added dir attribute to html tag
* changes
* Clean up HTTP header generation, add Content-Language response header
* Use correct locale for hebrew
2017-03-16 13:51:29 -07:00
Mike Perham
91a45a7d5d
Upgrade Bootstrap CSS to 3.3.7
2016-08-30 13:07:58 -07:00
Mike Perham
c12c89a8a4
Simplify images to only the required set
2016-08-30 12:35:16 -07:00
Spoonflower
dee9c8bd86
change inline style into classes
2016-08-04 11:18:07 -04:00
Spoonflower
8f085052dc
taking out inline styling and putting them in application.css
2016-07-29 10:09:17 -04:00
John Cavalieri
331fc63838
footer tweaks, added title and ellipsis to url and namespace
2015-11-06 15:18:50 -06:00
Mike Perham
c5c74f49e4
Revert "Using percentage sizes for footer information with ellipses overflow."
...
This reverts commit 224259b0b0
.
2015-11-06 09:07:28 -08:00
John Cavalieri
e3c5ecca42
Using percentage sizes for footer information with ellipses overflow.
...
Also added title attributes so on-hover shows full string.
2015-11-05 15:51:15 -06:00
Samuel Molnar
bab1ab8bd3
Make form button groups look bit better
2015-10-13 17:53:57 +02:00
Mike Perham
6e652817e3
Revert "Implement Web UI keyboard shortcuts, #2540 "
...
This reverts commit 4c274f4cfb
.
2015-09-08 14:09:48 -07:00
Mike Perham
4c274f4cfb
Implement Web UI keyboard shortcuts, #2540
...
Needs: JS concat
2015-09-08 14:09:11 -07:00
Mike Perham
c240d728a0
Merge pull request #2468 from antstorm/refactor-pulsing-dot
...
Refactor pulsing beacon
2015-07-30 19:21:40 -07:00
Abdelkader Boudih
677c1bfe5d
Merge pull request #2470 from antstorm/remove-not-needed-css-properties
...
Remove not needed CSS properties
2015-07-31 00:01:54 +00:00
Anthony Dmitriyev
53f125f1de
Remove not needed CSS properties
2015-07-31 00:41:41 +01:00
Anthony Dmitriyev
52ac947b68
Fix dashboard pulsing beacon alignment
2015-07-31 00:24:56 +01:00
Anthony Dmitriyev
33dca586c2
Refactor pulsing beacon
2015-07-30 23:50:14 +01:00
Mike Perham
e3d842b529
Tweak footer widths, fixes #2411
2015-06-30 08:47:21 -07:00
Warren Guy
be2b6a75c0
Revert overflow for redis-url
and redis-namespace
to hidden
...
Looks like this was mistakenly? changed to `scroll` in 542b995
2015-06-18 17:13:10 +01:00
Anton Davydov
17ee70f063
Create table containers with overflow is overlay
2015-05-14 02:48:17 +03:00
Brandt Lareau
542b9951d5
Footer style fix #2205
...
Changed overflow from scroll to hidden
Revert Last commit
Corrected consistent spacing
2015-04-28 14:23:59 -05:00
Mike Perham
cf7a9b6a8f
Merge pull request #2277 from davydovanton/dropdown-button
...
Fixed protruding links in header navbar
2015-04-05 11:45:11 -07:00
Anton Davydov
70407f41e7
Fixed protruding links in header navbar [skip ci]
...
1. All protruding plugin links rolled to dropdown button
2. Trim navbar link weight for screen less than 979px
2015-04-03 10:36:37 +03:00
Anton Davydov
67ddaac850
Fix displaying navbars for tablet devises [skip ci]
2015-03-31 00:51:37 +03:00
Anton Davydov
c0800916c6
Change current navbar to bootstrap collapsed navbar [skip ci]
2015-03-26 15:43:04 +03:00
Anton Davydov
8a95843692
Fix charts position on dashbord page [skip ci]
2015-03-25 01:43:16 +03:00
Anton Davydov
457432912a
Centered text in footer navbar [skip ci]
2015-03-24 23:51:57 +03:00
Abdelkader Boudih
26ebbfbe0e
style max-width for namespace [ci skip]
2015-02-27 07:58:12 +00:00
Abdelkader Boudih
d5787224a3
fix footer style [ci skip]
2015-02-27 06:34:22 +00:00
Mike Perham
5bb304f215
Remove usage of Google fonts, fixes #2144
2015-01-18 09:29:47 -08:00