[Bb-trac] [bbPress] #1095: CSS Tweak for installer

bbPress bb-trac at lists.bbpress.org
Thu May 28 09:31:54 GMT 2009


#1095: CSS Tweak for installer
----------------------------------+-----------------------------------------
 Reporter:  johnjamesjacoby       |       Owner:                  
     Type:  defect                |      Status:  new             
 Priority:  normal                |   Milestone:  1.0             
Component:  Installation/Upgrade  |     Version:  1.0-rc-2 (trunk)
 Severity:  minor                 |    Keywords:                  
----------------------------------+-----------------------------------------
 The following will give more intuitive spacing between labels and their
 description paragraphs. Just tightens up the margins and paddings a bit
 and increases the legend size to 1em for extra emphasis.

 bb-admin/install.css line 254ish
 {{{
 p.note {
     border-left:1px solid #DFDFDF;
     color:#666666;
     font-size:0.9em;
     font-style:italic;
     margin:0.2em 0 1em 2.5em;
     padding:0.6em;
 }
 }}}

 bb-admin/install.css line 218ish
 {{{
 label {
     color:#222222;
     cursor:pointer;
     display:block;
     font-size:0.75em;
     margin:0;
 }
 }}}

 bb-admin/install.css line 211ish

 {{{
 legend {
     background-color:#eee;
     font-size:1em;
     font-style:italic;
     font-weight:bold;
     padding:1em 0 0.5em;
 }
 }}}

-- 
Ticket URL: <http://trac.bbpress.org/ticket/1095>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list