Commit 8e1cb4d7 authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent 01f955af
...@@ -18,12 +18,12 @@ use yii\helpers\Html; ...@@ -18,12 +18,12 @@ use yii\helpers\Html;
padding:0; padding:0;
} }
@media only screen and (max-width:600px) { @media only screen and (max-width:600px) {
body[merkle] .hide { table[class=hide] {
display:none !important; display:none !important;
width:0px !important; width:0px !important;
height:0px !important; height:0px !important;
} }
body[merkle] .width270 { table[class=width270] {
width:270px !important; width:270px !important;
} }
body[merkle] .width230{ body[merkle] .width230{
......
...@@ -8,19 +8,6 @@ use common\modules\bids\models\Bid; ...@@ -8,19 +8,6 @@ use common\modules\bids\models\Bid;
use common\modules\bids\models\BidFile; use common\modules\bids\models\BidFile;
?> ?>
<style type="text/css">
@media only screen and (max-device-width: 640px) {
table[width="600"] {
width: 440px !important;
}
}
@media only screen and (max-device-width: 480px) {
table[width="600"] {
width: 320px !important;
}
}
</style>
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0"> <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td valign="top" align="center" background=""> <td valign="top" align="center" background="">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment