Hi,
some fieldsets are not responsive:
– editing form of the image-field (unlimited images): at a screen-width minor than 860px the decreasing stops
– editing form of the google-maps-field: at a screen-width minor than 460px the decreasing stops
– editing form of the link-field: at a screen-width minor than 460px the decreasing stops
but with firebug I can't see the css to change that.
Are there any special tricks to manage that?

Comments

mjohnq3’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

1) editing form of the image-field (unlimited images): at a screen-width minor than 860px the decreasing stops

This is caused by the "Sticky" Information Header which (somehow) has a minimum width of ~612 px. Other themes I've checked, including Adaptive Theme Admin, Corolla, and Shiny, have the same problem. This behavior is built into Drupal at the system level. We'll have to wait for Drupal 8 to solve this issue or until a fully responsive Admin theme for Drupal 7 appears.

2) editing form of the google-maps-field: at a screen-width minor than 460px the decreasing stops

Same problem as above; the module editing form isn't designed to be responsive, and isn't in the themes listed above.

3) editing form of the link-field: at a screen-width minor than 460px the decreasing stops
but with firebug I can't see the css to change that.

I can't duplicate that problem with Link Module v7.x-1.2. The form decreases below 460px but other elements may not.

Closing this - Works as Designed