summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-07-16 15:29:10 -0400
committerJules Laplace <jules@okfoc.us>2014-07-16 15:29:10 -0400
commite17d458b644fddccd522d0475f531b487c4d95ef (patch)
tree7e9e1fdd8913093ca2b2d8f73ea8290c6b8105d3 /public/assets/stylesheets/app.css
parent5a5dc68dd2f9ae198864d7f25b4c9840dbe14d77 (diff)
some bugfixes.. info window for builder
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css25
1 files changed, 24 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 2583284..2e3358a 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -469,6 +469,9 @@ iframe.embed {
.templates {
}
+.no-templates {
+ display: none;
+}
.templates span{
background-position: center;
@@ -1130,6 +1133,11 @@ input[type="range"]::-webkit-slider-thumb {
cursor:pointer;
}
+.settings.info {
+ right: auto;
+ left: 10px;
+}
+
.settings {
padding: 20px;
bottom: 20px;
@@ -1228,8 +1236,23 @@ input[type="range"]::-webkit-slider-thumb {
}
.setting label {
+ font-size: 12px;
+ font-weight: 300;
padding-right: 5px;
}
+.setting.number label {
+ width: 50px;
+ display: inline-block;
+ float: left;
+ position: relative;
+ top: 5px;
+}
+.setting.number input[type=text] {
+ width: 150px;
+}
+.setting.number.twoline label {
+ top: 0px;
+}
.playButton,.muteButton {
color: white;
@@ -1485,7 +1508,7 @@ form li textarea {
background:lightgreen;
}
*/
-.box b.info {
+.box b.signin-tagline {
display: inline-block;
width: 100%;
margin-bottom: 18px;