increase width of the aside area and make default profile image size 300x300
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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%' );
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user