Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2014 at 21:07 UTC
Updated:
23 Jun 2015 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ngreenup commentedThis is exactly what I was looking for, thank you so much. This really needs to be fixed in the official release of this theme as it is quite hard to troubleshoot.
Comment #2
ngreenup commentedI have attached a patch but I am not sure if I did it right. Please let me know what is wrong (if anything) so I can fix it and learn how to do it right.
Comment #3
bryancasler commentedThrobber is a bit wobbly, but at least it's now in the right spot! Thanks.
Comment #4
bryancasler commentedDuplicate issues were created with a different resulting patches. Trying to consolidate efforts here...
#2339133: Views Ajax pager
#2285899: Views ajax throbber display problem
Mark Carver writes "Please do not modify the compiled CSS, this is compiled automatically when patches are committed. Patch the original starterkits/less/less/overrides.less file instead."
That would seem to apply to this issue's patch as well. But now we have two patches trying to fix the same issue, but patching the wrong way.
Anyone more familiar with Bootstrap able to jump in and provide some guidance on which approach is the best way forward?
Comment #5
burnsjeremy commentedI just ran into this on a sub-theme I'm working out of, I am attaching a patch with the change in overrides.less so it can get updated.
**Remember, if you are wanting to apply this patch you will need to compile the overrides.less file to see the change.
Comment #6
burnsjeremy commentedHad to change the file out, forgot to change my global git config.
Comment #7
grahamvalue commentedHello,
Is there a CSS version of this fix for sites that are not using Method 1 Bootstrap sub-theming / LESS?
serenitystocks.com is currently using the below CSS fix given by meecect on this duplicate issue.
Do you see any potential problems from using this code - now or during future theme updates?
Thanks for the help!
Comment #8
grahamvalue commentedThe "first page" and "last page" options seem to be missing as well. Any ideas?
Update: Please ignore this comment. This issue seems to have been addressed here - https://www.drupal.org/node/2343721
Would appreciate any answers to the previous comment though.
Is there a CSS fix for the ajax pager alignment?
Comment #11
markhalliwell@serenitystocks.com the patches above can be for Method 1, yes, but they're also the source for our compiled overrides.css which Method 2 uses (which I have just done and committed).
Comment #12
grahamvalue commentedThank you, markcarver!
Presumably, that's the development version of the overrides.css file in the base theme.
Is there any recommended css fix for this issue that can be used in the sub theme without replacing the entire css file in the base theme.
(Incidentally, the css snippet in comment #7 seems to work pretty well)