Subversion Repositories SmartDukaan

Rev

Rev 3206 | Rev 3234 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3206 Rev 3228
Line 139... Line 139...
139
 
139
 
140
#user-activity tr.selected {
140
#user-activity tr.selected {
141
    font-weight: bold;
141
    font-weight: bold;
142
}
142
}
143
 
143
 
-
 
144
#tickets tr.selected {
-
 
145
    font-weight: bold;
-
 
146
}
-
 
147
 
144
.width10{
148
.width10{
145
    width:175px;
149
    width:175px;
146
}
150
}
147
 
151
 
148
#bottom-infopane-upper {
152
#bottom-infopane-upper {
Line 163... Line 167...
163
 
167
 
164
div.hidden-div {
168
div.hidden-div {
165
	display: none;
169
	display: none;
166
}
170
}
167
 
171
 
168
td {
-
 
169
    white-space: nowrap;
-
 
170
    overflow: hidden;
-
 
171
    text-overflow: ellipsis;
-
 
172
    -o-text-overflow: ellipsis;
-
 
173
    -ms-text-overflow: ellipsis;
-
 
174
}
-
 
175
 
-
 
176
.center-image {
172
.center-image {
177
  position: fixed;
173
  position: fixed;
178
  top: 50%;
174
  top: 50%;
179
  left: 50%;
175
  left: 50%;
180
  margin-top: -50px;
176
  margin-top: -50px;
181
  margin-left: -100px;
177
  margin-left: -100px;
-
 
178
  z-index: 100;
182
}
179
}
183
 
180
 
184
div#mail-div {
181
div#mail-div {
185
	background-color: #EFF;
182
	background-color: #EFF;
186
	width:  700px;
183
	width:  700px;
187
    height: 300px;
184
    height: 300px;
188
}
185
}
-
 
186
 
-
 
187
a:active {color:#0000FF;}
189
188