Subversion Repositories SmartDukaan

Rev

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

Rev 3269 Rev 3339
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
#activity tr.selected {
-
 
145
    font-weight: bold;
-
 
146
}
-
 
147
 
144
#tickets tr.selected {
148
#tickets tr.selected {
145
    font-weight: bold;
149
    font-weight: bold;
146
}
150
}
147
 
151
 
148
.width10{
152
.width10{
149
    width:175px;
153
    width:175px;
150
}
154
}
151
 
155
 
-
 
156
.width-activity-type{
-
 
157
    width:250px;
-
 
158
}
-
 
159
 
152
#bottom-infopane-upper {
160
#bottom-infopane-upper {
153
	height: 235px;
161
	height: 235px;
154
}
162
}
155
 
163
 
156
.table-tr-odd {
164
.table-tr-odd {
Line 182... Line 190...
182
	background-color: #EFF;
190
	background-color: #EFF;
183
	width:  700px;
191
	width:  700px;
184
    height: 300px;
192
    height: 300px;
185
}
193
}
186
 
194
 
187
a:active {color:#0000FF;}
-
 
188
195
a:active {color:#0000FF;}
-
 
196
 
-
 
197
table.display {
-
 
198
    table-layout: fixed;
-
 
199
}
-
 
200
189
201