(html,css) Improve forms

Improved pseudo-input and used md-inline-form
This commit is contained in:
Francis Lachapelle
2016-06-14 16:11:12 -04:00
parent 4744170628
commit 85b764c179
6 changed files with 53 additions and 57 deletions
+5
View File
@@ -1243,6 +1243,11 @@ static NSArray *reminderValues = nil;
return fontSizes;
}
- (NSString *) itemFontSizeText
{
return [NSString stringWithFormat: @"%@ px", item];
}
//
// Used by templates
//