summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-13 11:21:59 -0400
committerJules Laplace <jules@okfoc.us>2014-10-13 11:21:59 -0400
commit7907f0afe0ccd2230f6895949ab1ba97732dc2ce (patch)
treedfb7efae4a9b4b6016d8be9a0b03d23644b3da34 /public/assets/stylesheets/app.css
parent6177755e842ca3028833bc98ba0e97e6874b27fb (diff)
parentf73f5c517d08581d8d1c687a42e9ef9e5598662a (diff)
merge
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 509deb5..849c994 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -337,7 +337,7 @@ iframe.embed {
}
.projectList .room {
width: 22vw;
- height: 17vw;
+ height: 16vw;
margin: 1vw 1vw 10px 1vw;
display: table;
position: relative;
@@ -1440,6 +1440,10 @@ border-left: 1px solid black;
transform: translateX(400px);
padding: 5px 5px 9px 5px;
}
+
+#presets {
+ margin-top: 110px;
+}
.wallpaper.active, #presets.active {
display:inline-block;
-webkit-transform: translateX(0px);
@@ -1643,7 +1647,7 @@ input[type="range"]::-webkit-slider-thumb {
border-bottom: 1px transparent solid;
}
.presets span.active {
- border-bottom: 1px dotted;
+ text-decoration: underline;
}
.color-swatches span {
display: inline-block;
@@ -1846,13 +1850,15 @@ input[type="range"]::-webkit-slider-thumb {
}
.playButton,.muteButton {
- color: white;
- background: black;
border-radius: 50px;
font-size: 22px;
- padding: 4px 2px 3px 6px;
+ padding: 5px 0;
cursor: pointer;
margin-right: 5px;
+ width: 40px;
+ display: inline-block;
+ text-align: center;
+ border: 1px solid;
}
.playButton .on {
display: inline;