comparison css/taggingtext.css @ 89:e681d693240e extractapp

new: generated regex to SmartRegex
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 03 Jun 2015 16:54:09 +0200
parents fb5049fc5dd7
children 94ad33739fa4
comparison
equal deleted inserted replaced
88:61593b047289 89:e681d693240e
94 border: 2px solid #A1A1A1; 94 border: 2px solid #A1A1A1;
95 border-radius: 4px; 95 border-radius: 4px;
96 padding: 5px; 96 padding: 5px;
97 } 97 }
98 98
99 .popup-regex { 99 #smartRegexPopUpDiv{
100 left: -450px; 100 left: -450px;
101 width: 450px; 101 width: 450px;
102 height: 300px; 102 height: 300px;
103 top: 120px; 103 top: 120px;
104 z-index: 2; 104 z-index: 2;
105
105 } 106 }
107
108 #regex_generator {
109 left: -450px;
110 width: 450px;
111 height: 300px;
112 top: 280px;
113 z-index: 2;
114
115 }
116
106 117
107 .popup-loadregex{ 118 .popup-loadregex{
108 left: -300px; 119 left: -300px;
109 width: 300px; 120 width: 300px;
110 height: 85px; 121 height: 85px;