annotate css/taggingtext.css @ 121:21e89eca0b84 extractapp

All pop sub-windows are made with dialog component of bootstrap v3.3.2
author Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
date Thu, 28 Sep 2017 17:51:53 +0200
parents 2cc65ff46174
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
1 .bg-danger{
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
2 background-color: #FFD1D1;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
3 margin: 5 5 5 5;
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
4 }
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
5
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
6 .bg-warning{
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
7 background-color: #FFFF99;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
8 margin: 5 5 5 5;
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
9 }
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
10 .bg-success{
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
11 background-color: #ADFAAA;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
12 margin: 5 5 5 5;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
13 }
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
14 .bg-info{
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
15 background-color: #E7F3FF;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
16 margin: 5 5 5 5;
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
17 }
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
18 .bg-default{
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
19 background-color: #F4F4F4;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
20 margin: 5 5 5 5;
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
21 }
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
22 .bg-white{
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
23 background-color: white;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
24 margin: 5 5 5 5;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
25 }
86
0141df465205 New: add chinese characters to pinyin
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 66
diff changeset
26
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
27 .tool-frame .btn{
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
28 background-color: #F4F4F4;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
29 }
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
30
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
31 .btn:hover {
90
94ad33739fa4 modify the position of buttons in sidebar
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 89
diff changeset
32 border: 1px solid #A1A1A1;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
33 border-radius: 4px;
90
94ad33739fa4 modify the position of buttons in sidebar
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 89
diff changeset
34
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
35 }
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
36
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
37
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
38 .info-board{
65
f9ae94a9b041 New: adding topic names: name_en, name_ch, name_pinyin
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
39 border: 2px solid #A1A1A1;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
40 margin-bottom:10px;
65
f9ae94a9b041 New: adding topic names: name_en, name_ch, name_pinyin
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
41 border-radius: 4px;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
42 max-height:70px;
62
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
43 overflow:scroll;
3fb9e3884401 New: insert selected wordlist into textarea at cursor position when editing regex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff changeset
44 overflow-x:hidden;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
45 }
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
46
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
47
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
48 #follow-scroll {
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
49 height:90vh;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
50 width: 90%;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
51 overflow:auto;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
52 padding-top: 10px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
53 float: left;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
54 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
55
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
56 #follow-scroll #accordion .panel-body {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
57
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
58 height: 55vh;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
59 }
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
60
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
61 .tool-frame{
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
62 background-color: white;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
63 border: 2px solid #A1A1A1;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
64 border-radius: 3px;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
65 padding: 5px;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
66 }
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
67 .tool-topic {
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
68 background-color: #E7F3FF;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
69 border-radius: 3px;
94
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
70 cursor: hand;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
71 }
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
72
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
73 .popup-frame {
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
74 position: absolute;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
75 display: none;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
76 background-color: white;
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
77 border: 2px solid #A1A1A1;
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
78 border-radius: 4px;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
79 padding: 5px;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
80 }
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
81
89
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
82 #smartRegexPopUpDiv{
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
83 width: 450px;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
84 height: 320px;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
85 top: 120px;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
86 z-index: 2;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
87 }
89
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
88
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
89 #right-tool-bar-area #smartRegexPopUpDiv{
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
90 left: -450px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
91 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
92
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
93 #left-tool-bar-area #smartRegexPopUpDiv{
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
94 left: 350px;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
95 }
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
96
89
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
97 #regex_generator {
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
98 left: -450px;
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
99 width: 450px;
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
100 height: 300px;
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
101 top: 280px;
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
102 z-index: 2;
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
103
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
104 }
e681d693240e new: generated regex to SmartRegex
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 87
diff changeset
105
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
106 .popup-loadregex{
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
107 width: 300px;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
108 height: 110px;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
109 top: 100px;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
110 z-index: 3;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
111 }
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
112
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
113 #right-tool-bar-area #load_regex_div {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
114 left: -300px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
115 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
116
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
117 #left-tool-bar-area #load_regex_div {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
118 left: 350px;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
119 }
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
120
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
121 .popup-topic {
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
122 width: 250px;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
123 height: 80px;
66
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
124 top: 20px;
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
125 z-index: 2;
e71a437ae49f New: responsive. some css style
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 65
diff changeset
126 }
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
127
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
128 .popup-topic .close-btn,
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
129 .popup-loadregex .close-btn,
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
130 #smartRegexPopUpDiv .close-btn {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
131 float: right;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
132 margin-bottom: 15px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
133 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
134
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
135
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
136 .popup-loadregex .emptyRow {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
137 height: 30px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
138 text-align: right;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
139 padding-top: 10px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
140 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
141
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
142 .popup-loadregex #loadRegexSelect {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
143 margin-right: 10px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
144 width: 100%;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
145 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
146
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
147 #right-tool-bar-area #load_topic_div{
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
148 left: -250px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
149 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
150
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
151 #left-tool-bar-area #load_topic_div{
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
152 left: 350px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
153 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
154
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
155 #loadTopiclist {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
156 width: 235px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
157 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
158
94
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
159 .popup-newtopic {
95
9a29e9d28ece new: create new topic
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 94
diff changeset
160 left: -360px;
9a29e9d28ece new: create new topic
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 94
diff changeset
161 width: 360px;
94
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
162 height: 340px;
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
163 top: 100px;
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
164 z-index: 2;
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
165 overflow:scroll;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
166 overflow-x:hidden;
94
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
167 }
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
168 .tagItemDivClass {
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
169 position:absolute;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
170 background-color: white;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
171 border: 2px solid #A1A1A1;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
172 border-radius: 4px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
173 padding: 5px;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
174 z-index:5;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
175 }
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
176
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
177 .questionMarkClass {
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
178 position:absolute;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
179 background-color: white;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
180 border: 2px solid #A1A1A1;
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
181 border-radius: 4px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
182 padding: 5px;
87
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
183 z-index:4;
fb5049fc5dd7 New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 86
diff changeset
184 }
94
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
185
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
186 .editable {
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
187 cursor: hand;
b0cecc104639 new: modified tags can work on tagged text
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 90
diff changeset
188 }
103
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
189
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
190
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
191 #loading{
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
192 position:fixed;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
193 z-index:2000;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
194 background:rgba(0,0,0,0.5);
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
195 color:#fff;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
196 width:100vw;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
197 height:100vh;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
198 padding:300px 0;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
199 text-align:center;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
200 vertical-align:middle;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
201 font-size:20px;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
202 line-height:20px;
2cc65ff46174 minor fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 95
diff changeset
203 }
121
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
204
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
205 .sub-group-area {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
206 border: 1px solid #ddd;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
207 border-radius: 4px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
208 padding: 5px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
209 margin: 10px 0px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
210 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
211
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
212 #smartRegexShowDiv {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
213 border: 1px solid #EEE;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
214 min-height: 30px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
215 padding: 5px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
216 margin-bottom: 5px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
217 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
218
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
219 #smartRegexShowDiv span{
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
220 cursor: hand;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
221 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
222
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
223 .EditingMode {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
224 background-color: #fff !important;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
225 box-shadow: inset 3px 3px 5px rgba(0,0,0,.125);
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
226 border-color: red !important;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
227 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
228
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
229 .content-col,
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
230 .tool-col {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
231 border:1px solid #A1A1A1;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
232 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
233
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
234 .tool-col {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
235 padding: 0px !important;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
236 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
237
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
238 #toLeft {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
239 width: 15px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
240 float: left;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
241 height: 20px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
242 top: 17px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
243 position: relative;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
244 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
245
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
246 #toRight {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
247 width: 15px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
248 float: right;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
249 height: 20px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
250 top: 17px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
251 position: relative;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
252 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
253
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
254 .tagBtns-area {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
255 margin-top: 5px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
256 max-height: 220px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
257 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
258
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
259 .tagBtns-area td{
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
260 padding: 2px 2px 4px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
261 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
262
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
263 .tagBtns-area button {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
264 padding: 3px 8px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
265 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
266
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
267 .questionMarkClass button {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
268 padding: 3px 8px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
269 margin-right: 3px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
270 margin-top: 3px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
271 }
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
272
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
273 .questionMarkClass .removeTagText,
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
274 .tagItemDivClass .bg-info {
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
275 max-width: 600px;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
276 text-overflow: ellipsis;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
277 white-space: nowrap;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
278 overflow: hidden;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
279 display:block;
21e89eca0b84 All pop sub-windows are made with dialog component of bootstrap v3.3.2
Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
parents: 103
diff changeset
280 }