[geeklog-cvs] Geeklog-1.x/public_html/layout/professional style.css, 1.86, 1.87

Blaine Lang blaine at qs1489.pair.com
Sat Jun 9 16:17:15 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv24467/public_html/layout/professional

Modified Files:
	style.css 
Log Message:
Clean-up CSS to fix the layout of the fieldset and div used for the help notes. Bullet margin now same for both FF and IE. 
Fieldset border will now expand to fit the div for the notes and not let the div appear below the fieldset border
Fieldset border had been turned off as well - different then GL 1.4.1

Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** style.css	14 May 2007 07:06:23 -0000	1.86
--- style.css	9 Jun 2007 20:17:13 -0000	1.87
***************
*** 64,75 ****
  }
  fieldset {
!   margin-bottom:0em;
!   border:0px;
  }
  fieldset p {
    padding:5px;
    margin:0px;
- }
- fieldset p {
    margin-top:5px;
    margin-bottom:0px;
--- 64,72 ----
  }
  fieldset {
!   margin-bottom:1em;
  }
  fieldset p {
    padding:5px;
    margin:0px;
    margin-top:5px;
    margin-bottom:0px;
***************
*** 88,98 ****
  
  form div.notes li {
!   margin-left:10px;
  }
  form fieldset div.notes {
    float:right;
!   position:absolute;
    right:30px;
!   width:170px;
    height:auto;
    margin:0px 0px 10px 10px;
--- 85,96 ----
  
  form div.notes li {
!   margin-left:5px;
!   list-style-position:inside;
  }
  form fieldset div.notes {
    float:right;
!   position:relative;
    right:30px;
!   width:150px;
    height:auto;
    margin:0px 0px 10px 10px;




More information about the geeklog-cvs mailing list