Fixed some minor style issues

This commit is contained in:
Giulio Cesare Solaroli 2015-04-20 18:45:48 +02:00
parent 5b2e5b95d1
commit 87bde47a17
No known key found for this signature in database
GPG Key ID: 22E34C908F02CBA2
3 changed files with 10 additions and 4 deletions

View File

@ -872,6 +872,7 @@ input {
width: 100%; } width: 100%; }
.cardToolbarFrame { .cardToolbarFrame {
width: 100%;
height: 100%; height: 100%;
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
@ -996,7 +997,8 @@ div.cardContent {
padding-bottom: 100px; } padding-bottom: 100px; }
div.cardContent div.cardListColumn.column div.cardList { div.cardContent div.cardListColumn.column div.cardList {
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; } -webkit-overflow-scrolling: touch;
width: 100%; }
div.cardContent div.cardListColumn.column div.addCardButton { div.cardContent div.cardListColumn.column div.addCardButton {
font-family: 'clipperz-icons'; font-family: 'clipperz-icons';
-webkit-font-feature-settings: "liga" 1, "dlig" 1; -webkit-font-feature-settings: "liga" 1, "dlig" 1;
@ -2787,3 +2789,5 @@ This configuration is now located in the first script included in the index_temp
} }
} }
*/ */
/*# sourceMappingURL=clipperz.css.map */

File diff suppressed because one or more lines are too long

View File

@ -242,6 +242,7 @@ input {
} }
.cardToolbarFrame { .cardToolbarFrame {
width: 100%;
height: 100%; height: 100%;
@include flexbox; @include flexbox;
@ -362,6 +363,7 @@ div.cardContent {
div.cardList { div.cardList {
@include overflow-auto; @include overflow-auto;
width: 100%;
} }
$addButtonSize: 60px; $addButtonSize: 60px;