Projet

Général

Profil

Révision e5461e73

Ajouté par Julien Enselme il y a environ 9 ans

Update Rubik 4.0-rc1 4.2

Voir les différences:

drupal7/sites/all/themes/rubik/style.css
55 55
.compact-link a,
56 56
input.teaser-button,
57 57
input.form-submit,
58
a.button {
58
a.button,
59
.form-actions #edit-cancel {
59 60
  -moz-border-radius:3px;
60 61
  -webkit-border-radius:3px;
61 62
  }
......
65 66
 */
66 67
input.teaser-button,
67 68
input.form-submit,
68
a.button {
69
a.button,
70
.form-actions #edit-cancel {
69 71
  box-shadow:#ddd 0px 1px 1px;
70 72
  -moz-box-shadow:#ddd 0px 1px 1px;
71 73
  -webkit-box-shadow:#ddd 0px 1px 1px;
......
103 105
#branding .breadcrumb {
104 106
  padding:0px;
105 107
  float:left;
106
  text-transform:uppercase;
107 108
  font-weight:normal;
108 109
  }
109 110

  
......
185 186
 * Tabs ===============================================================
186 187
 */
187 188
.tabs {
188
  position:absolute;
189
  float:right;
189 190
  right:0px;
190 191
  }
191 192

  
......
257 258

  
258 259
/* Secondary tabs, nested */
259 260
.secondary-tabs {
260
  min-width:100px;
261
  min-width:150px;
261 262
  float:left;
262 263
  position:relative;
263 264
  margin:5px 5px 5px 0px;
......
308 309
    -webkit-border-radius:3px 3px 0px 0px;
309 310
    }
310 311

  
312
ul.secondary.tabs {
313
    position: static;
314
    float: right;
315
    font-size: 0.923em;
316
    padding: 0 3px 5px;
317
    line-height: 1.385em;
318
    overflow: hidden;
319
    background-color: #fff;
320
    }
321

  
322
  ul.secondary.tabs li {
323
    margin: 0 5px;
324
    float: none;
325
    display: inline;
326
    }
311 327
/**
312 328
 * Content ============================================================
313 329
 */
......
322 338
  margin:0px 0px 10px;
323 339
  }
324 340

  
341
/* Make large images display within the parent container. This will prevent
342
messing up the layout if a wide image needs to be displayed in content. */
343
#page img { max-width: 100%; }
344

  
325 345
#help-text .column-main .column-wrapper,
326 346
.help-page .column-main .column-wrapper,
327 347
div.comment .column-main .column-wrapper,
......
391 411
  font-weight:normal;
392 412
  font-size:16px;
393 413
  }
414

  
415
/**
416
 * Fixes for other modules ===============================================
417
 */
418
/* Fix rules action links. */
419
.rules-elements-table ul.rules-operations a {
420
  text-shadow: none;
421
  color: #666;
422
}
423
/* Fix the position of Rules table drag toggle. It uses "position: absolute", so
424
it is necessary to set "position: relative" to the parent, so that the button
425
stays in the same frame. */
426
#rules-form-wrapper {
427
  position: relative;
428
}
429
/* Fix the padding of Rules table drag toggle. Out of the box it is optimized
430
for display in table headers, while in Rules it is displayed outside of the
431
tables, in the same line as table heading. */
432
#rules-form-wrapper .rules-elements-table .tabledrag-toggle-weight-wrapper {
433
  padding-top: 0;
434
  padding-right: 0;
435
}
436
/* Views exposed filters forms. */
437
div.views-exposed-form {
438
  margin-bottom: 20px;
439
}
440
div.views-exposed-form div.form-item {
441
  border: 0;
442
  padding: 0;
443
}
444
div.views-exposed-form div.views-submit-button {
445
  margin-right: 1em;
446
}
447
div.views-exposed-form input.form-text,
448
div.views-exposed-form select.form-select,
449
div.views-exposed-form input.form-autocomplete {
450
  height: 28px;
451
}
452
/* Module filter "clear" link. */
453
.module-filter-clear a {
454
  margin: 3px 0 0 -35px;
455
}
456

  
457
/* Fix Workbench Moderation links. */
458
.view-workbench-moderation tbody .views-field-moderation-actions li {
459
  float: none;
460
  margin-bottom: 5px;
461
  margin-right: 3px;
462
  overflow: auto;
463
}
464
.view-workbench-moderation tbody .views-field-moderation-actions li a {
465
  background-color: #7bc;
466
  -webkit-border-radius: 5px;
467
  -moz-border-radius: 5px;
468
  border-radius: 5px;
469
  color: #fff;
470
  display: block;
471
  padding: 0 7px;
472
  text-shadow: #38a 0px 1px 0px;
473
}
474
.view-workbench-moderation tbody .views-field-moderation-actions li a:hover {
475
  background-color: #52a8be;
476
  color: #fff;
477
}

Formats disponibles : Unified diff