diff options
author | friendica <info@friendica.com> | 2014-11-01 00:36:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-01 00:36:58 -0700 |
commit | 1eacea403758981670eb589b6626f531612429d1 (patch) | |
tree | a96e96223811ce727233681cd495379ad1af25a5 /view/theme/redbasic | |
parent | a659ac8952306b5a78a468051d3c318f50294bcf (diff) | |
parent | 5d151b988605bc5aedbef65b687a43dedbc574e9 (diff) | |
download | volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.tar.gz volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.tar.bz2 volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 31b769460..114098465 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"] { @@ -704,9 +706,7 @@ footer { cursor: pointer; } -#photo-album-edit-wrapper, -#photo-view-wrapper, -#photo-edit-edit { +#photo-view-wrapper { background-color: $item_colour; } @@ -2333,12 +2333,10 @@ aside .nav-pills > li > a { margin-bottom: 0px; } -.section-title-submenu { - margin-top: 10px; -} - -.section-title-submenu a { - margin-right: 10px; +.section-content-tools-wrapper { + padding: 7px 10px; + background-color: $comment_item_colour; + margin-bottom: 3px; } .section-content-wrapper { |