summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-07 15:42:19 -0500
committerJules Laplace <jules@okfoc.us>2014-11-07 15:42:19 -0500
commit66286ff56ea9f8adc703b74eaa934641b9c83870 (patch)
tree43def930ef1e69f7807226c5a7e9340dd2c82af4
parentf6b149e1909dd0507d1377b9f085123820772594 (diff)
parent9d4ab9decb83e413c932b58f89b1c219dcadbcf3 (diff)
Merge branch 'master' of github.com:okfocus/vvalls
-rwxr-xr-xpublic/assets/stylesheets/app.css23
1 files changed, 17 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 8989aef..ca51201 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -827,6 +827,7 @@ iframe.embed {
margin-top: 40px;
background: limegreen;
color: white;
+ padding: 10px 0;
-webkit-transition:0.2s background;
-moz-transition:0.2s background;
transition:0.2s background;
@@ -2922,14 +2923,17 @@ a[data-role="forgot-password"] {
padding:50px 0 120px 0;
}
.videoModal .ion-ios7-close-empty {
- right: 10px;
- top: 20px;
+ right: 10px;
+ top: 20px;
}
.gopro span {
- font-size: 16px;
- width: 93%;
- line-height: 22px;
- text-align: justify;
+ font-size: 16px;
+ width: 93%;
+ line-height: 22px;
+ text-align: justify;
+ }
+ .gopro span a{
+ margin-top: 20px;
}
}
@@ -2952,6 +2956,7 @@ a[data-role="forgot-password"] {
left: 10px;
border: 1px solid;
}
+
}
@media screen and (orientation:landscape) {
@@ -2962,4 +2967,10 @@ a[data-role="forgot-password"] {
bottom: -3px;
right: -3px;
}
+ .projectList .projectItem {
+ width: 55%;
+ }
+ .projectList.about .item span:nth-child(1) {
+ height: 180px;
+ }
} \ No newline at end of file