Changeset 27495
- Timestamp:
- 03/11/2014 02:35:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r27494 r27495 895 895 position: fixed; 896 896 top: 30px; 897 top: calc(50% - 130px); 898 bottom: 30px; 899 bottom: calc(50% - 130px); 900 max-height: 260px; 897 901 left: 50%; 898 902 z-index: 100105; … … 918 922 919 923 #wp-link-wrap.search-panel-visible { 920 bottom: 30px; 924 max-height: 500px; 925 top: calc(50% - 250px); 926 bottom: calc(50% - 250px); 921 927 } 922 928 … … 924 930 background: #fcfcfc; 925 931 border-bottom: 1px solid #dfdfdf; 926 height: 42px;927 font-size: 2 2px;932 height: 36px; 933 font-size: 20px; 928 934 font-weight: 600; 929 line-height: 41px;930 padding: 0 42px 0 16px;935 line-height: 36px; 936 padding: 0 36px 0 16px; 931 937 top: 0; 932 938 right: 0; … … 941 947 top: 0; 942 948 right: 0; 943 width: 42px;944 height: 42px;949 width: 36px; 950 height: 36px; 945 951 text-align: center; 946 952 } 947 953 948 954 #wp-link-close:before { 949 font: normal 20px/ 42px 'dashicons';955 font: normal 20px/36px 'dashicons'; 950 956 vertical-align: top; 951 957 speak: none; 952 958 -webkit-font-smoothing: antialiased; 953 959 -moz-osx-font-smoothing: grayscale; 954 width: 42px;955 height: 42px;960 width: 36px; 961 height: 36px; 956 962 content: '\f158'; 957 963 } … … 969 975 padding: 0 16px; 970 976 position: absolute; 971 top: 42px;977 top: 36px; 972 978 left: 0; 973 979 right: 0; … … 1149 1155 left: 0; 1150 1156 right: 0; 1157 } 1158 1159 #wp-link-cancel { 1160 line-height: 25px; 1151 1161 } 1152 1162
Note: See TracChangeset
for help on using the changeset viewer.