Project

General

Profile

« Previous | Next » 

Revision 58281

Almost final commit for the new UI

View differences:

provide-custom.css
37 37
  border-color: #13BDFF;
38 38
}
39 39

  
40
.whiteBackground {
41
  background-color: #fff;
42
}
43

  
40 44
/************ TOPMENU-DASHBOARD ***********/
41 45

  
42 46
.app_my_theme #header_main {
......
165 169
  background: #DEDEDE 0% 0% no-repeat padding-box;
166 170
}
167 171

  
172
.dashboard .sidebar_main_active #hide_controls {
173
  width: 319px;
174
}
168 175

  
176

  
169 177
/*********************************/
170 178

  
171 179
/************ REPOSITORY MENU ***********/
......
213 221

  
214 222
/****************************************/
215 223

  
216
/************ ADMIN RESULTS ***********/
224
/************ ADMIN RESULTS + RESULTS GENERAL ***********/
217 225

  
218 226
.adminResultsHeader {
219 227
  border-top: 1px solid #6299EC;
220 228
}
221 229

  
222
.repositoryCard .uk-text-meta {
230
.repositoryCard .uk-text-meta, .eventCard .uk-text-meta {
223 231
  font-size: 12px;
224 232
  color: #000;
225 233
  opacity: 0.6;
......
237 245
  opacity: 1;
238 246
}
239 247

  
240
.repositoryCard .uk-badge-primary {
248
.repositoryCard .uk-badge-primary, .eventCard .uk-badge-primary {
241 249
  background: #6299EC;
242 250
}
243 251

  
244
.repositoryCard .mute-title {
252
.repositoryCard .uk-badge-success, .eventCard .uk-badge-success {
253
  background: #34AA34;
254
  opacity: 0.8;
255
}
256

  
257
.eventCard .highlightIndex {
258
  color: #34AA34;
259
}
260

  
261
.eventCard hr {
262
  border-top: 1px solid #000000;
263
  opacity: 0.5;
264
  /*margin: 30px 0 30px 0;*/
265
}
266

  
267
.repositoryCard .mute-title, .eventCard .mute-title {
245 268
  font-size: 12px;
246 269
  color: #A4A4A4;
247 270
}
248 271

  
249
.repositoryCard .small-content {
272
.repositoryCard .small-content, .eventCard .small-content {
250 273
  font-size: 12px;
251 274
}
252 275

  
......
350 373
  text-align: center;
351 374
}
352 375

  
376
.app_my_theme .uk-pagination>li>a:hover {
377
  color: #fff;
378
}
379

  
380
.app_my_theme .uk-pagination>li>a.pagination_arrow:hover {
381
  color: #5693f1;
382
  background: none;
383
}
384

  
353 385
/****************************************/
354 386

  
387
/************ FILTERS OFF-CANVAS ***********/
355 388

  
389
.advancedSearch, .clearCriteria {
390
  color: #6299EC !important;
391
}
392

  
393
/****************************************/
394

  
395

  
356 396
.comment {
357 397
  font-size: 70%;
358 398
}

Also available in: Unified diff