| | 2868 | @media only screen and (max-width: 680px) { |
| | 2869 | .edit-attachment-frame .attachment-fields .setting input[type="text"], |
| | 2870 | .edit-attachment-frame .attachment-fields .setting input[type="password"], |
| | 2871 | .edit-attachment-frame .attachment-fields .setting input[type="number"], |
| | 2872 | .edit-attachment-frame .attachment-fields .setting input[type="search"], |
| | 2873 | .edit-attachment-frame .attachment-fields .setting input[type="email"], |
| | 2874 | .edit-attachment-frame .attachment-fields .setting input[type="url"], |
| | 2875 | .edit-attachment-frame .attachment-fields .setting textarea, |
| | 2876 | .edit-attachment-frame .attachment-fields .setting .value { |
| | 2877 | float: none; |
| | 2878 | width: 100%; |
| | 2879 | } |
| | 2880 | .edit-attachment-frame .attachment-fields .setting .name { |
| | 2881 | padding: 0; |
| | 2882 | text-align: left; |
| | 2883 | } |
| | 2884 | } |
| | 2885 | |