This commit is contained in:
connors 2014-02-08 22:52:53 -08:00
Родитель ff8ea8412b
Коммит 9c0fcc5f28
4 изменённых файлов: 14 добавлений и 0 удалений

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

@ -112,6 +112,10 @@ a {
border-radius: 12px;
}
.table-view .btn {
margin-top: -3px;
}
select,
textarea,
input[type="text"],

Просмотреть файл

@ -1277,6 +1277,9 @@ hr {
.platform-android .popover .table-view {
border-radius: 12px;
}
.platform-android .table-view .btn {
margin-top: -3px;
}
.platform-android select,
.platform-android textarea,
.platform-android input[type="text"],

Просмотреть файл

@ -63,6 +63,7 @@
}
}
// Indented table views
// --------------------------------------------------
@ -82,6 +83,7 @@
}
}
// Table views in cards
// --------------------------------------------------

Просмотреть файл

@ -173,6 +173,11 @@ a {
border-radius: 12px;
}
// Buttons in table-views
// --------------------------------------------------
.table-view .btn {
margin-top: -4px; // Center the btn inside the cell
}
// Forms
// --------------------------------------------------