comparison css/taggingtext.css @ 66:e71a437ae49f extractapp

New: responsive. some css style
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 02 Apr 2015 16:33:46 +0200
parents f9ae94a9b041
children 0141df465205
comparison
equal deleted inserted replaced
65:f9ae94a9b041 66:e71a437ae49f
8 8
9 .bg-info{ 9 .bg-info{
10 background-color: #E7F3FF; 10 background-color: #E7F3FF;
11 11
12 } 12 }
13
14 .bg-default{ 13 .bg-default{
15 background-color: #F4F4F4; 14 background-color: #F4F4F4;
16
17 } 15 }
18 16
19 .info-board{ 17 .info-board{
20 margin:10 30 10 30; 18 margin:10 30 10 30;
19 width: 100%;
20 max-width:1270px;
21 min-width: 680px;
21 border: 2px solid #A1A1A1; 22 border: 2px solid #A1A1A1;
22 border-radius: 4px; 23 border-radius: 4px;
23 max-width:1270;
24 height:70px; 24 height:70px;
25 overflow:scroll; 25 overflow:scroll;
26 overflow-x:hidden; 26 overflow-x:hidden;
27 } 27 }
28 #follow-scroll {
29 position:absolute;
30 height:680px;
31 overflow:scroll;
32 margin:0 5 15 5;
33 max-width:280px;
34 border: 1px solid #A1A1A1;
35 border-radius: 4px;
36 }
37
38 .popup-frame {
39 position: absolute;
40 display: none;
41 background-color: white;
42 border: 2px solid #A1A1A1;
43 border-radius: 4px;
44 padding: 5px;
45 }
46
47 .popup-regex {
48 left: -400px;
49 width: 400px;
50 height: 300px;
51 top: 100px;
52 z-index: 2;
53 }
54
55 .popup-loadregex{
56 left: -300px;
57 width: 300px;
58 height: 70px;
59 top: 100px;
60 z-index: 2;
61
62 }
63
64 .popup-topic {
65 left: -200px;
66 width: 200px;
67 height: 50px;
68 top: 20px;
69 z-index: 2;
70 }