There was an error while loading. Please reload this page.
2 parents f8b7495 + b1a7c87 commit 1ecd5b1Copy full SHA for 1ecd5b1
app/assets/stylesheets/cms/page_content_editing.css.scss
@@ -5,6 +5,7 @@
5
.cms-container {
6
border: 1px solid #c0c0c0;
7
margin: 15px 0;
8
+ min-height: 100px;
9
}
10
11
.cms-container:hover {
@@ -17,4 +18,14 @@
17
18
margin-right: auto;
19
display:block;
20
margin-bottom: 5px;
21
+}
22
+
23
+.cms-container-description {
24
+ font-size: 10px;
25
+ text-align: center;
26
27
28
+.cms-container-description hr {
29
+ border-top: 1px solid #c0c0c0;
30
+ margin: 0px 0px 5px 0px;
31
app/views/cms/pages/_simple_container.html.erb
@@ -1,4 +1,5 @@
1
<div class="cms-container" data-container="<%= container %>">
2
+ <div class="cms-container-description"><%= name %><hr/></div>
3
<%= content %>
4
<%= image_tag "cms/plus.png",
:class => 'cms-add-content',
0 commit comments