Please indicate below when an edit, change, addition, or CSS markup update has been made.
================ EDITS, CHANGES, & ADDITIONS BELOW ================
Why did we remove the logos of where we've had writeups? http://cl.ly/BNGd
* don't remember in which mailing list it was but I think there was negative feedback about it so we have to either find those threads or get more input about the home page
new thread about the home page at:
I'd like to add a period to "Get Involved" on the contribute page. http://cl.ly/BO7f
done
I'd like to remove the "Browse" at the top of the learn page. http://cl.ly/BMnb
- It would be great if we could add a header and small paragraph at the top, like we have on the contribute page. Maybe something like:
- "Learn with your peers." <---- Header
- "Learning is more fun with friends. Work alongside your peers, get help from them, or offer your expertise to those in need. Peer-driven study groups by learners just like you are available right now. Anyone can join and make a difference." <--- Paragraph underneath
- We should also move the "View All" and "Create" buttons from the breadcrumbs to below the paragraph
please do it on the fork and we can sent it for feedback in the same thread we talked about adding the schools to that page (was there a conclution in that thread?)
- Done, but I haven't added schools to the page. I'm not sure what the conclusions of that discussion were.
- Shared screen shot. -- I think the feedback was towards leaving groups as the main forcus and maybe providing a way to filter them by schools? Like in https://gomockingbird.com/mockingbird/#m5ase18/qPjmxl
- Not sure why this particular change is not in that mockup though
We should probably add a "Join P2PU today!" link under the footers "About P2PU" paragraph. http://cl.ly/BOLa
please do it on the fork and i will apply it on production
We need to change each schools coloring to where the user dropdown at the top only has a black background. http://cl.ly/BO8M
that can be done in edit school pages. [done]
================ CSS CHANGES BELOW ================
are this css changes related to the bugs above or are they for other bugs?
starting to apply them on production
.card-list section h1 span{
background: #FFFFFF;
}
done
#splash #main {
margin: 20px 0 0;
}
this causes a problem in the page (will add before, after screenshots soon)
#intro-links {
padding: 20px 20px 20px 0;
}
done (did not noticed the difference though)
#school_home h3 {
color: #333333;
margin-bottom: 0;
}
if this is webcraft only please edit the sow specific css on: http://p2pu.org/en/schools/school-of-webcraft/edit/styles/ . Let me know if it is a global change. done
#school_home h2 {
margin: 10px 0 20px;
}
same comment done
a.webcraft-browse {
display: inline-block;
margin: 20px 20px 50px 0;
}
same comment done
.project-kind-challenge #task_list_section a.taskView {
font-size: 12px;
padding-left: 6px;
}
done
.project-kind-challenge #task_list_section .taskSubheader {
color: #666666;
display: inline-block;
font-size: 12px;
width: 440px;
}
done
.project-kind-challenge #task_list_wall #progress {
width: 290px;
}
done
.pages-get-involved #main a {
color: #000000;
}
done
.pages-get-involved #main #contribute-slider a.contribute-button {
padding: 7px 26px 8px;
width: 200px;
}
done
.pages-get-involved #main p {
color: #666666;
}
done
img.member-picture {
margin-right: 10px;
}
is this for all the ocurrences of this class (note it is used in several templates)
I thought that was the case. I'm
.badges-list .badge-list .badges li {
width:158px;
}
done
TODO (merge):
- I beautified the info and error notifications in my last push. I used a webfont for the closing "x" and it looks a lot nicer than what I had in place perviously. Once we have that webfont in place we can use it in other locations. I think it would be very helpful.
done
- fix the spanish user nav break.
button, input[type="submit"], input[type="button"], a.button, .button {
font-size: 11px;
}