Commit e573677d authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent 395e0d63
......@@ -8,6 +8,21 @@ use common\modules\bids\models\Bid;
use common\modules\bids\models\BidFile;
?>
<style type="text/css">
@media only screen and (max-device-width: 640px) {
table[class=width270],
table[class=hide] {
width: 440px !important;
}
}
@media only screen and (max-device-width: 480px) {
table[class=width270],
table[class=hide] {
width: 320px !important;
}
}
</style>
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<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