﻿/*css styl pro rotujici pizzu - znazornujici cekani*/

.jt-pizza-small { -moz-animation: spin 1.2s infinite linear; -webkit-animation: spin 1.2s infinite linear; animation: spin 1s infinite linear; padding: 20px; width: 16px; height: 16px;}
.jt-pizza-middle {-moz-animation: spin 1.6s infinite linear;-webkit-animation: spin 1.6s infinite linear;animation: spin 1.6s infinite linear; padding: 20px; width: 32px; height: 32px;}

@-ms-keyframes spin {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}

.jt-pizza-small_EditInPlaceLoader { -moz-animation: spin 1.2s infinite linear; -webkit-animation: spin 1.2s infinite linear; animation: spin 1s infinite linear; width: 16px; height: 16px;}

.jt-pizza-small_watchsleepbutton { -moz-animation: spin 1.2s infinite linear; -webkit-animation: spin 1.2s infinite linear; animation: spin 1s infinite linear; width: 16px; height: 16px;}
