summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css47
1 files changed, 38 insertions, 9 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index ce0c1cc..6e42050 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -302,6 +302,7 @@ h5 {
.page {
text-align:center;
+ background:#f9f9f9;
}
.page.profile {
@@ -327,6 +328,7 @@ h5 {
text-align: left;
border-top: 1px solid;
padding:10% 0;
+ margin-bottom:20px;
}
.projectList.about .item{
@@ -749,6 +751,11 @@ iframe.embed {
font-weight: 300;
float: left;
clear: both;
+ max-width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ display: inline-block;
}
.profilepage .bio span:last-of-type:after { display: none; }
@@ -1153,7 +1160,7 @@ border-left: 1px solid black;
}
.fixed::-webkit-scrollbar {
- width: 3px;
+ width: 3px;
}
.fixed::-webkit-scrollbar-track {
@@ -2690,19 +2697,32 @@ a[data-role="forgot-password"] {
.profilepage .bio {
height: 180px;
width: 50%;
+ display: inline-block;
+ padding-top: 20px;
}
- .profilepage .bio h2 {
- font-weight: 300;
- font-size: 30px;
- }
+
.profilePic {
width: 50%;
height: 180px;
}
.profilepage .about h2 {
- text-align: center;
- font-weight: 500;
- font-size: 17px;
+ display:none;
+ }
+ .profilepage .projectList.about:after {
+ content:"In order to create a room in VValls you need to use a desktop or laptop computer.. Its totally worth though!";
+ margin:20px 0 10px 0;
+ font-size:22px;
+ display:inline-block;
+ width:100%;
+ padding:10px;
+ line-height: 34px;
+ }
+ .bio .holder {
+ display: inline-block;
+ }
+ .page .projectList label {
+ font-weight:600;
+ border:0;
}
.projectList.about {
text-align: center;
@@ -2737,7 +2757,7 @@ a[data-role="forgot-password"] {
padding: 18px 0;
}
.footer a, .footer span {
- margin: 9px;
+ margin: 4px;
}
#keyhint {
display:none;
@@ -2749,6 +2769,12 @@ a[data-role="forgot-password"] {
.projectList .room {
width: 100%;
height: 280px;
+ margin: 0;
+ }
+ .mediaDrawer form h2 {
+ margin-bottom: 26px;
+ width: 100%;
+ text-align: left;
}
.aboutRoom {
width: 170px;
@@ -2761,6 +2787,9 @@ a[data-role="forgot-password"] {
.aboutRoom h1 a, .aboutRoom h1 {
font-size: 16px;
}
+ .footer {
+ padding:50px 0 120px 0;
+ }
}
@media screen and (orientation:portrait) {