This commit is contained in:
redmatrix 2015-07-11 15:02:08 -07:00
commit 8f9895f26a
3 changed files with 23 additions and 16 deletions

View File

@ -17,6 +17,7 @@ main {
aside { aside {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
padding: 80px 7px 0px 7px;
} }
@ -24,4 +25,17 @@ section {
width: 100%; width: 100%;
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
padding: 80px 7px 200px 7px;
}
@media screen and (max-width: 767px) {
section {
padding: 65px 7px 200px 7px;
}
aside#region_1 {
padding: 65px 7px 0px 7px;
}
} }

3
view/css/mod_display.css Normal file
View File

@ -0,0 +1,3 @@
#jot-popup {
display: none;
}

View File

@ -28,17 +28,12 @@ aside#region_1 {
width: $aside_widthpx; width: $aside_widthpx;
min-width: $aside_widthpx; min-width: $aside_widthpx;
max-width: $aside_widthpx; max-width: $aside_widthpx;
padding: 80px 7px 0px 7px;
} }
main { main {
max-width: $main_widthpx; max-width: $main_widthpx;
} }
section {
padding: 80px 7px 200px 7px;
}
h1, .h1, h2, .h2 { h1, .h1, h2, .h2 {
font-size: 1.667em; font-size: 1.667em;
} }
@ -421,13 +416,18 @@ footer {
#profile-photo-wrapper img { #profile-photo-wrapper img {
width: 100%; width: 100%;
height: 100%;
max-width: 300px; max-width: 300px;
height: auto; max-height: 300px;
} }
#profile-photo-wrapper { #profile-photo-wrapper {
width: 251px;
height: 251px;
margin-top: -10px; margin-top: -10px;
margin-bottom: 10px; margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: $radiuspx;
} }
@ -519,7 +519,6 @@ footer {
display: block; display: block;
} }
.pager { .pager {
padding: 10px; padding: 10px;
text-align: center; text-align: center;
@ -585,10 +584,6 @@ footer {
margin-left: 5px; margin-left: 5px;
} }
.photo {
border: 1px solid #ccc;
}
.photo-top-photo, .photo-album-photo { .photo-top-photo, .photo-album-photo {
/* padding: 10px; /* padding: 10px;
max-width: 300px; max-width: 300px;
@ -2125,14 +2120,9 @@ nav .badge.mail-update:hover {
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
section {
padding: 65px 7px 200px 7px;
}
aside#region_1 { aside#region_1 {
background: rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .1);
border-right: 1px solid $nav_bd; border-right: 1px solid $nav_bd;
padding: 65px 7px 0px 7px;
} }
main { main {