This commit is contained in:
XhmikosR 2015-02-09 06:13:49 +02:00
Родитель d8e7243874
Коммит 49a3c0b115
5 изменённых файлов: 12 добавлений и 6 удалений

8
dist/css/ratchet-theme-android.css поставляемый
Просмотреть файл

@ -30,15 +30,15 @@ a:active {
padding-top: 50px;
}
.bar-header-secondary ~ .content {
padding-top: 100px;
}
.bar-tab ~ .content {
padding-top: 50px;
padding-bottom: 0;
}
.bar-header-secondary ~ .content {
padding-top: 100px;
}
.bar-footer ~ .content {
padding-bottom: 50px;
}

3
dist/css/ratchet.css поставляемый
Просмотреть файл

@ -1214,6 +1214,9 @@ select {
.content.fade {
left: 0;
opacity: 0;
-webkit-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s;
}
.content.fade.in {
opacity: 1;

2
dist/css/ratchet.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

3
docs/dist/css/ratchet.css поставляемый
Просмотреть файл

@ -1214,6 +1214,9 @@ select {
.content.fade {
left: 0;
opacity: 0;
-webkit-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s;
}
.content.fade.in {
opacity: 1;

2
docs/dist/css/ratchet.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны