[Trac-tickets] Re: [The Trac Project] #1261: Layout problem in Ticket view

The Trac Project noreply at edgewall.com
Thu Jun 2 05:51:26 CDT 2005


#1261: Layout problem in Ticket view
---------------------------+------------------------------------------------
       Id:  1261           |      Status:  assigned                
Component:  ticket system  |    Modified:  Thu Jun  2 05:51:24 2005
 Severity:  minor          |   Milestone:  0.9                     
 Priority:  low            |     Version:  devel                   
    Owner:  cmlenz         |    Reporter:  cdupuis                 
---------------------------+------------------------------------------------
Comment (by anonymous):

 What about removing the float property?
 {{{
 #!text/x-diff
 Index: htdocs/css/trac.css
 ===================================================================
 --- htdocs/css/trac.css (revision 1747)
 +++ htdocs/css/trac.css (working copy)
 @@ -263,7 +263,7 @@
  .wikitoolbar {
   border: solid #d7d7d7;
   border-width: 1px 1px 1px 0;
 - float: left;
 + width: 156px;
   height: 18px;
  }
  .wikitoolbar :link, .wikitoolbar :visited {
 }}}

 It seems to solve the problem.

 Apparently, the {{{float: left}}} was there for IExplorer,
 so that the toolbar size doesn't expand to the full line.
 But as we are displaying an image, the fixed width that
 is needed can be estimated.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1261>
The Trac Project <>


More information about the Trac-Tickets mailing list