summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-17 16:27:40 -0400
committerJules Laplace <jules@okfoc.us>2015-08-17 17:25:28 -0400
commit3c36de54b57422f34c367934fdf62873b881fa20 (patch)
tree19d39fdae8d0372a2c0c682de4b09f69d72045a1 /public/assets/stylesheets
parent599b43df07f092b35d25e7adac11db3c3b3d9c76 (diff)
integrate ortho3 stuff into blueprint views
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css29
1 files changed, 16 insertions, 13 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 6507cc1..2fef578 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -53,9 +53,11 @@ body.noOverflow{
overflow:hidden;
}
-body.loading * {
- -webkit-transition: all 0 ease 0 !important;
- transition: all 0 ease 0 !important;
+body.loading *,
+body.loading .animate {
+ opacity: 0.2;
+ -webkit-transition: none !important;
+ transition: none !important;
}
html, body {
@@ -72,7 +74,7 @@ body.pastePaper .wallpaper.active span:hover{
cursor:url(../img/paintbucket.png), auto;
}
-a{
+a {
color:black;
text-decoration: none;
}
@@ -1502,7 +1504,8 @@ form .paidPlan label { float: none; font-size: 16px; margin: 0 10px; }
cursor:pointer;
}
-.menu span.inuse {
+.menu span.inuse,
+.menu span.active {
color:white;
background:black;
cursor:pointer;
@@ -3255,7 +3258,7 @@ a[data-role="forgot-password"] {
/* blueprint upload box */
-.blueprintUpload {
+.blueprintUploader {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 340px;
@@ -3271,17 +3274,17 @@ a[data-role="forgot-password"] {
margin-top: -200px;
opacity: 0;
}
-.blueprintUpload.active {
+.blueprintUploader.active {
-webkit-transform: translate3D(0,0,0);
transform: translate3D(0,0,0);
opacity: 1;
}
-.blueprintUpload .toolButton {
+.blueprintUploader .toolButton {
float: none;
width: 108px;
display: inline-block;
}
-.blueprintUpload .url {
+.blueprintUploader .url {
font-size: 15px;
border: 1px solid #888;
padding: 2px;
@@ -3291,14 +3294,14 @@ a[data-role="forgot-password"] {
margin-right: 10px;
width: 190px;
}
-.blueprintUpload p {
+.blueprintUploader p {
font-weight: 300;
font-size: 13px;
}
-.blueprintUpload .blueprints {
+.blueprintUploader .blueprints {
display: none;
}
-.blueprintUpload .blueprints h5 {
+.blueprintUploader .blueprints h5 {
width: 250px;
margin: 10px auto;
padding-top: 9px;
@@ -3332,7 +3335,7 @@ a[data-role="forgot-password"] {
position: relative;
top: -2px;
}
-.blueprintUpload .wallpaperUpload .upload-icon {
+.blueprintUploader .wallpaperUpload .upload-icon {
margin: 0 4px;
}
.uploadNewBlueprint {