1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 02:17:36 +01:00

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
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