aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-11 15:03:23 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-11 15:03:23 -0700
commit69a4cf73a310b3df1f80460addb27acf1fea5f2b (patch)
tree976ec38d682b09229a6ed7b14ef02395c6dbae67 /view/theme
parenta497d8ee66edcb6e0c29e8e16c875963d497334d (diff)
parent8f9895f26afd11ba4bd69d403b08b0f7bef3ab59 (diff)
downloadvolse-hubzilla-69a4cf73a310b3df1f80460addb27acf1fea5f2b.tar.gz
volse-hubzilla-69a4cf73a310b3df1f80460addb27acf1fea5f2b.tar.bz2
volse-hubzilla-69a4cf73a310b3df1f80460addb27acf1fea5f2b.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css22
1 files changed, 6 insertions, 16 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a44cf331c..939b9cf54 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -28,17 +28,12 @@ aside#region_1 {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
- padding: 80px 7px 0px 7px;
}
main {
max-width: $main_widthpx;
}
-section {
- padding: 80px 7px 200px 7px;
-}
-
h1, .h1, h2, .h2 {
font-size: 1.667em;
}
@@ -421,13 +416,18 @@ footer {
#profile-photo-wrapper img {
width: 100%;
+ height: 100%;
max-width: 300px;
- height: auto;
+ max-height: 300px;
}
#profile-photo-wrapper {
+ width: 251px;
+ height: 251px;
margin-top: -10px;
margin-bottom: 10px;
+ border: 1px solid #ccc;
+ border-radius: $radiuspx;
}
@@ -519,7 +519,6 @@ footer {
display: block;
}
-
.pager {
padding: 10px;
text-align: center;
@@ -585,10 +584,6 @@ footer {
margin-left: 5px;
}
-.photo {
- border: 1px solid #ccc;
-}
-
.photo-top-photo, .photo-album-photo {
/* padding: 10px;
max-width: 300px;
@@ -2125,14 +2120,9 @@ nav .badge.mail-update:hover {
@media screen and (max-width: 767px) {
- section {
- padding: 65px 7px 200px 7px;
- }
-
aside#region_1 {
background: rgba(0, 0, 0, .1);
border-right: 1px solid $nav_bd;
- padding: 65px 7px 0px 7px;
}
main {