Fix backup for iOS

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-16 15:10:13 -03:00
commit 74174f9775
6 changed files with 44 additions and 7 deletions

View file

@ -128,6 +128,13 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.backup-plain-text {
font-size: 10px;
border: 1px solid #ccc;
padding: 10px;
margin: 10px 0;
}
.status {
font-weight: 700;
-moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);