summaryrefslogtreecommitdiff
path: root/themes/okadmin/public/css/main.css
diff options
context:
space:
mode:
authorjulie lala <jules@okfoc.us>2015-04-27 17:08:25 -0400
committerjulie lala <jules@okfoc.us>2015-04-27 17:08:25 -0400
commit1451d6a1262e394dd8505ac6523d0eaea5dfd57c (patch)
tree2ab626558332fa5ed0ee6d3faa5ff76c53eba070 /themes/okadmin/public/css/main.css
parentc78f208f3e6bd1199f0d6c88d2431609b58bd303 (diff)
parent934a8ac8afdaa2afc2061542abbf3f4864a476b1 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'themes/okadmin/public/css/main.css')
-rw-r--r--themes/okadmin/public/css/main.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css
index 747ec34..5dbd910 100644
--- a/themes/okadmin/public/css/main.css
+++ b/themes/okadmin/public/css/main.css
@@ -283,11 +283,11 @@ button, input[type=submit] {
list-style-type: none;
display: block;
clear: both;
- height: 10em;
+ height: 7em;
}
.main.resource form img {
width: 10em;
- max-height: 10em;
+ max-height: 6em;
border: 0;
}
.main.resource form .images img {
@@ -296,7 +296,10 @@ button, input[type=submit] {
}
.main.resource form textarea.caption {
width: 15em;
- height: 9em;
+ height: 6em;
+}
+.main.resource form .video-element input[type=text] {
+ width: 15em;
}
.add-image-button {
background: #ddd;
@@ -324,13 +327,15 @@ button, input[type=submit] {
margin: 0; padding: 0;
cursor: pointer;
}
-.image-element:hover .remove-image {
+.video-element:hover .remove,
+.image-element:hover .remove {
display: block;
}
-.image-element .remove-image:hover {
+.video-element .remove:hover,
+.image-element .remove:hover {
color: red;
}
-.remove-image {
+.remove {
display: none;
}