* code for task #6226.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body{background: #f1f1f1;}
|
||||
.container{padding: 0}
|
||||
.modal-dialog{width: 1000px}
|
||||
.modal-dialog{width: 100%}
|
||||
.modal-footer{text-align: center;margin-top: 0;}
|
||||
|
||||
.table,.alert{margin: 0;}
|
||||
@@ -12,4 +12,4 @@ body{background: #f1f1f1;}
|
||||
@media (max-width: 700px){.modal-dialog{padding: 0;} .modal-content{box-shadow: none;border-width: 1px 0;border-radius: 0}}
|
||||
|
||||
#checker .ok{background:green; color:white}
|
||||
#checker .fail{background:red; color:white}
|
||||
#checker .fail{background:red; color:white}
|
||||
|
||||
@@ -3,15 +3,15 @@ blockquote{padding: 0; border-left: 0;}
|
||||
li{line-height: 2em}
|
||||
.modal-dialog{position: relative; line-height: 20px}
|
||||
.modal-header{position: absolute; right: 15px; top: 10px; border: none;z-index: 999}
|
||||
.modal-body{padding: 20px 60px;}
|
||||
.modal-body{padding: 20px 50px;}
|
||||
|
||||
.dropdown-menu {min-width: 120px; margin-top: 0;}
|
||||
|
||||
.col-md-4{width:20%;}
|
||||
.card {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin-bottom: 20px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 0;
|
||||
@@ -54,13 +54,14 @@ li{line-height: 2em}
|
||||
.card:hover>.card-reveal{top:0}
|
||||
|
||||
.card.ad > .img-wrapper {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
height: 115px;
|
||||
height: 110px;
|
||||
line-height:110px;
|
||||
text-align:center;
|
||||
font-size:25px;
|
||||
width: 100%;
|
||||
}
|
||||
.card.ad > .img-wrapper > img{display: none;}
|
||||
.card.ad > .img-wrapper > img{width:35px; height:35px}
|
||||
.card.ad > .card-heading {text-align: center;}
|
||||
.card.ad > .card-reveal > .card-heading { padding: 12px 10px 10px 15px;}
|
||||
.card.ad > .card-reveal {color: #333;}
|
||||
.card.ad > .card-reveal li{line-height:1.5}
|
||||
.card.ad > .card-reveal li{line-height:1.5;font-size:12px;}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
.col-md-4{width:25%;}
|
||||
.card.ad > .img-wrapper {
|
||||
height: 145px;
|
||||
line-height:145px;
|
||||
}
|
||||
@@ -43,9 +43,9 @@
|
||||
<h5><?php echo $lang->install->promotion?></h5>
|
||||
<div class='row'>
|
||||
<?php foreach($lang->install->product as $product):?>
|
||||
<div class='<?php echo $lang->install->{$product}->width;?>'>
|
||||
<div class='col-md-4'>
|
||||
<a class="card ad" href="<?php echo $lang->install->{$product}->url;?>" target="_blank">
|
||||
<div class="img-wrapper" style="background-image:url(<?php echo $defaultTheme . $lang->install->{$product}->logo;?>)"><img src="<?php echo $defaultTheme . $lang->install->{$product}->logo;?>" alt=""></div>
|
||||
<div class="img-wrapper"><img src="<?php echo $defaultTheme . $lang->install->{$product}->logo;?>" /> <?php echo $lang->install->{$product}->name;?></div>
|
||||
<div class="card-reveal">
|
||||
<h5 class="card-heading"><?php echo $lang->install->{$product}->name?></h5>
|
||||
<div class="card-content"><?php echo $lang->install->{$product}->desc?></div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<div class='container'>
|
||||
<div class='modal-dialog modal-lg'>
|
||||
<div class='modal-dialog'>
|
||||
<div class='modal-header'>
|
||||
<h3><?php echo $lang->install->license;?></h3>
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<div class='panel-body row'>
|
||||
<?php foreach($lang->install->product as $product):?>
|
||||
<a class="card ad ad-<?php echo $product;?>" href="<?php echo $lang->install->{$product}->url;?>" target="_blank">
|
||||
<div class="img-wrapper"><img src="<?php echo $defaultTheme . $lang->install->{$product}->logo;?>" /> <?php echo $lang->install->{$product}->name;?></div>
|
||||
<div class="img-wrapper"><img src="<?php echo $defaultTheme . $lang->install->{$product}->logo;?>" /> <?php echo $lang->install->{$product}->name;?></div>
|
||||
<div class="card-reveal">
|
||||
<div class="card-content"><?php echo $lang->install->{$product}->desc?></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user