Mercurial > hg > extraction-interface
view css/taggingtext.css @ 84:ecc4b22e9b05 extractapp
Bug fixed: missing section id variable in export table from LGservice.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 23 Apr 2015 17:06:03 +0200 |
parents | e71a437ae49f |
children | 0141df465205 |
line wrap: on
line source
.bg-danger{ background-color: #FFD1D1; } .bg-warning{ background-color: #FFFF99; } .bg-info{ background-color: #E7F3FF; } .bg-default{ background-color: #F4F4F4; } .info-board{ margin:10 30 10 30; width: 100%; max-width:1270px; min-width: 680px; border: 2px solid #A1A1A1; border-radius: 4px; height:70px; overflow:scroll; overflow-x:hidden; } #follow-scroll { position:absolute; height:680px; overflow:scroll; margin:0 5 15 5; max-width:280px; border: 1px solid #A1A1A1; border-radius: 4px; } .popup-frame { position: absolute; display: none; background-color: white; border: 2px solid #A1A1A1; border-radius: 4px; padding: 5px; } .popup-regex { left: -400px; width: 400px; height: 300px; top: 100px; z-index: 2; } .popup-loadregex{ left: -300px; width: 300px; height: 70px; top: 100px; z-index: 2; } .popup-topic { left: -200px; width: 200px; height: 50px; top: 20px; z-index: 2; }