Bradley M. Kuhn
732bf3b4c8
Not so high.
2015-03-08 21:51:37 -07:00
Bradley M. Kuhn
e631dd41ef
Top and bottom margin might help.
2015-03-08 21:51:06 -07:00
Bradley M. Kuhn
d17dcf145e
Go back to float right.
2015-03-08 21:50:19 -07:00
Bradley M. Kuhn
cd6ba9e352
Go back to this version, it seems better.
2015-03-08 21:49:26 -07:00
Bradley M. Kuhn
e664a104a7
See if this places the percentage better.
2015-03-08 21:48:29 -07:00
Bradley M. Kuhn
df9976598c
Better formatting on fundraising-percentage.
2015-03-08 21:46:48 -07:00
Bradley M. Kuhn
ad787ca5a9
fundraising percentage goes with progressbar.
2015-03-08 21:43:49 -07:00
Bradley M. Kuhn
54118f965d
fundraiser-percentage should be in bold.
2015-03-08 21:42:53 -07:00
Bradley M. Kuhn
51ab3f365c
Possibly need a span# here.
2015-03-08 21:41:53 -07:00
Bradley M. Kuhn
157c438899
CSS for the fundraising percentage text.
2015-03-08 21:38:38 -07:00
Bradley M. Kuhn
098f7cc276
Correct compliance menu selector.
2015-03-07 14:09:56 -08:00
Bradley M. Kuhn
7694d3b1f8
Image inside FAQ should scale to size.
...
Some have complained that the image inside the FAQ does not scale to
size. This corrects that problem.
2015-03-05 15:20:26 -08:00
Bradley M. Kuhn
097c82ea26
Move progressbar CSS to CSS file, not hard code.
...
Also, increase size of progress bar (HT tmarble)
2015-03-05 13:32:49 -08:00
Bradley M. Kuhn
32e9164d48
Don't hard code style; use class and improve CSS
...
This changes the hard-coded style for what I'm calling the
content-with-donate-sidebar. The advantage of not hard-coding style are
obvious, but I'm doing this now rather than later so that I can add
changes to the CSS that causes the width to extend to 100% on smaller
screen media when the donate bar disappears (the latter of which is
already implemented).
2015-03-05 13:25:08 -08:00
Bradley M. Kuhn
44491e67fc
Require browser even a bit bigger before left dt.
...
(HT jgay)
2015-03-05 13:18:55 -08:00
Bradley M. Kuhn
336b089791
Remove unnecessary clear: left. (HT hallabro)
2015-03-05 12:58:10 -08:00
Bradley M. Kuhn
ee18acf708
Align dd's properly on right.
2015-03-05 12:57:03 -08:00
Bradley M. Kuhn
4b2bb32811
Adjust widths slightly when these are combined.
...
When we have both dt's and the donate-sidebar floating around, things
get tight. Perhaps there is a better solution than this (e.g., can you
set the @media conditional on there being a donate-sidebar at all?), but
this should be a reasonable hack to fix the problem.
2015-03-05 12:00:42 -08:00
Bradley M. Kuhn
ba453a80c2
Avoid left floating dt's on small screens.
...
Set the min-width for the left-floating dt's to 550px, so that small
screens just get everything in one column.
Note that the formatting previously used is now moved purely to @media,
which I don't know how that will impact browsers that don't support
@media in CSS, but OTOH, I believe the graceful degradation is done
correctly here.
2015-03-05 11:56:22 -08:00
Bradley M. Kuhn
05198edf82
Make FAQ entry done in dt look better with CSS.
...
This is accomplished by three key changes:
* use em rather than px sizes, so that font changes are accomodated.
* Add a margin to the dt.
* center the text in the dt's rather than right align.
2015-03-05 11:35:15 -08:00
Bradley M. Kuhn
a6aad36677
Fix typo in CSS.
2015-03-05 09:41:23 -08:00
Bradley M. Kuhn
26561835da
Supporting docs for announcement of VMware lawsuit
...
The VMware lawsuit will be announced publicly momentarily.
2015-03-05 08:24:45 -08:00
Bradley M. Kuhn
3d027ae13c
Fix cut-and-paste error in menu selection CSS.
2015-03-05 07:57:17 -08:00
Bradley M. Kuhn
47aa505e07
Overview: top level menu -> incorporated in about
...
The overview is now incorporated into the About section of the website,
primarily to make more space on the toplevel menubar.
2015-03-05 07:53:04 -08:00
Bradley M. Kuhn
f635fba970
Properly match category name.
2015-03-05 07:47:41 -08:00
Bradley M. Kuhn
c15ed233cf
Begin work to highlight sidebar menu correctly.
...
The sidebar menu, and its related top menu item should match setups used
with other sidebar based pages on the site.
2015-03-05 07:43:41 -08:00
Bradley M. Kuhn
962c180f12
Or, do I mean text-align?
2015-03-04 15:14:28 -08:00
Bradley M. Kuhn
8258ca83f0
Do I need align center for a p tag?
2015-03-04 15:12:50 -08:00
Bradley M. Kuhn
8eda325777
Pagination should float to the center, I think
2015-03-04 15:10:01 -08:00
Bradley M. Kuhn
3880c231e4
Minimal dl CSS.
2015-01-20 16:12:04 -05:00
Bradley M. Kuhn
5f11ff0c13
Note that possible fix the sidebar scroll.
...
Sidebar currently gets bottom cut off when your browser height is too
small. This URL seems to indicate a fix. I don't have time to do it
now, but wanted to save it as a note to do later.
2014-12-08 18:41:28 -05:00
Bradley M. Kuhn
ba50cd0232
SVG bullet list of supporters on sponsors page.
...
This CSS, which I discovered from extensive research online, should work
to create a bulleted list with the bullets being the heart-shaped
Conservancy logo.
2014-12-03 12:29:24 -05:00
Bradley M. Kuhn
ece5b2581b
Add missing close brace.
2014-12-03 12:27:32 -05:00
Bradley M. Kuhn
44301d386b
Correct Markdown-style footnote w/ HTML style one.
...
This footnote is now correctly formatted in HTML, with links back and
forth, as well as a jQuery UI tooltip popup for the footnote.
2014-12-02 18:25:42 -05:00
Bradley M. Kuhn
9aa9e73a91
600px seems better here than 500px.
2014-12-02 17:55:06 -05:00
Bradley M. Kuhn
009cc20555
Avoid donate-sidebar on small screens.
...
The donate-sidebar overlaps with text on small screens. This problem is
corrected herein by using @media for 500px screens to remove display of
the sidebar.
2014-12-02 17:51:32 -05:00
Bradley M. Kuhn
dbe8d4f238
Remove hard-coded style= for donate-sidebar div
...
Move the CSS for the donate-sidebar into the conservancy.css file
instead of hard-coding in the HTML.
2014-12-02 17:51:10 -05:00
Bradley M. Kuhn
fdbdedd8fb
Fix npoacct menu selection highlight.
2014-12-01 14:59:45 -05:00
Bradley M. Kuhn
6275e3e377
Add missing npoacct selection box.
2014-12-01 13:13:04 -05:00
Bradley M. Kuhn
8e728d010c
Campaign is no longer "campaign", but npoacct.
...
Changes in preparation of launching supporter program; no longer
highlight this as the "campaign".
2014-12-01 13:01:06 -05:00
Bradley M. Kuhn
23d2d8cad1
Make the toggle-controls look like clickable <a> tags.
2013-04-30 22:29:12 -04:00
Bradley M. Kuhn
6e49d079da
Create pop-down of text for other donation methods.
...
For those methods that require further explanation, configure so that the
text appears upon clicking.
2013-04-30 22:17:04 -04:00
Bradley M. Kuhn
bda85a597b
Styles should live in CSS, not in the template.
...
Properly use nav-bg for campaign.
2013-04-30 20:01:48 -04:00
Denver Gingerich
2309ff0948
add accounting campaign page; update styles/navbar
2013-04-30 00:13:45 -04:00
Bradley M. Kuhn
0d95d806d7
License was missing for submenu selection.
2013-04-26 16:03:05 -04:00
Bradley M. Kuhn
63f708f928
Will a shorter string make this work? Unsure why it isn't working now, actually.
2013-04-23 13:20:35 -04:00
Bradley M. Kuhn
3202d679c5
Properly set class for CCS so the EvalCommittee menu item formats properly.
2013-04-23 13:16:15 -04:00
Bradley M. Kuhn
ef5fbac055
New conservancy-header image from Tony; also change CSS to match.
2013-02-28 16:13:44 -05:00
Bradley M. Kuhn
f50ccef84e
Perhaps this height needs to be increased as well?
2013-02-28 15:48:41 -05:00
Bradley M. Kuhn
35259a101c
Height and width to match the bigger size of the existing file.
2013-02-28 15:45:53 -05:00