aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-15 02:14:40 -0800
committerfriendica <info@friendica.com>2013-11-15 02:14:40 -0800
commit725440145273d66d4b5d56f7b8cbb0c4868941e6 (patch)
treea970c6d64e95d98e2b08133944a17d32db5707c9 /view
parente45666f4e1bf01c6d053748eca28e82e4417e30f (diff)
downloadvolse-hubzilla-725440145273d66d4b5d56f7b8cbb0c4868941e6.tar.gz
volse-hubzilla-725440145273d66d4b5d56f7b8cbb0c4868941e6.tar.bz2
volse-hubzilla-725440145273d66d4b5d56f7b8cbb0c4868941e6.zip
changed some defaults - for some of us everything will have shrunk and may be hard to read. turn on expert mode if you want to change them back.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css6
-rw-r--r--view/theme/redbasic/php/style.php6
2 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index cb3f2f595..963f22281 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -9,7 +9,7 @@
/* generals */
body {
font-family: arial,freesans,sans-serif;
- font-size: 12px;
+ font-size: 11px;
background-color: $bgcolour;
background-image: url('$background_image');
background-attachment: fixed;
@@ -938,7 +938,7 @@ footer {
}
.wall-item-lock {
- font-size: 1.4em;
+ font-size: 1.2em;
left: 105px;
position: absolute;
top: 1px;
@@ -2952,7 +2952,7 @@ div.jGrowl div.info {
.jslider .jslider-scale ins {
color: #333;
- font-size: 12px;
+ font-size: 10px;
width: 100px;
text-align: center;
}
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index ceb396eec..63e7b379f 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -81,7 +81,7 @@
if (! $font_colour)
$font_colour = "#4D4D4D";
if (! $radius)
- $radius = "5";
+ $radius = "0";
if (! $shadow)
$shadow = "0";
if(! $active_colour)
@@ -89,11 +89,11 @@
if (! $converse_width)
$converse_width="1024px";
if(! $top_photo)
- $top_photo = '80px';
+ $top_photo = '64px';
$pmenu_top = intval($top_photo) - 6 . 'px';
if(! $reply_photo)
- $reply_photo = '50px';
+ $reply_photo = '32px';
$pmenu_reply = intval($reply_photo) - 6 . 'px';
if($nav_min_opacity === false || $nav_min_opacity === '') {