[ http://issues.apache.org/jira/browse/SOLR-6?page=comments#action_12419801 
] 

Greg Ludington commented on SOLR-6:
-----------------------------------

Wonky is the correct word -- if the border-left is one pixel, it shows as 
white.  If it is two pixels, the color shows.  A border-right appears to work 
even with only one pixel.  Maybe IE7 gets it right, but not IE6 :)

If you are going to continue to have two column analysis tables, and the first 
column is a th, adding this appears to do the trick in both IE6 and Firefox 1.5:

table.analysis th {
        border-right:1px solid #ff9933;
}



> Solr admin stylesheet doesn't work well with Internet Explorer
> --------------------------------------------------------------
>
>          Key: SOLR-6
>          URL: http://issues.apache.org/jira/browse/SOLR-6
>      Project: Solr
>         Type: Bug

>   Components: web gui
>     Reporter: Yonik Seeley
>     Priority: Minor
>  Attachments: iestyles.patch
>
> The admin pages look different on firefox than on IE (6 or 7).
>  - tables in text analysis page span whole browser, regardless of cell size
>  - separators visible in firefox aren't visible in IE

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to