mirror of
https://github.com/e107inc/e107.git
synced 2025-06-02 08:55:18 +02:00
Issue #3103 Custom-fields mobile-device styling added to bootstrap3 example.
This commit is contained in:
parent
5212be3e1b
commit
1d96846002
@ -193,11 +193,13 @@ margin-bottom: 10px;
|
||||
.featurebox .carousel-indicators { top:10px; }
|
||||
.featurebox-item-image.pull-left, .featurebox-item-image.pull-right { margin-top: 30px; }
|
||||
.news-images-main { padding-left: 0; padding-bottom:15px; padding-right:0}
|
||||
#custom-fields-example { margin-left:0;margin-right:0 !important; padding:0; clear:both; margin-bottom:15px; }
|
||||
}
|
||||
|
||||
/* Small devices Tablets .col-sm */
|
||||
@media all and (min-width: 768px) and (max-width: 991px) {
|
||||
.news-images-main { padding-left: 0; padding-bottom:5px }
|
||||
#custom-fields-example { margin-left:0;margin-right:0 !important; padding:0; clear:both; margin-bottom:15px; }
|
||||
}
|
||||
|
||||
/* Medium devices Desktops (≥992px) .col-md */
|
||||
|
@ -160,7 +160,7 @@ $sc_style['CPAGENAV|default']['post'] = '</div>';
|
||||
|
||||
$PAGE_TEMPLATE['customfields']['body'] = '
|
||||
|
||||
<div class="col-xs-12 col-md-5 pull-right" style="margin-right:-15px">
|
||||
<div id="custom-fields-example" class="col-xs-12 col-md-5 pull-right" style="margin-right:-15px">
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th class="text-center" colspan="2">Custom Fields</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user