[Building Sakai] Morpheus style sampler

mark at alienresident.net mark at alienresident.net
Tue Mar 31 19:42:09 PDT 2015


Hi Steve,

There's a flat HTML styleguide file in Morpheus for this but it'll 
specific Sakai markup added to it.
https://nightly.sakaiproject.org/library/skin/morpheus-default/styleguide/

I had been planning to switch this out to a sass based generated style 
but never got to it. https://github.com/trulia/hologram

A lot of the issues with the styles in the tables is the markup. There's 
a bunch of H3 in the those tables and they are inheriting the generic 
header styles. Not sure if the markup is the greatest but it can be 
fixed with some css.

table h3 {
   font-size: ...;
   margin: ...;
   padding: ...;
}

Thanks,
Mark



> Hi all,
> 
> Do we have a style sampler/toolbox where we can review the styles? I'm
> talking about something like this:
> http://getbootstrap.com/css/ [1]
> 
> I just fixed a few issues in the tools where there was excessive
> whitespace etc or not styled correctly, however there seem to be a few
> styles that have way too much whitespace around them.
> 
> So for things like tables, where previously you could fix 30-40 items
> on screen, now you can only fit about 7 (refer to Admin Users tool).
> 
> It would be good to see the styles in situ so we can review them,
> without having to mockup a tool to view them.
> 
> cheers,
> Steve
> 
> 
> 
> Links:
> ------
> [1] http://getbootstrap.com/css/
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"



More information about the sakai-dev mailing list