zoukankan      html  css  js  c++  java
  • 多亏了,这个,解决了padding的问题

    SOLVED: 

    Took some css digging, but it seems a stylesheet from a component for 
    the web application I am working with was overriding some css 
    attributes of the tables making up the annotated timeline display. 
    Placing the following code in the <style> block at the top of my 
    template page fixed the problem for me. 

    table.annotatedtimelinetable tbody td { padding:0px; border-top: 
    none;} 

    - 隐藏引用文字 -
    On Jul 29, 6:51 pm, andris <and...@inveneo.org> wrote:  > Digging a little deeper, I can see that the table holding the  > annotations is bleeding outside of the div called "annotationsdiv"  > that is supposed to contain it.  >  > Screenshot is here:http://www.inveneo.org/download/annotations_problem.png  >  > On Jul 29, 6:19 pm, andris <and...@inveneo.org> wrote:  >  >  >  > > Hello,  >  > > Loving the Annotated timeline for easy graphing of time series.  > > However, The annotation box (the area to the right of the graph that  > > holds annotations) is appearing too large for me, regardless of  > > browser.  (Chrome, Firefox, Safari).  >  > > Graph size is normal, but the annotation area seems to disregard the  > > size of the div that contains the AnnotatedTimeline itself.  Even when  > > the annotation area is empty (i.e. when I don't specify any  > > annotations), the buttons for scrolling up and down through the  > > annotations appear outside of the div.  Any clue what's going on?  >  > > This guy appears to have had the same problem I did, but he never got  > > any responses.  >  > >http://groups.google.com/group/google-visualization-api/browse_thread...  >  > > Thanks much!
  • 相关阅读:
    论语言思维的差异
    lua经典问题
    跳槽的故事
    未来一年计划
    腾讯面试题 找重复的数
    nodejs学习
    node记录
    mysql 常用总结
    ubuntu 服务器搭建汇总
    ubuntu下安装golang
  • 原文地址:https://www.cnblogs.com/diyingyun/p/2834055.html
Copyright © 2011-2022 走看看