Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-27 Thread AgentB
The orange box issue continues on the boinc forum, but only when using EDIT post. Reply and Quote work normally (blue glow border). ___ boinc_dev mailing list boinc_dev@ssl.berkeley.edu http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubsc

Re: [boinc_dev] Bootstrap status

2016-11-26 Thread Juha Sointusalo
On 26 November 2016 at 00:05, David Anderson wrote: > I'm pretty much done with changing the BOINC web code to use Bootstrap. > > This is on Github in a branch called "bootstrap". > Any objections to merging this into master? > I think it would be best to give people some time to find all the re

[boinc_dev] Bootstrap status

2016-11-25 Thread David Anderson
I'm pretty much done with changing the BOINC web code to use Bootstrap. Examples: http://boinc.berkeley.edu/test/ uses standard bootstrap theme http://setiathome.berkeley.edu/ uses a theme called "Slate" that I found on the web. Notes: - I changed the sample index.php to have a graphic at

Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-25 Thread AgentB
Some improvements - the orange filling textarea has stopped. No Firefox update. The textarea fields now have blow glow rounded border replacing the previous square orange border see https://drive.google.com/open?id=0ByWmDrqM7J67NXNHMnlPem5ITEE https: now shows secure home pages and forum indexe

Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-24 Thread AgentB
Some additional info - install Firebug then inspect the textarea element. Firebug reports the following "errors" - the style sheet is reported as https://boinc.berkeley.edu/dev//bootstrap.min.css Error in parsing value for '-webkit-text-size-adjust'. Declaration dropped. bootstrap.min.css:5:

Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-24 Thread David Anderson
Seems like a Firefox bug. I changed the logo URL to https. I'm currently trying to get a new SSL cert. The University office in charge of this isn't returning emails :-( -- David On 11/24/2016 3:18 PM, AgentB wrote: I am running Firefox 50.0 on Ubuntu 16.04 - the problem did not appear of earl

Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-24 Thread AgentB
I am running Firefox 50.0 on Ubuntu 16.04 - the problem did not appear of earlier versions of Firefox. Disabling hardware acceleration does not change the problem. A couple of other minor - not entirely CSS / bootstrap - but website issues Loading mixed (insecure) display content "http://boinc.be

Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-23 Thread David Anderson
I upgraded to Firefox 50 on Win 7, and am not seeing this. Anyone else? -- David On 11/23/2016 1:02 PM, AgentB wrote: https://drive.google.com/open?id=0ByWmDrqM7J67ZnBpSUhweDVLVEU and https://drive.google.com/open?id=0ByWmDrqM7J67V2NkdHRQZjlpUXc Should show the two screen-shots. Cheers On

Re: [boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-23 Thread AgentB
https://drive.google.com/open?id=0ByWmDrqM7J67ZnBpSUhweDVLVEU and https://drive.google.com/open?id=0ByWmDrqM7J67V2NkdHRQZjlpUXc Should show the two screen-shots. Cheers On 20/11/16 17:44, AgentB wrote: > > Screenshot taken from v50.0 FireFox. > > > > 1. > > text area is orange when the

[boinc_dev] Bootstrap CSS with Firefox 50.0 on https://boinc.berkeley.edu/dev/

2016-11-20 Thread AgentB
Screenshot taken from v50.0 FireFox. 1. text area is orange when the LH mouse button is pressed, releasing returns to white (same with RH button) 2. Not reproducible with Chrome. 3. This orange flash is annoying when editing, moving the cursor within the text box

Re: [boinc_dev] Bootstrap

2016-11-14 Thread David Anderson
Uwe: To get a dark-background color scheme, use a Bootstrap theme. There are many sources of these; see http://boinc.berkeley.edu/trac/wiki/StyleSheets Note: the one I tried had a problem with white-on-white text in s, e.g. country selector. If anyone knows why please let me know. -- David On 1

Re: [boinc_dev] Bootstrap

2016-11-13 Thread yoyo
Hello, to test it I switched to the bootstrap branch here https://yafu.myfirewall.org/yafu/. 1) On the index.php the right column with the news section has much more content than the left column. How can I make the right column 2/3 and the left 1/3 of the page size? 2) In the past I used black.c

Re: [boinc_dev] Bootstrap

2016-11-11 Thread David Anderson
Fixed now (I think). -- D On 11/11/2016 1:42 PM, Jord van der Elst wrote: David, It broke my capability to go to the forums on my Huawei G700 smart phone (5 inch screen). Where before I had the whole forums in the screen and could zoom in/out, now the one column thing has me scroll all over t

Re: [boinc_dev] Bootstrap

2016-11-11 Thread Jord van der Elst
- no jump to your own post once you posted in a thread. Fun on the long threads and 100 posts per page setting. - wikipedia like use of Enter: press Enter once and the text you think went to the next line will be added at the back of the previous sentence. Perhaps we need to add here as well? - te

Re: [boinc_dev] Bootstrap

2016-11-11 Thread Jord van der Elst
Further things that broke, in normal PC used Firefox: - jump to last unread post is no longer working. - the amount of unread PMs is no longer bold face. - the BOINC forums don't use the Project menu, teams or certificates. - server status page is not needed either (and has the error set_cached_dat

[boinc_dev] Bootstrap

2016-11-11 Thread David Anderson
I revised the BOINC web code (PHP) to use Bootstrap CSS rather than our own ad-hoc CSS (main.css, white.css). This is on Github in a branch named "bootstrap". You can try it out on your project, and see it in action on the BOINC message boards. * The revised code uses exclusively Bootstrap class

Re: [boinc_dev] bootstrap integration into BOINC

2014-08-19 Thread David Anderson
I suggest an incremental approach: 1) change the CSS schema used by BOINC to match bootstrap where this is possible (e.g. button/btn). This could include using instead of . 1a) simplify/reduce the CSS classes used by BOINC. The people who wrote the forum code tended to make lots of classes; man

[boinc_dev] bootstrap integration into BOINC

2014-08-19 Thread Christian Beer
Hello all, I want to resurrect the bootstrap integration into BOINC. With the goal of supporting an optional bootstrap theme besides the current website implementation I will outline some problematic areas in this email. Besides the obvious solution to separate the php code from html presentation