summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-30 18:13:32 -0400
committerryderr <r@okfoc.us>2014-09-30 18:13:32 -0400
commitcaa97d228bf5c755f0847c6d289096405891754a (patch)
tree541605c3d9b83f6e9f95e3aff9325176e8557993 /public
parente78b53c22f1ea31886da546a733e87482123ac22 (diff)
touchup
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 16ad216..80a2be9 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -729,8 +729,8 @@ iframe.embed {
}
.menu {
- right: 10px;
- top: 70px;
+ right: 9px;
+ top: 63px;
z-index:3;
-webkit-user-select: none;
-moz-user-select: none;
@@ -923,7 +923,7 @@ iframe.embed {
padding: 26px 20px;
margin-left: -200px;
background: rgba(255,255,255,0.9);
- z-index: 4;
+ z-index: 7;
-webkit-transform: translateY(-1000%);
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transform: translateY(-1000%);
@@ -1011,6 +1011,11 @@ iframe.embed {
z-index:4;
}
+.mediaDrawer.mediaViewer h2 {
+ margin-top:20px;
+ font-size:18px;
+}
+
.mediaDrawer h3{
margin-top: 28px;
position: relative;
@@ -1156,7 +1161,6 @@ iframe.embed {
right: 80px;
margin-top: 77px;
width: 162px;
- z-index: 1;
-webkit-transition: -webkit-transform 0.1s ease-in-out;
-webkit-transform: translateX(400px);
transition: transform 0.1s ease-in-out;
@@ -1582,6 +1586,7 @@ button {
}
#mediaEditor .warn {
width:100%;
+ padding:5px 0;
}
.radio-group {