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/core.css
23 23
div.messages {
24 24
  color:#036;
25 25
  background-color:#f8f8f8;
26
  padding:9px 9px 9px 40px;
26 27
  border:1px solid #ccc;
27 28
  margin:0px 0px 10px;
28 29
  }
......
46 47
  background-color:#ecf8f4;
47 48
  }
48 49

  
50
table tr.merge-down td {border-bottom: 0;}
51
table tr.merge-up td {border-top: 0;}
52
table td.status-description {
53
  padding: 3px 40px;
54
  font-size: .9em;
55
  }
56

  
49 57
  div.error   { border-color:#ffd4d0; }
50 58
  div.warning { border-color:#ffe4b0; }
51 59
  div.status  { border-color:#dce8e4; }
......
201 209
.page-admin table tr.even td {
202 210
  background-color: #f9f9f9;
203 211
}
212
.page-admin table tr.odd,
213
.page-admin table tr.odd td {
214
  background-color: #fff;
215
}
204 216

  
205 217
/* Use Drupal's default colors for Available Updates page statuses */
206 218
.page-admin table tr.warning,
......
251 263
    padding:9px;
252 264
    }
253 265
.form-wrapper {
254
  border: 1px solid #ddd;
255 266
  margin-bottom: 10px;
256 267
  }
257 268

  
......
310 321
  color:#666;
311 322
  font-weight:bold;
312 323
  font-size:10px;
313
  text-transform:uppercase;
314 324
  }
315 325

  
316 326
  .form-item label.option {
......
318 328
    font-size:11px;
319 329
    }
320 330

  
331
	input.button-add {
332
	  background-position:-801px 50%;
333
	  padding-left:25px;
334
	  }
335

  
336
	input.button-add:active { background-position:-1201px 50%; }
337

  
338
	input.button-remove {
339
	  background-position:-1601px 50%;
340
	  padding-left:25px;
341
	  }
342

  
343
	input.button-remove:active { background-position:-2001px 50%; }
344

  
321 345
  .form-item label.option input { vertical-align:middle; }
322 346

  
323 347
.page-content .password-description,
......
356 380
  padding:9px 10px 20px;
357 381
  display:none;
358 382
  }
359
  
383

  
360 384
  .page-content .form-item.form-type-checkbox .description {
361 385
    bottom: 150%;
362 386
    }
363 387

  
364 388
  .page-content .form-item:hover {
365
    z-index:1;
389
    z-index:10;
366 390
    height:auto; /* Fix for flicker in IE7 */
367 391
    }
368 392

  
......
380 404
    z-index:0;
381 405
    }
382 406

  
383
input.form-submit, a.button { display: inline-block;}
407
input.form-submit, a.button, .form-actions #edit-cancel { display: inline-block;}
384 408

  
385 409
input.teaser-button,
386
input.form-submit, a.button {
410
input.form-submit, a.button,
411
.form-actions #edit-cancel {
387 412
  cursor:pointer;
388
  padding:2px 10px;
413
  padding:3px 10px;
389 414
  color:#333;
390 415
  font-size:13px;
391 416
  text-align:center;
......
396 421
  background:#fff url(images/buttons.png) -1px 50% no-repeat;
397 422
  }
398 423

  
399
  input.form-submit:hover, a.button:hover {
424
  input.form-submit:hover,
425
  a.button:hover,
426
  .form-actions #edit-cancel:hover {
400 427
    border-color:#ace;
401 428
    -webkit-box-shadow:#ace 0px 0px 5px;
402 429
    }
403 430

  
404
  input.form-submit:active, a.button:active {
431
  input.form-submit:active,
432
  a.button:active,
433
  .form-actions #edit-cancel:active {
405 434
    border-color:#666 #666 #555;
406 435
    background:#666 url(images/buttons.png) -401px 50% no-repeat;
407 436
    color:#222;
......
456 485
    min-height:35px;
457 486
  }
458 487

  
488
select.form-select {
489
  height: 28px;
490
}
491

  
459 492
input.form-autocomplete,
460 493
input.form-text,
494
input.form-file,
461 495
textarea.form-textarea,
462 496
select.form-select {
463 497
  padding:3px;
......
471 505

  
472 506
  input.form-autocomplete:hover,
473 507
  input.form-text:hover,
508
  input.form-file:hover,
474 509
  textarea.form-textarea:hover,
475 510
  select.form-select:hover,
476 511
  input.form-autocomplete:focus,
477 512
  input.form-text:focus,
513
  input.form-file:focus,
478 514
  textarea.form-textarea:focus,
479 515
  select.form-select:focus {
480 516
    color:#333;
......
489 525
    width:100%;
490 526
    }
491 527

  
528
  input.form-file {
529
    padding: 1px;
530
    margin-right: 3px;
531
  }
532

  
492 533
  html.js input.form-autocomplete { background-position:100% 7px; }
493 534
  html.js input.throbbing { background-position:100% -2px; }
494 535

  
......
597 638
  margin-top:-10px;
598 639
  border-top:none;
599 640
  }
600
.text-format-wrapper .filter-wrapper{
641
.text-format-wrapper .filter-wrapper {
601 642
  border-top:1px solid #CCC;
602 643
  margin-top: 0;
603
  }
644
}
645
.text-format-wrapper .filter-wrapper .form-type-select .filter-list {
646
  max-height: 22px;
647
}
648
.text-format-wrapper .filter-wrapper .form-type-select,
649
.text-format-wrapper .filter-wrapper .filter-guidelines {
650
  margin: 0;
651
  overflow: auto;
652
}
604 653

  
605 654
.filter-wrapper .fieldset-content,
606 655
.fieldset .fieldset.filter-wrapper .fieldset-content  {
607 656
  background:#f8f8f8;
608 657
  border-top:0px;
609
  height:20px;
610 658
  padding:5px 9px 4px;
611 659
  }
612 660

  
......
624 672
.filter-wrapper .filter-help {
625 673
  float:right;
626 674
  font-size:11px;
627
  padding:0px;
675
  margin:0;
676
  padding:0;
628 677
  }
629 678

  
630 679
.form-type-date-popup label {
......
675 724

  
676 725
  .form-wrapper.form-actions input.form-submit, .form-wrapper.form-actions a.button { margin-right:5px; }
677 726

  
678
  .form-layout-default .column-main .form-actions { display:none; }
727
  .form-layout-default .column-main .column-wrapper > .form-actions { display:none; }
679 728
  .form-layout-default .column-side .form-actions { margin:0px 0px 10px; }
680 729
  .form-layout-default .column-side .form-actions input.form-submit,
681 730
  .form-layout-deafult .column-side .form-actions a.button {
......
688 737
.box-title {
689 738
  font-weight:normal;
690 739
  font-size:10px;
691
  text-transform:uppercase;
692 740

  
693 741
  background:#eee;
694 742
  border:1px solid #ddd;
......
916 964
  border: 1px solid #CCCCCC;
917 965
  margin: 1em 0;
918 966
  position: relative;
967
  padding-top: 0;
919 968
}
920 969

  
921 970
/**
......
985 1034
  color:#666;
986 1035
  background:#fff;
987 1036
  }
1037

  
1038
/**
1039
 * Display Suite ====================================================
1040
 */
1041

  
1042
.field-formatter-settings-edit-form.ds-ft-processed {
1043
  -webkit-box-sizing: border-box;
1044
  -moz-box-sizing: border-box;
1045
  -ms-box-sizing: border-box;
1046
  box-sizing: border-box;
1047
  padding: 0.5em 1em 0;
1048
}
1049
.field-formatter-settings-edit-form.ds-ft-processed .ft-group {
1050
  overflow: auto;
1051
  margin-bottom: 1em !important;
1052
  border-bottom: 1px solid #CCC;
1053
}
1054
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.fi {
1055
  border-bottom: 0;
1056
}
1057
.field-formatter-settings-edit-form.ds-ft-processed .ft-group > .form-item {
1058
  margin: 0.25em 1em 0.5em 0 !important;
1059
}
1060
.field-formatter-settings-edit-form.ds-ft-processed .ft-group > .form-item .description {
1061
  max-width: 120px !important;
1062
}
1063
.field-formatter-settings-edit-form.ds-ft-processed .ft-group > .form-item.form-type-checkbox {
1064
  clear: both;
1065
  margin-right: 0 !important;
1066
}
1067
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.ow .form-type-textfield,
1068
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.fis .form-type-textfield,
1069
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.fi .form-type-textfield {
1070
  clear: left;
1071
}
1072
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.ow .form-type-textfield ~ .form-type-textfield,
1073
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.fis .form-type-textfield ~ .form-type-textfield,
1074
.field-formatter-settings-edit-form.ds-ft-processed .ft-group.fi .form-type-textfield ~ .form-type-textfield {
1075
  clear: none;
1076
}
1077

  
1078
/**
1079
 * Search API ====================================================
1080
 */
1081

  
1082
#facetapi-facet-display-form .fieldset-content > .form-item {
1083
  -webkit-box-sizing: border-box;
1084
  -moz-box-sizing: border-box;
1085
  -ms-box-sizing: border-box;
1086
  box-sizing: border-box;
1087
  float: left;
1088
  width: 50% !important;
1089
}
1090

  
1091
#facetapi-facet-display-form .fieldset-content .facetapi-sort-table {
1092
  -webkit-box-sizing: border-box;
1093
  -moz-box-sizing: border-box;
1094
  -ms-box-sizing: border-box;
1095
  box-sizing: border-box;
1096
  margin-top: 0 !important;
1097
  position: static !important;
1098
  width: 50% !important;
1099
  z-index: 1 !important;
1100
}
1101

  
1102
/**
1103
 * Sidebar Scroll ====================================================
1104
 */
1105

  
1106
#content .column-side .column-wrapper {
1107
  padding-bottom: 5px;
1108
}
1109
#content .column-side .column-wrapper.fixed {
1110
  background-color: #FFF;
1111
  -webkit-box-sizing: border-box;
1112
  -moz-box-sizing: border-box;
1113
  -m-box-sizing: border-box;
1114
  box-sizing: border-box;
1115
  display: inline-block;
1116
  position: fixed;
1117
  top: 5px;
1118
  z-index: 12;
1119
}
1120

  
1121
.admin-menu #content .column-side .column-wrapper.fixed {
1122
  top: 40px;
1123
}
1124

  
1125
/**
1126
 * Watchdog/dblog =================================================
1127
 */
1128

  
1129
#admin-dblog td {border-color: #ccc;}
1130
#admin-dblog .dblog-notice td, #admin-dblog .dblog-notice .active {background-color:#ECF8FC;}
1131
#admin-dblog .dblog-info td, #admin-dblog .dblog-info .active {background-color: #DFF2BF;}
1132
#admin-dblog .dblog-warning td, #admin-dblog .dblog-warning .active {background-color: #FEEFB3;}
1133
#admin-dblog .dblog-error td, #admin-dblog .dblog-error .active {background-color: #FFBABA;}
1134

  
1135
/**
1136
 * Adminimal Administration Menu ===============================================
1137
 */
1138
body.adminimal-menu { margin-top: 29px!important; }
1139

  
1140
/**
1141
 * Breakpoints ===============================================
1142
 */
1143

  
1144
#breakpoints-admin-breakpoints #edit-buttons input,
1145
#breakpoints-admin-breakpoints  #edit-buttons a {
1146
  margin-bottom: 1em;
1147
  margin-right: 1em;
1148
}
1149

  
1150
.breakpoints-group-operations-link {
1151
  display: inline-block;
1152
  cursor:pointer;
1153
  padding:3px 10px;
1154
  color:#333;
1155
  font-size:13px;
1156
  text-align:center;
1157
  font-weight:normal;
1158
  border-width:1px;
1159
  border-style:solid;
1160
  border-color:#ddd #ddd #ccc;
1161
  background:#fff url(images/buttons.png) -1px 50% no-repeat;
1162
  -webkit-border-radius: 3px;
1163
  -moz-border-radius: 3px;
1164
  border-radius: 3px;
1165
  -webkit-box-shadow: #ddd 0 1px 1px;
1166
  -moz-box-shadow: #ddd 0 1px 1px;
1167
  box-shadow: #ddd 0 1px 1px;
1168
}
1169

  
1170
.breakpoints-group-operations-link:hover {
1171
  border-color:#ace;
1172
  -webkit-box-shadow:#ace 0 0 5px;
1173
  -moz-box-shadow:#ace 0 0 5px;
1174
  box-shadow:#ace 0 0 5px;
1175
}
1176

  
1177
.breakpoints-group-operations-link:active {
1178
  border-color:#666 #666 #555;
1179
  background:#666 url(images/buttons.png) -401px 50% no-repeat;
1180
  color:#222;
1181
  text-shadow:#999 0 1px 0;
1182
}
1183

  
1184
/**
1185
 * Media ====================================================
1186
 */
1187

  
1188
.page-media-browser {overflow:hidden;}
1189

  
1190
.page-media-browser #block-system-main {border: none;}
1191

  
1192
.media-widget .preview {
1193
  background-color: #CCC;
1194
  min-width: 50px;
1195
  min-height: 50px;
1196
}
1197

  
1198
.media-widget .preview .media-item {margin: 0;}
1199
.media-widget .preview.launcher > .form-item {padding: 0; border: 0;}
1200
.media-widget.form-wrapper {margin-bottom: 0;}
1201
.media-widget > .form-item:last-child {display: none;}
1202
.field-widget-media-generic > div > .form-item {
1203
  border: 0;
1204
  padding: 0;
1205
}
1206

  
1207
.field-widget-media-generic .field-multiple-table thead .field-label {padding-left: 5px;}
1208

  
1209
.media-item .label-wrapper label {display: block;}
1210

  
1211
#media-browser-page {overflow: hidden;}
1212
#media-browser-page .form-actions {margin-bottom: 0;}
1213

  
1214
#media-browser-tabset {border: none;}
1215
#media-browser-tabset #branding {padding: 8px 10px 2px 10px; height: 20px;}
1216
#media-browser-tabset #branding h1 {margin-top: -3px;}
1217

  
1218
#media-tabs-wrapper .tabs.primary {margin-right: 10px;}
1219

  
1220
.media-browser-tab.ui-tabs-panel {border: none; padding-bottom: 0;}
1221

  
1222
.view-media-default #edit-filename-wrapper {max-width: 200px;}
1223

  
1224

  

Formats disponibles : Unified diff