Skip to content
Snippets Groups Projects
Commit 984a2dff authored by gnaegi's avatar gnaegi
Browse files

OO-2057 more beautify for binders

parent 57b87700
No related branches found
No related tags found
No related merge requests found
...@@ -14,21 +14,21 @@ ...@@ -14,21 +14,21 @@
##access ##access
</div> </div>
<div class="o_section_lead"> <div class="o_section_lead o_block_large_bottom">
<p>$r.xssScan($row.sectionDescription)</p> <p>$r.xssScan($row.sectionDescription)</p>
</div> </div>
</div> </div>
</div> </div>
#end #end
<div class="o_portfolio_page"> <div class="o_portfolio_page o_block_large_bottom">
<h4> <h4>
<i class="o_icon o_icon_portfolio_entry_draft o_icon-fw"> </i> <i class="o_icon o_icon_portfolio_entry_draft o_icon-fw"> </i>
$r.escapeHtml($row.title) $r.escapeHtml($row.title)
</h4> </h4>
<div class="o_portfolio_page_meta"> <div class="o_portfolio_page_meta text-muted o_small">
$r.translate("meta.last.modified", $r.formatDateAndTime($row.lastModified)) $r.translate("meta.last.modified", $r.formatDateAndTime($row.lastModified))
</div> </div>
<div class="o_portfolio_page_summary"> <div class="o_portfolio_page_summary o_block">
$r.xssScan($row.summary) $r.xssScan($row.summary)
</div> </div>
<div class="o_portfolio_page_links"> <div class="o_portfolio_page_links">
......
This diff is collapsed.
This diff is collapsed.
...@@ -102,6 +102,10 @@ ...@@ -102,6 +102,10 @@
} }
.panel-imagebg { .panel-imagebg {
background-repeat:no-repeat;
background-position: center;
background-size: cover;
&.panel-default>.panel-heading { &.panel-default>.panel-heading {
background-color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0.5);
border-bottom: transparent; border-bottom: transparent;
......
...@@ -6,7 +6,6 @@ div#o_main_toolbar.o_toolbar.o_portfolio { ...@@ -6,7 +6,6 @@ div#o_main_toolbar.o_toolbar.o_portfolio {
.o_section_lead { .o_section_lead {
@extend .jumbotron; @extend .jumbotron;
margin-bottom: 10px;
} }
.o_portfolio_listing { .o_portfolio_listing {
...@@ -27,12 +26,6 @@ div#o_main_toolbar.o_toolbar.o_portfolio { ...@@ -27,12 +26,6 @@ div#o_main_toolbar.o_toolbar.o_portfolio {
ul { ul {
padding-left: 2em; padding-left: 2em;
} }
div.panel.panel-default {
background-repeat:no-repeat;
background-position:50% 50%;
background-size: contain;
}
} }
.panel-imagebg .panel-body ul { .panel-imagebg .panel-body ul {
...@@ -46,16 +39,6 @@ div#o_main_toolbar.o_toolbar.o_portfolio { ...@@ -46,16 +39,6 @@ div#o_main_toolbar.o_toolbar.o_portfolio {
} }
.o_binder_page_listing { .o_binder_page_listing {
.o_portfolio_page {
@extend %o_block_large_bottom;
}
.o_portfolio_page_meta {
color: $text-muted;
@extend %o_small;
}
.o_portfolio_page_summary {
@extend %o_block;
}
.o_portfolio_page_links { .o_portfolio_page_links {
background-color: #f8f8f8; background-color: #f8f8f8;
border-radius: $border-radius-base; border-radius: $border-radius-base;
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment