diff options
author | marijus <mario@mariovavti.com> | 2014-10-31 14:33:41 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-31 14:33:41 +0100 |
commit | 2982212797dd64e1be13de20dc158842734ee5f8 (patch) | |
tree | 4c190a075ad732348c16260387b8a64c16a0292b /view/theme/redbasic | |
parent | 11ccf253e213fbd71916a53220bb05a18f58808f (diff) | |
download | volse-hubzilla-2982212797dd64e1be13de20dc158842734ee5f8.tar.gz volse-hubzilla-2982212797dd64e1be13de20dc158842734ee5f8.tar.bz2 volse-hubzilla-2982212797dd64e1be13de20dc158842734ee5f8.zip |
more work on photo upload
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 31b769460..5ffc33d31 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -13,7 +13,7 @@ html { } body { - font-family: arial,freesans,sans-serif; + font-family: sans-serif, arial, freesans; font-size: $body_font_size; background-color: $bgcolour; background-image: url('$background_image'); @@ -37,7 +37,7 @@ h5, .h5, h6, .h6 { } .jslider { - font-family: arial,freesans,sans-serif; + font-family: sans-serif, arial, freesans; } abbr { @@ -84,17 +84,19 @@ a.btn-success { input[type="text"], input[type="password"], input[type="submit"], +input[type="file"], select, textarea { - font-family: arial,freesans,sans-serif; + font-family: sans-serif, arial, freesans; font-size: $body_font_size; } input { + padding: 5px; + line-height: 1.5; border: 1px solid $input_border; -moz-border-radius: $radiuspx; border-radius: $radiuspx; - padding: 3px; } input[type="submit"] { |