Changeset 27496
- Timestamp:
- 03/11/2014 03:35:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r27495 r27496 891 891 background-color: #fff; 892 892 width: 600px; 893 height: 250px; 893 894 overflow: hidden; 894 895 margin-left: -300px; 896 margin-top: -125px; 895 897 position: fixed; 896 top: 30px; 897 top: calc(50% - 130px); 898 bottom: 30px; 899 bottom: calc(50% - 130px); 900 max-height: 260px; 898 top: 50%; 901 899 left: 50%; 902 900 z-index: 100105; … … 922 920 923 921 #wp-link-wrap.search-panel-visible { 924 max-height: 500px; 925 top: calc(50% - 250px); 926 bottom: calc(50% - 250px); 922 height: 500px; 923 margin-top: -250px; 927 924 } 928 925 … … 969 966 970 967 #link-selector { 971 padding: 0 16px 5 2px;968 padding: 0 16px 50px; 972 969 } 973 970 … … 1008 1005 1009 1006 #wp-link #link-options { 1010 padding: 10px 0 14px;1007 padding: 8px 0 14px; 1011 1008 } 1012 1009 … … 1171 1168 } 1172 1169 1173 @media screen and ( max-width: 782px ), ( max-height: 440px ) {1170 @media screen and ( max-width: 782px ), ( max-height: 520px ) { 1174 1171 1175 1172 #wp-link-wrap, 1176 1173 #wp-link-wrap.search-panel-visible { 1177 1174 width: auto; 1175 height: auto; 1178 1176 margin: 0; 1179 1177 top: 10px;
Note: See TracChangeset
for help on using the changeset viewer.