Fixed some minor style issues

master-GE
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%; }
.cardToolbarFrame {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
@ -996,7 +997,8 @@ div.cardContent {
padding-bottom: 100px; }
div.cardContent div.cardListColumn.column div.cardList {
overflow: auto;
-webkit-overflow-scrolling: touch; }
-webkit-overflow-scrolling: touch;
width: 100%; }
div.cardContent div.cardListColumn.column div.addCardButton {
font-family: 'clipperz-icons';
-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 {
width: 100%;
height: 100%;
@include flexbox;
@ -362,6 +363,7 @@ div.cardContent {
div.cardList {
@include overflow-auto;
width: 100%;
}
$addButtonSize: 60px;