aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-07-27 21:44:34 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-07-27 21:44:34 +0000
commit075fc6727762d4e45ddcae5843eec0100ad3ab72 (patch)
tree26c5b8b5c8064b0670510009d42f7b0ffac6c63d /view/theme/redbasic/php
parent73a0d8b5a7079e960717c46014b9255e16356ad2 (diff)
downloadvolse-hubzilla-075fc6727762d4e45ddcae5843eec0100ad3ab72.tar.gz
volse-hubzilla-075fc6727762d4e45ddcae5843eec0100ad3ab72.tar.bz2
volse-hubzilla-075fc6727762d4e45ddcae5843eec0100ad3ab72.zip
Improved photo view page. Added a delete button, stylized other button and rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 23d9c695f..9d42bbf69 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -132,7 +132,7 @@ if(! $a->install) {
if (! $font_size)
$font_size = "1.0em";
if (! $body_font_size)
- $body_font_size = "11px";
+ $body_font_size = "14px";
if (! $font_colour)
$font_colour = "#4d4d4d";
if (! $selected_active_colour)