Commit 01f955af authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent e573677d
...@@ -10,14 +10,12 @@ use common\modules\bids\models\BidFile; ...@@ -10,14 +10,12 @@ use common\modules\bids\models\BidFile;
<style type="text/css"> <style type="text/css">
@media only screen and (max-device-width: 640px) { @media only screen and (max-device-width: 640px) {
table[class=width270], table[width="600"] {
table[class=hide] {
width: 440px !important; width: 440px !important;
} }
} }
@media only screen and (max-device-width: 480px) { @media only screen and (max-device-width: 480px) {
table[class=width270], table[width="600"] {
table[class=hide] {
width: 320px !important; width: 320px !important;
} }
} }
......
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