Projet

Général

Profil

Révision f066bdb5

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/mayo/css/style.css
372 372
.rc-3 .node,
373 373
.rc-3 .column-block,
374 374
.rc-3 .sidebar .block {
375
  -webkit-border-radius: 8px;
376 375
  -moz-border-radius: 8px;
377
  -ms-border-radius: 8px;
378
  -o-border-radius: 8px;
376
  -webkit-border-radius: 8px;
379 377
  border-radius: 8px;
380 378
}
381 379

  
......
891 889
  border-bottom-color: #ddd;
892 890
  border-right-color: #ddd;
893 891
  margin-top: 1px;
894
  background: white url(../images/search.png) no-repeat 2px center;
892
  background: #fff url(../images/search.png) no-repeat 2px center;
895 893
  padding: 0px 4px 0px 4px;
896 894
  padding-left: 24px;
897 895
  /* space for magnifying glass */
......
918 916
  cursor: pointer;
919 917
  font-size: 0.9em;
920 918
  border: solid 1px #888888;
921
  background: white url(../images/button.gif) repeat-x center;
919
  background: #fff url(../images/button.gif) repeat-x center;
922 920
}
923 921

  
924 922
.pushbutton:hover, button:hover, .form-submit:hover {
925 923
  color: #111111;
926 924
  border: solid 1px #666666;
927
  background: white url(../images/button-o.gif) repeat-x center;
925
  background: #fff url(../images/button-o.gif) repeat-x center;
928 926
}
929 927

  
930 928
/**
......
1288 1286
}
1289 1287

  
1290 1288
@media only screen and (max-width: 320px) {
1291
  #top-columns .column-block-wrapper {
1289
  #top-columns .column-block-wrapper,
1290
  #bottom-columns .column-block-wrapper,
1291
  #footer-columns .column-block-wrapper {
1292 1292
    width: 100% !important;
1293 1293
    margin-top: 1em;
1294 1294
  }
1295 1295

  
1296
  #top-columns .column-block-wrapper .column-block {
1296
  #top-columns .column-block-wrapper .column-block,
1297
  #bottom-columns .column-block-wrapper .column-block,
1298
  #footer-columns .column-block-wrapper .column-block {
1297 1299
    height: auto !important;
1298 1300
    margin: 0 !important;
1299 1301
  }

Formats disponibles : Unified diff