aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-09 13:59:16 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-09 13:59:16 +0200
commitefa55437d4d14dd81d10a98e5d3201d27bcbfafb (patch)
treec6040e8f1cd1982b520d8285d08d3f967d7445de /view/theme
parente12d58a75cf0fa32e935caa9e53cb2db953d8409 (diff)
downloadvolse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.gz
volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.bz2
volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.zip
increase width of the aside area and make default profile image size 300x300
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css7
-rw-r--r--view/theme/redbasic/js/redbasic.js2
-rw-r--r--view/theme/redbasic/php/style.php2
3 files changed, 6 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 716298845..c2eccc782 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -406,9 +406,10 @@ footer {
#profile-photo-wrapper img {
+ width: 100%;
+ max-width: 300px;
+ height: auto;
padding: 10px;
- width: 197px;
- height: 197px;
}
#profile-photo-wrapper {
@@ -571,7 +572,7 @@ footer {
}
.photo {
- border: 1px solid #AAAAAA;
+ border: 1px solid #ccc;
}
.photo-top-photo, .photo-album-photo {
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 68190778c..9408f5a6c 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -7,7 +7,7 @@ $(document).ready(function() {
if( $('#css3-calc').width() == 10) {
$(window).resize(function() {
if($(window).width() < 767) {
- $('main').css('width', $(window).width() + 231 );
+ $('main').css('width', $(window).width() + 279 );
} else {
$('main').css('width', '100%' );
}
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 6e68d38d5..64ddcce7e 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -154,7 +154,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$x = file_get_contents('view/theme/redbasic/css/style.css');
- $aside_width = 231;
+ $aside_width = 279;
// left aside and right aside are is 231px + converse width
if($converse_center) {