Projet

Général

Profil

« Précédent | Suivant » 

Révision e1c2c36b

Ajouté par Serghei Mihai il y a plus de 9 ans

spin animation picked from FontAwesome style, which is removed

Voir les différences:

calebasse/static/css/style.css
1297 1297
    animation: spin 2s infinite linear;
1298 1298
}
1299 1299

  
1300
/* defining spin animation */
1301
@-moz-keyframes spin {
1302
  0% {
1303
    -moz-transform: rotate(0deg);
1304
  }
1305
  100% {
1306
    -moz-transform: rotate(359deg);
1307
  }
1308
}
1309
@-webkit-keyframes spin {
1310
  0% {
1311
    -webkit-transform: rotate(0deg);
1312
  }
1313
  100% {
1314
    -webkit-transform: rotate(359deg);
1315
  }
1316
}
1317
@-o-keyframes spin {
1318
  0% {
1319
    -o-transform: rotate(0deg);
1320
  }
1321
  100% {
1322
    -o-transform: rotate(359deg);
1323
  }
1324
}
1325
@keyframes spin {
1326
  0% {
1327
    -webkit-transform: rotate(0deg);
1328
    transform: rotate(0deg);
1329
  }
1330
  100% {
1331
    -webkit-transform: rotate(359deg);
1332
    transform: rotate(359deg);
1333
  }
1334
}
1335

  
1336

  
1300 1337
/* periodic event search form */
1301 1338

  
1302 1339
form#periodic-events-search-form button.ui-datepicker-trigger {
calebasse/templates/calebasse/base.html
6 6
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 7
    <title>{% block title %}{{ service_name }}{% endblock %}</title>
8 8
    <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/>
9
    <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/font-awesome.min.css" />
10 9
    <link rel="stylesheet" type="text/css" media="print" href="{{ STATIC_URL }}css/print.css"/>
11 10
    <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/smoothness/jquery-ui-1.8.21.custom.css"/>
12 11
    <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/ajax_select.css"/>

Formats disponibles : Unified diff