summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-07 01:37:57 -0400
committerJules Laplace <jules@okfoc.us>2014-10-07 01:37:57 -0400
commit009205d55b7f04d2a08064a844e5e2b731fff7d8 (patch)
tree818902314191e4be410361f974656a6cc778cc69 /public/assets/stylesheets
parent9dccd8305b57a8d19caac960aa6f8528f208baf6 (diff)
parent06686ff48010e0957124979fc7fb8abae1d11732 (diff)
merge
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 1c20493..eb3bd87 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -414,12 +414,16 @@ iframe.embed {
.page h1 {
font-size: 80px;
font-weight: 100;
- padding: 20px 0 25px 0;
+ padding: 60px 0 25px 0;
float: left;
width: 100%;
border-top: 1px solid;
}
+.page p {
+ margin: 20px;
+}
+
/* DOCUMENTATION / ABOUT SECTION / FAQ PAGES */
.docs .content {
@@ -1425,6 +1429,7 @@ h4 {
input[type=range] {
-webkit-appearance: none;
-moz-appearance: none;
+ cursor: pointer;
background-color: black;
width: 180px;
height:3px;
@@ -1532,13 +1537,14 @@ input[type="range"]::-webkit-slider-thumb {
.settings {
padding: 10px 12px 12px 12px;
- bottom: 20px;
+ bottom: 10px;
right: 10px;
font-size: 12px;
-webkit-transform: translateY(450px);
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transform: translateY(450px);
transition: -webkit-transform 0.2s ease-in-out;
+ width: 210px;
}
.settings.active {
@@ -1590,6 +1596,7 @@ input[type="range"]::-webkit-slider-thumb {
.settings input[type="text"] {
border: 1px solid #000;
font-size: 15px;
+ max-width: 100%;
padding: 5px;
}