| xqd
@@ -0,0 +1,31 @@
|
|
|
+@media (min-width:1366px)
|
|
|
+{
|
|
|
+ .edui-notadd .edui-for-insertimage .edui-dialog-content {
|
|
|
+ width: 1200px !important;
|
|
|
+ height: 600px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width:1000px) and (max-width:1365px)
|
|
|
+{
|
|
|
+ .edui-notadd .edui-for-insertimage .edui-dialog-content {
|
|
|
+ width: 900px !important;
|
|
|
+ height: 600px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width:768px) and (max-width:999px)
|
|
|
+{
|
|
|
+ .edui-notadd .edui-for-insertimage .edui-dialog-content {
|
|
|
+ width: 700px !important;
|
|
|
+ height: 400px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width:768px)
|
|
|
+{
|
|
|
+ .edui-notadd .edui-for-insertimage .edui-dialog-content {
|
|
|
+ width: 500px !important;
|
|
|
+ height: 400px !important;
|
|
|
+ }
|
|
|
+}
|