Changeset 220

Show
Ignore:
Timestamp:
06/09/06 09:19:26 (3 years ago)
Author:
tim
Message:

added fix for badly floating fields and labels

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/formal/formal.css

    r197 r220  
    134134  width: 80%; 
    135135} 
     136 
     137/*--- CLEARFIX  ----------------------------------------------------------*/ 
     138.nevow-form div.field:after { 
     139  content:"."; 
     140  display:block; 
     141  height:0; 
     142  clear:both; 
     143  visibility:hidden; 
     144} 
     145.nevow-form div.field {display:inline-block;} 
     146/* Hide from IE Mac \*/ 
     147.nevow-form div.field {display:block;} 
     148/* End hide from IE Mac */