12345678910111213141516171819202122232425262728293031 |
- @media (min-width:1366px)
- {
- .edui-notadd .edui-for-insertimage .edui-dialog-content {
- width: 1200px !important;
- height: 500px !important;
- }
- }
- @media (min-width:1000px) and (max-width:1365px)
- {
- .edui-notadd .edui-for-insertimage .edui-dialog-content {
- width: 900px !important;
- height: 500px !important;
- }
- }
- @media (min-width:768px) and (max-width:999px)
- {
- .edui-notadd .edui-for-insertimage .edui-dialog-content {
- width: 700px !important;
- height: 300px !important;
- }
- }
- @media (max-width:768px)
- {
- .edui-notadd .edui-for-insertimage .edui-dialog-content {
- width: 500px !important;
- height: 300px !important;
- }
- }
|