Projet

Général

Profil

Révision 74f6bef0

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adaptivetheme/at_admin/css/at_admin.css
287 287
  font-weight: 700;
288 288
  background-color: #bbb;
289 289
  color: #fff;
290
  -khtml-border-radius: 4px;
291
  -moz-border-radius: 4px;
292
  -webkit-border-radius: 4px;
293 290
  border-radius: 4px;
294 291
}
295 292
.item-list ul.pager li.pager-current {
......
463 460
  margin: 0 0 .75em;
464 461
  padding: 0;
465 462
  border: 1px solid #d7d7d7;
466
  -khtml-border-radius: 3px;
467
  -moz-border-radius: 3px;
468
  -webkit-border-radius: 3px;
469 463
  border-radius: 3px;
470 464
}
471 465
div.admin .left,
......
558 552
  text-transform: uppercase;
559 553
  text-decoration: none;
560 554
  white-space: normal;
561
  -moz-border-radius: 6px 6px 0 0;
562
  -webkit-border-top-left-radius: 6px;
563
  -webkit-border-top-right-radius: 6px;
564 555
  border-radius: 6px 6px 0 0;
565
  -moz-transition: background 0.2s ease-in;
566 556
  -webkit-transition: background 0.2s ease-in;
567
	-o-transition: background 0.2s ease-in;
568
	-ms-transition: background 0.2s ease-in;
557
  -moz-transition: background 0.2s ease-in;
558
  -o-transition: background 0.2s ease-in;
559
  -ms-transition: background 0.2s ease-in;
569 560
  transition: background 0.2s ease-in;
570 561
}
571 562
ul.primary li a:hover {
......
587 578
  ul.primary li a {
588 579
    float: none;
589 580
    margin-bottom: 6px;
590
    -moz-border-radius: 6px;
591
    -webkit-border-radius: 6px;
592 581
    border-radius: 6px;
593 582
  }
594 583
}
......
716 705
  width: 90%;
717 706
}
718 707
#system-theme-settings .button-wrapper {
719
clear:both;
708
  clear: both;
720 709
  display: block;
721 710
}
722 711
.section-admin table {
......
774 763
  width: 90px;
775 764
}
776 765
#system-modules table th[colspan*="3"] {
777
  width: 260x;
766
  width: 260px;
778 767
}
779 768
#system-modules table .odd .permissions,
780 769
#system-modules table .odd .help,
......
797 786
div.messages {
798 787
  background-position: 8px 5px;
799 788
  margin: 10px;
800
  -khtml-border-radius: 2px;
801
  -moz-border-radius: 2px;
802
  -webkit-border-radius: 2px;
803 789
  border-radius: 2px;
804 790
}
805 791
#block-system-help {
......
807 793
  border: 0;
808 794
  margin: 10px 10px 0;
809 795
  padding: 0;
810
  -khtml-border-radius: 2px;
811
  -moz-border-radius: 2px;
812
  -webkit-border-radius: 2px;
813 796
  border-radius: 2px;
814 797
}
815 798
.block-region {
......
823 806
  margin-bottom: 10px;
824 807
  margin-top: 5px;
825 808
  padding: 3px 6px 1px;
826
  -webkit-border-radius: 6px;
827
  -moz-border-radius: 6px;
828
  -khtml-border-radius: 6px;
829 809
  border-radius: 6px;
830 810

  
831 811
}
......
922 902
  padding: 0;
923 903
}
924 904
input {
925
  -khtml-border-radius: 2px;
926
  -moz-border-radius: 2px;
927
  -webkit-border-radius: 2px;
928 905
  border-radius: 2px;
929 906
}
930 907
.form-actions {
......
1008 985
  width: 98.5%;
1009 986
  font-size: 1.231em;
1010 987
}
988
a.button,
1011 989
input.form-submit,
1012 990
input.teaser-button {
1013 991
  background-color: transparent;
......
1022 1000
  margin: 3px 10px 3px 0;
1023 1001
  outline: 1px solid #9babb0;
1024 1002
  padding: 2px 6px;
1025
  -moz-background-size: 100% 200%;
1026 1003
  -webkit-background-size: 100% 200%;
1004
  -moz-background-size: 100% 200%;
1027 1005
  background-size: 100% 200%;
1028
  -moz-outline-radius: 4px;
1029
  -khtml-border-radius: 4px;
1030
  -moz-border-radius: 4px;
1031
  -webkit-border-radius: 4px;
1032 1006
  border-radius: 4px;
1033 1007
}
1034 1008
.ajax-new-content input.form-submit,
......
1042 1016
input#edit-save.form-submit {
1043 1017
  background-image: url(images/green-button.png);
1044 1018
}
1019
a.button-no,
1045 1020
input[value~=Cancel],
1046 1021
input#edit-delete.form-submit,
1047 1022
#system-modules-uninstall input#edit-submit,
1048 1023
#user-multiple-delete-confirm input#edit-submit {
1049 1024
  background-image: url(images/red-button.png);
1050 1025
}
1026
a.button:hover,
1051 1027
input[value~=Update]:hover,
1052 1028
input[value~=Save]:hover,
1053 1029
#system-theme-settings input#edit-submit:hover,
......
1060 1036
#user-multiple-delete-confirm input#edit-submit:hover {
1061 1037
  background-position: bottom;
1062 1038
  cursor: pointer;
1039
  text-decoration:none;
1063 1040
}
1064 1041
#edit-views-apply,
1065 1042
#edit-views-reset {
......
1116 1093
  padding: 10px 15px;
1117 1094
}
1118 1095
.filter-wrapper {
1119
  -khtml-border-radius-topright: 0;
1120
  -khtml-border-radius-topleft: 0;
1121
  -moz-border-radius-topright: 0;
1122
  -moz-border-radius-topleft: 0;
1123
  -webkit-border-top-left-radius: 0;
1124
  -webkit-border-top-right-radius: 0;
1125 1096
  border-top-left-radius: 0;
1126 1097
  border-top-right-radius: 0;
1127 1098
}
......
1132 1103
  background: transparent;
1133 1104
  margin-bottom: 0;
1134 1105
  padding-bottom: 0;
1135
  -khtml-border-radius: 0;
1136
  -moz-border-radius: 0;
1137
  -webkit-border-radius: 0;
1138 1106
  border-radius: 0;
1139 1107
}
1140 1108
fieldset#edit-body-und-0-format {
1141
  -khtml-border-radius: 0 0 3px 3px;
1142
  -moz-border-radius: 0 0 3px 3px;
1143
  -webkit-border-top-right-radius: 0;
1144
  -webkit-border-top-left-radius: 0;
1145 1109
  border-radius: 0 0 3px 3px;
1146 1110
}
1147 1111
.vertical-tabs fieldset {
1148
  -khtml-border-radius: 0;
1149
  -moz-border-radius: 0;
1150
  -webkit-border-radius: 0;
1151 1112
  border-radius: 0;
1152 1113
  background: #fff;
1153 1114
}
......
1164 1125
  display: block;
1165 1126
  padding: 7px 1%;
1166 1127
  width: 98%;
1167
  -khtml-border-radius: 2px;
1168
  -moz-border-radius: 2px;
1169
  -webkit-border-radius: 2px;
1170 1128
  border-radius: 2px;
1171 1129
}
1172 1130
fieldset legend,
......
1219 1177
  border-width: 0 1px 1px 1px;
1220 1178
  border-color: #d7d7d7;
1221 1179
  border-style: solid;
1222
  -moz-border-radius: 0 0 3px 3px;
1223 1180
  border-radius: 0 0 3px 3px;
1224 1181
}
1225 1182
.text-format-wrapper .description {
......
1324 1281
  margin: 0 10px 0 0;
1325 1282
  padding: 0 10px;
1326 1283
  text-shadow: 0 1px 1px #fff;
1327
  -moz-border-radius: 12px;
1328
  -webkit-border-radius: 12px;
1329 1284
  border-radius: 12px;
1330
  -moz-transition: background 0.2s ease-in;
1331 1285
  -webkit-transition: background 0.2s ease-in;
1332
	-o-transition: background 0.2s ease-in;
1333
	-ms-transition: background 0.2s ease-in;
1286
  -moz-transition: background 0.2s ease-in;
1287
  -o-transition: background 0.2s ease-in;
1288
  -ms-transition: background 0.2s ease-in;
1334 1289
  transition: background 0.2s ease-in;
1335 1290
}
1336 1291
ul.action-links li a:before {
......
1430 1385
  line-height: 1.7;
1431 1386
  padding: 1px 10px 2px 10px;
1432 1387
  text-decoration: none;
1433
  -khtml-border-radius: 0 0 10px 10px;
1434
  -moz-border-radius: 0 0 10px 10px;
1435
  -webkit-border-top-left-radius: 0;
1436
  -webkit-border-top-right-radius: 0;
1437
  -webkit-border-bottom-left-radius: 10px;
1438
  -webkit-border-bottom-right-radius: 10px;
1439 1388
  border-radius: 0 0 10px 10px;
1440 1389
}
1441 1390
#skip-link a:hover,
......
1615 1564
  line-height: 1.5;
1616 1565
  padding: 3px 5px 0;
1617 1566
  margin: 0;
1618
  -moz-border-radius: 2px;
1619
  -webkit-border-radius: 2px;
1620 1567
  border-radius: 2px;
1621 1568
}
1622 1569
.views-displays ul.secondary li.open a {
1623
  -moz-border-radius: 2px 2px 0 0 !important;
1624
  -webkit-border-radius: 2px 2px 0 0 !important;
1625 1570
  border-radius: 2px 2px 0 0 !important;
1626 1571
}
1627 1572
.views-admin .icon.add {
......
1664 1609
  font-size: 0.823em;
1665 1610
  padding-bottom: 2px;
1666 1611
  padding-top: 2px;
1667
  -moz-border-radius: 4px;
1668
  -webkit-border-radius: 4px;
1669 1612
  border-radius: 4px;
1670 1613
}
1671 1614
.views-display-top .ctools-button-processed,
......
1678 1621
  color: #666;
1679 1622
}
1680 1623
.views-ui-dialog #views-ajax-popup {
1681
  -moz-box-shadow: 0 4px 4px 4px rgba(0,0,0,0.4);
1682 1624
  -webkit-box-shadow: 0 4px 4px 4px rgba(0,0,0,0.4);
1683 1625
  box-shadow: 0 4px 4px 4px rgba(0,0,0,0.4);
1684 1626
}
......
1759 1701
  background-image: none;
1760 1702
}
1761 1703
#page-manager-edit .page-manager-tabs #page-manager-page-summary  ul.page-manager-operations {
1762
    border-right: 1px solid #ddd;
1763
    border-bottom: 0;
1704
  border-right: 1px solid #ddd;
1705
  border-bottom: 0;
1764 1706
}
1765 1707
#page-manager-edit .page-manager-tabs #page-manager-page-summary  ul.page-manager-operations li {
1766 1708
  border-color: #ddd;
......
1844 1786

  
1845 1787
/* Admin menu */
1846 1788
#admin-menu, #admin-menu ul {
1847
  font-size: small-x;
1789
  font-size: x-small;
1848 1790
  line-height: 1.3;
1849 1791
}
1850 1792

  
......
1974 1916
  padding: 0 16px;
1975 1917
  text-decoration: none;
1976 1918
  white-space: normal;
1977
  -moz-border-radius: 6px 6px 0 0;
1978
  -webkit-border-top-left-radius: 6px;
1979
  -webkit-border-top-right-radius: 6px;
1980 1919
  border-radius: 6px 6px 0 0;
1981 1920
}
1982 1921
.view-fontyourface-browse ul.tabs li a:hover,
......
2041 1980
input[type="radio"],
2042 1981
input[type="checkbox"] {
2043 1982
}
2044

  
2045

  
2046

  
2047

  
2048

  
2049

  
2050

  
2051

  
2052

  
2053

  
2054

  
2055

  
2056

  

Formats disponibles : Unified diff