Ticket #17324: nav-menu-port-fix.diff
| File nav-menu-port-fix.diff, 19.5 KB (added by , 15 years ago) |
|---|
-
wp-admin/css/colors-classic.dev.css
797 797 798 798 #user_info:hover, 799 799 #user_info.active { 800 color: # 222;800 color: #185069; 801 801 } 802 802 803 803 #user_info.active { 804 background-color: #f 1f1f1; /* Fallback */804 background-color: #f7fcfe; /* Fallback */ 805 805 background-image: -ms-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* IE10 */ 806 806 background-image: -moz-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Firefox */ 807 807 background-image: -o-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Opera */ 808 808 background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#f9f9f9)); /* old Webkit */ 809 809 background-image: -webkit-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* new Webkit */ 810 810 background-image: linear-gradient(bottom, #f7fcfe, #f9f9f9); /* proposed W3C Markup */ 811 border-color: # aaa #aaa#d0dfe9;811 border-color: #d0dfe9 #d0dfe9 #d0dfe9; 812 812 } 813 813 814 814 #user_info_arrow { … … 827 827 } 828 828 829 829 #user_info_links ul { 830 background: #f 1f1f1;831 border-color: # ccc #aaa #aaa;830 background: #f7fcfe; 831 border-color: #d0dfe9 #d0dfe9 #d0dfe9; 832 832 -moz-box-shadow: inset 0 1px 0 #f9f9f9; 833 833 -webkit-box-shadow: inset 0 1px 0 #f9f9f9; 834 834 box-shadow: inset 0 1px 0 #f9f9f9; 835 835 } 836 836 837 837 #user_info_links li:hover { 838 background-color: # dfdfdf;838 background-color: #ECF8FE; 839 839 } 840 840 841 841 #user_info_links li:hover a, … … 912 912 #poststuff .wp_themeSkin .mceStatusbar { 913 913 border-color: #d0dfe9; 914 914 } 915 915 916 #poststuff .wp_themeSkin .mceStatusbar * { 916 917 color: #555; 917 918 } … … 946 947 .wp_themeSkin table.mceLayout { 947 948 border-color: #bed1dd #bed1dd #d0dfe9; 948 949 } 950 949 951 #editorcontainer #content, 950 952 #editorcontainer .wp_themeSkin .mceIframeContainer { 951 953 -moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); … … 1357 1359 color: #5A8FAD; 1358 1360 } 1359 1361 #collapse-button { 1360 border-color: # A0C3D5;1361 background-color: # f4f4f4; /* Fallback */1362 background-image: -ms-linear-gradient(bottom, # b0c8d7, #fff); /* IE10 */1363 background-image: -moz-linear-gradient(bottom, # b0c8d7, #fff); /* Firefox */1364 background-image: -o-linear-gradient(bottom, # b0c8d7, #fff); /* Opera */1365 background-image: -webkit-gradient(linear, left bottom, left top, from(# b0c8d7), to(#fff)); /* old Webkit */1366 background-image: -webkit-linear-gradient(bottom, # b0c8d7, #fff); /* new Webkit */1367 background-image: linear-gradient(bottom, # b0c8d7, #fff); /* proposed W3C Markup */1362 border-color: #d0dfe9; 1363 background-color: #eff8ff; /* Fallback */ 1364 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */ 1365 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */ 1366 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */ 1367 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */ 1368 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */ 1369 background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */ 1368 1370 } 1369 1371 #collapse-menu:hover #collapse-button { 1370 border-color: # aaa;1372 border-color: #A0C3D5; 1371 1373 } 1372 1374 #collapse-button div { 1373 1375 background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px; … … 1912 1914 .sidebar-name-arrow { 1913 1915 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 1914 1916 } 1917 1915 1918 .sidebar-name:hover .sidebar-name-arrow { 1916 1919 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; 1917 1920 } … … 1966 1969 background-image: linear-gradient(bottom, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 1967 1970 } 1968 1971 1972 /* added from nav-menu.css */ 1973 #menu-management .menu-edit { 1974 border-color: #d0dfe9; 1975 } 1976 1977 #post-body { 1978 background: #f7fcfe; 1979 border-color: #fff; 1980 border-color: #d0dfe9; 1981 } 1982 1983 #nav-menu-header { 1984 border-bottom-color: #dfdfdf; 1985 } 1986 1987 #nav-menu-footer { 1988 border-top-color: #fff; 1989 } 1990 1991 #menu-management .nav-tabs-arrow a { 1992 color: #C1C1C1; 1993 } 1994 1995 #menu-management .nav-tabs-arrow a:hover { 1996 color: #D54E21; 1997 } 1998 1999 #menu-management .nav-tabs-arrow a:active { 2000 color: #464646; 2001 } 2002 2003 #menu-management .nav-tab-active { 2004 border-color: #dfdfdf; 2005 } 2006 2007 #menu-management .nav-tab { 2008 background: #f7fcfe; 2009 border-color: #d0dfe9; 2010 } 2011 2012 .js .input-with-default-title { 2013 color: #aaa; 2014 } 2015 2016 #cancel-save { 2017 color: #ff0000; 2018 } 2019 2020 #cancel-save:hover { 2021 background-color: #FF0000; 2022 color: #fff; 2023 } 2024 2025 .list-container { 2026 border-color: #DFDFDF; 2027 } 2028 2029 .menu-item-handle { 2030 border-color: #dfdfdf; 2031 } 2032 2033 .menu li.deleting .menu-item-handle { 2034 background-color: #f66; 2035 text-shadow: #ccc; 2036 } 2037 2038 .item-type { /* Menu item controls */ 2039 color: #999999; 2040 } 2041 2042 .item-controls .menu-item-delete:hover { 2043 color: #ff0000; 2044 } 2045 2046 .item-edit { 2047 background: transparent url(../images/arrows.png) no-repeat 8px 10px; 2048 border-bottom-color: #eee; 2049 } 2050 2051 .item-edit:hover { 2052 background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px; 2053 } 2054 2055 .menu-item-settings { /* Menu editing */ 2056 background: #f4f4f4; 2057 border-color: #dfdfdf; 2058 } 2059 2060 .link-to-original { 2061 color: #777; 2062 border-color: #dfdfdf; 2063 } 2064 2065 #cancel-save:hover { 2066 color: #fff !important; 2067 } 2068 2069 #update-menu-item { 2070 color: #fff !important; 2071 } 2072 2073 #update-menu-item:hover, 2074 #update-menu-item:active, 2075 #update-menu-item:focus { 2076 color: #eaf2fa !important; 2077 border-color: #13455b !important; 2078 } 2079 2080 .submitbox .submitcancel { 2081 color: #21759B; 2082 border-bottom-color: #21759B; 2083 } 2084 2085 .submitbox .submitcancel:hover { 2086 background: #21759B; 2087 color: #fff; 2088 } 2089 /* end added from nav-menu.css */ 2090 1969 2091 #menu-management .nav-tab-active, 1970 2092 .menu-item-handle, 1971 2093 .menu-item-settings { … … 1973 2095 -webkit-box-shadow: inset 0 1px 0 #fff; 1974 2096 box-shadow: inset 0 1px 0 #fff; 1975 2097 } 1976 2098 1977 2099 #menu-management .nav-tab-active { 1978 2100 background: #eff8ff; 1979 2101 border-bottom-color: #eff8ff; -
wp-admin/css/colors-fresh.dev.css
912 912 #poststuff .wp_themeSkin .mceStatusbar { 913 913 border-color: #dfdfdf; 914 914 } 915 915 916 #poststuff .wp_themeSkin .mceStatusbar * { 916 917 color: #555; 917 918 } … … 946 947 .wp_themeSkin table.mceLayout { 947 948 border-color: #ccc #ccc #dfdfdf; 948 949 } 950 949 951 #editorcontainer #content, 950 952 #editorcontainer .wp_themeSkin .mceIframeContainer { 951 953 -moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); … … 1912 1914 .sidebar-name-arrow { 1913 1915 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 1914 1916 } 1917 1915 1918 .sidebar-name:hover .sidebar-name-arrow { 1916 1919 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 1917 1920 } … … 1966 1969 background-image: linear-gradient(bottom, #e9e9e9, #f4f4f4); /* proposed W3C Markup */ 1967 1970 } 1968 1971 1972 /* added from nav-menu.css */ 1973 #menu-management .menu-edit { 1974 border-color: #dfdfdf; 1975 } 1976 1977 #post-body { 1978 background: #fcfcfc; 1979 border-color: #fff; 1980 border-color: #dfdfdf; 1981 } 1982 1983 #nav-menu-header { 1984 border-bottom-color: #dfdfdf; 1985 } 1986 1987 #nav-menu-footer { 1988 border-top-color: #fff; 1989 } 1990 1991 #menu-management .nav-tabs-arrow a { 1992 color: #C1C1C1; 1993 } 1994 1995 #menu-management .nav-tabs-arrow a:hover { 1996 color: #D54E21; 1997 } 1998 1999 #menu-management .nav-tabs-arrow a:active { 2000 color: #464646; 2001 } 2002 2003 #menu-management .nav-tab-active { 2004 border-color: #dfdfdf; 2005 } 2006 2007 #menu-management .nav-tab { 2008 background: #f9f9f9; 2009 border-color: #dfdfdf; 2010 } 2011 2012 .js .input-with-default-title { 2013 color: #aaa; 2014 } 2015 2016 #cancel-save { 2017 color: #ff0000; 2018 } 2019 2020 #cancel-save:hover { 2021 background-color: #FF0000; 2022 color: #fff; 2023 } 2024 2025 .list-container { 2026 border-color: #DFDFDF; 2027 } 2028 2029 .menu-item-handle { 2030 border-color: #dfdfdf; 2031 } 2032 2033 .menu li.deleting .menu-item-handle { 2034 background-color: #f66; 2035 text-shadow: #ccc; 2036 } 2037 2038 .item-type { /* Menu item controls */ 2039 color: #999999; 2040 } 2041 2042 .item-controls .menu-item-delete:hover { 2043 color: #ff0000; 2044 } 2045 2046 .item-edit { 2047 background: transparent url(../images/arrows.png) no-repeat 8px 10px; 2048 border-bottom-color: #eee; 2049 } 2050 2051 .item-edit:hover { 2052 background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px; 2053 } 2054 2055 .menu-item-settings { /* Menu editing */ 2056 background: #f4f4f4; 2057 border-color: #dfdfdf; 2058 } 2059 2060 .link-to-original { 2061 color: #777; 2062 border-color: #dfdfdf; 2063 } 2064 2065 #cancel-save:hover { 2066 color: #fff !important; 2067 } 2068 2069 #update-menu-item { 2070 color: #fff !important; 2071 } 2072 2073 #update-menu-item:hover, 2074 #update-menu-item:active, 2075 #update-menu-item:focus { 2076 color: #eaf2fa !important; 2077 border-color: #13455b !important; 2078 } 2079 2080 .submitbox .submitcancel { 2081 color: #21759B; 2082 border-bottom-color: #21759B; 2083 } 2084 2085 .submitbox .submitcancel:hover { 2086 background: #21759B; 2087 color: #fff; 2088 } 2089 /* end added from nav-menu.css */ 2090 1969 2091 #menu-management .nav-tab-active, 1970 2092 .menu-item-handle, 1971 2093 .menu-item-settings { -
wp-admin/css/nav-menu.dev.css
59 59 } 60 60 61 61 #menu-management .menu-edit { 62 border: 1px solid #dfdfdf;62 border: 1px solid; 63 63 -moz-border-radius: 3px; 64 64 -webkit-border-radius: 3px; 65 65 -khtml-border-radius: 3px; … … 68 68 } 69 69 70 70 #post-body { 71 background: #fcfcfc;72 71 padding: 10px; 73 border-top: 1px solid #fff;74 border-bottom: 1px solid #dfdfdf;72 border-top: 1px solid; 73 border-bottom: 1px solid; 75 74 } 76 75 77 76 #nav-menu-header, … … 80 79 } 81 80 82 81 #nav-menu-header { 83 border-bottom: 1px solid #dfdfdf;82 border-bottom: 1px solid; 84 83 } 85 84 86 85 #nav-menu-footer { 87 border-top: 1px solid #fff;86 border-top: 1px solid; 88 87 } 89 88 90 89 #post-body div.updated { … … 115 114 font-size: 18px; 116 115 text-shadow: 0 1px 0 #fff; 117 116 } 118 #menu-management .nav-tabs-arrow a { color: #C1C1C1; } 119 #menu-management .nav-tabs-arrow a:hover { color: #D54E21; } 120 #menu-management .nav-tabs-arrow a:active { color: #464646; } 121 #menu-management .nav-tabs-arrow-left { 117 118 #menu-management .nav-tabs-arrow a:hover{ 119 } 120 121 #menu-management .nav-tabs-arrow a:active { 122 } 123 124 #menu-management .nav-tabs-arrow-left { 122 125 left: 0; 123 } 124 #menu-management .nav-tabs-arrow-right { 126 } 127 128 #menu-management .nav-tabs-arrow-right { 125 129 right: 0; 126 130 text-align: right; 127 }131 } 128 132 129 130 133 #menu-management .nav-tabs-wrapper { 131 134 width: 100%; 132 135 height: 28px; … … 138 141 padding-left: 20px; 139 142 padding-right: 10px; 140 143 } 144 141 145 .js #menu-management .nav-tabs { 142 146 float: left; 143 147 margin-left: 0px; … … 146 150 147 151 #menu-management .nav-tab { 148 152 margin-bottom: 0; 149 background: #f9f9f9;150 border-color: #dfdfdf;151 153 font-size: 14px; 152 154 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 153 155 } 154 156 155 #menu-management .nav-tab-active {156 border-color: #dfdfdf;157 }158 157 159 158 #select-nav-menu-container { 160 159 text-align: right; 161 160 padding: 0 10px 3px 10px; 162 161 margin-bottom: 5px; 163 162 } 164 #select-nav-menu {165 width: 100px;166 display: inline;167 }168 163 164 #select-nav-menu { 165 width: 100px; 166 display: inline; 167 } 168 169 169 #menu-name-label { 170 170 margin-top: -2px; 171 171 } … … 174 174 display: block; 175 175 float:left; 176 176 } 177 177 178 #wpbody .open-label span { 178 179 padding-right: 10px; 179 180 } 180 181 181 .js .input-with-default-title { 182 color: #aaa; 183 font-style: italic; 184 } 182 .js .input-with-default-title { 183 font-style: italic; 184 } 185 185 186 #menu-management .inside { padding: 0 10px; } 186 #menu-management .inside { 187 padding: 0 10px; 188 } 187 189 188 190 /* Add Menu Item Boxes */ 189 191 .postbox .howto input { 190 192 width: 180px; 191 193 float: right; 192 194 } 195 193 196 .customlinkdiv .howto input { 194 197 width: 200px; 195 198 } 199 196 200 #nav-menu-theme-locations .howto select { 197 201 width: 100%; 198 202 } 203 199 204 #nav-menu-theme-locations .button-controls { 200 205 text-align: right; 201 206 } 207 202 208 .add-menu-item-view-all { 203 209 height: 400px; 204 210 } 205 211 206 212 /* Button Primary Actions */ 207 #menu-container .submit { margin: 0px 0px 10px; padding: 0px; } 213 #menu-container .submit { 214 margin: 0px 0px 10px; 215 padding: 0px; 216 } 208 217 209 218 .meta-sep, 210 219 .submitdelete, … … 215 224 margin: 4px 0; 216 225 line-height: 15px; 217 226 } 227 218 228 .meta-sep { 219 229 padding: 0 2px; 220 230 } 221 231 222 232 #cancel-save { 223 color: #ff0000;224 233 text-decoration: underline; 225 234 font-size: 12px; 226 235 margin-left: 20px; 227 236 margin-top: 5px; 228 237 } 229 #cancel-save:hover {230 background-color: #FF0000;231 color: #fff;232 }233 238 234 239 /* Button Secondary Actions */ 235 240 .list-controls { 236 241 float: left; 237 242 margin-top: 5px; 238 243 } 244 239 245 .add-to-menu { 240 246 float: right; 241 247 } … … 249 255 clear:both; 250 256 margin: 10px 0; 251 257 } 252 .show-all, .hide-all { cursor: pointer; }253 .hide-all { display: none; }254 258 259 .show-all, .hide-all { 260 cursor: pointer; 261 } 262 263 .hide-all { 264 display: none; 265 } 266 255 267 /* Create Menu */ 256 #menu-name { width: 270px; } 257 #manage-menu .inside { padding: 0px 0px; } 268 #menu-name { 269 width: 270px; 270 } 258 271 272 #manage-menu .inside { 273 padding: 0px 0px; 274 } 275 259 276 /* Custom Links */ 260 #available-links dt { display: block; } 261 #add-custom-link .howto { font-size: 12px; } 262 #add-custom-link label span { display: block; float: left; margin-top: 5px; padding-right: 5px; } 263 .menu-item-textbox { width: 180px; } 264 .howto span { margin-top: 4px; display: block; float: left; } 277 #available-links dt { 278 display: block; 279 } 265 280 281 #add-custom-link .howto { 282 font-size: 12px; 283 } 284 285 #add-custom-link label span { 286 display: block; 287 float: left; 288 margin-top: 5px; 289 padding-right: 5px; 290 } 291 292 .menu-item-textbox { 293 width: 180px; 294 } 295 296 .howto span { 297 margin-top: 4px; 298 display: block; 299 float: left; 300 } 301 266 302 /* Menu item types */ 267 .quick-search { width: 190px; } 268 .list-wrap { display: none; clear: both; margin-bottom: 10px; } 269 .list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 3px; } 270 .postbox p.submit { margin-bottom: 0; } 303 .quick-search { 304 width: 190px; 305 } 271 306 307 .list-wrap { 308 display: none; 309 clear: both; 310 margin-bottom: 10px; 311 } 312 313 .list-container { 314 max-height: 200px; 315 overflow-y: auto; 316 padding: 10px 10px 5px; 317 border: 1px solid; 318 -moz-border-radius: 3px; 319 } 320 321 .postbox p.submit { 322 margin-bottom: 0; 323 } 324 272 325 /* Listings */ 273 .list li { display: none; margin: 0; margin-bottom: 5px; } 326 .list li { 327 display: none; 328 margin: 0; 329 margin-bottom: 5px; 330 } 274 331 275 .list li .menu-item-title { cursor: pointer; display: block; } 276 .list li .menu-item-title input { margin-right: 3px; margin-top: -3px; } 332 .list li .menu-item-title { 333 cursor: pointer; 334 display: block; 335 } 277 336 337 .list li .menu-item-title input { 338 margin-right: 3px; 339 margin-top: -3px; 340 } 341 278 342 /* Nav Menu */ 279 #menu-container .inside { padding-bottom: 10px; } 343 #menu-container .inside { 344 padding-bottom: 10px; 345 } 280 346 281 347 .menu { 282 348 padding-top:1em; … … 289 355 .menu ul { 290 356 width: 100%; 291 357 } 358 292 359 .menu ul.sub-menu { 293 360 } 361 294 362 .menu li { 295 363 margin-bottom: 0; 296 364 position:relative; 297 365 } 366 298 367 .menu-item-bar { 299 368 clear:both; 300 369 line-height:1.5em; 301 370 position:relative; 302 371 margin-top: 13px; 303 372 } 373 304 374 .menu-item-handle { 305 375 border: 1px solid #dfdfdf; 306 376 position: relative; … … 316 386 -moz-border-radius: 3px; 317 387 -khtml-border-radius: 3px; 318 388 } 389 319 390 .menu-item-edit-active .menu-item-handle { 320 391 -moz-border-radius: 3px 3px 0 0; 321 392 -webkit-border-bottom-right-radius: 0; … … 325 396 border-bottom-right-radius: 0; 326 397 border-bottom-left-radius: 0; 327 398 } 399 328 400 .no-js .menu-item-edit-active .item-edit { 329 401 display: none; 330 402 } 403 331 404 .js .menu-item-handle { 332 405 cursor: move; 333 406 } 407 334 408 .menu li.deleting .menu-item-handle { 335 background-color: #f66;336 409 background-image: none; 337 text-shadow: 0 0 0 #ccc;410 text-shadow: 0 0 0; 338 411 } 339 412 340 413 .menu-item-handle .item-title { … … 350 423 li.menu-item.ui-sortable-helper dl { 351 424 margin-top: 0; 352 425 } 353 li.menu-item.ui-sortable-helper .menu-item-transport dl { 426 427 li.menu-item.ui-sortable-helper .menu-item-transport dl { 354 428 margin-top: 13px; 355 } 429 } 430 356 431 .menu .sortable-placeholder { 357 432 height: 35px; 358 433 width: 410px; … … 402 477 /* Menu item controls */ 403 478 .item-type { 404 479 font-size: 12px; 405 color: #999999;406 480 padding-right: 10px; 407 481 } 408 .item-controls { font-size: 12px; position: absolute; right: 20px; top: -1px; } 409 .item-controls a { text-decoration: none; } 410 .item-controls a:hover { cursor: pointer; } 411 .item-controls .item-order { padding-right: 10px;} 482 483 .item-controls { 484 font-size: 12px; 485 position: absolute; 486 right: 20px; 487 top: -1px; 488 } 489 490 .item-controls a { 491 text-decoration: none; 492 } 493 494 .item-controls a:hover { 495 cursor: pointer; 496 } 497 498 .item-controls .item-order { 499 padding-right: 10px; 500 } 501 412 502 .item-controls .item-order a { 413 503 font-weight:bold; 414 504 } … … 417 507 display:none; 418 508 } 419 509 420 .item-controls .menu-item-delete:hover { color: #ff0000; } 510 .item-controls .menu-item-delete:hover { 511 } 421 512 422 513 .item-edit { 423 background: transparent url(../images/arrows.png) no-repeat 8px 10px;424 514 position: absolute; 425 515 right: -20px; 426 516 top: 0; … … 429 519 height: 36px; 430 520 overflow: hidden; 431 521 text-indent:-999em; 432 border-bottom: 1px solid #eee;522 border-bottom: 1px solid; 433 523 -moz-border-radius-bottomleft: 3px; 434 524 -webkit-border-bottom-left-radius: 3px; 435 525 -khtml-border-bottom-left-radius: 3px; 436 526 border-bottom-left-radius: 3px; 437 527 } 528 438 529 .item-edit:hover { 439 background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;440 530 } 441 531 442 532 /* Menu editing */ 443 533 .menu-instructions-inactive { 444 534 display: none; 445 535 } 536 446 537 .menu-item-settings { 447 background: #f4f4f4;448 538 display:block; 449 539 width: 400px; 450 540 padding: 10px 0 10px 10px; 451 border: solid #dfdfdf;541 border: solid; 452 542 border-width: 0 1px 1px 1px; 453 543 -moz-border-radius: 0 0 3px 3px; 454 544 -webkit-border-bottom-right-radius: 3px; … … 456 546 -khtml-border-bottom-right-radius: 3px; 457 547 -khtml-border-bottom-left-radius: 3px; 458 548 } 549 459 550 .menu-item-edit-active .menu-item-settings { 460 551 display:block; 461 552 } … … 474 565 margin: 0 0 10px; 475 566 padding: 3px 5px 5px; 476 567 font-size: 12px; 477 color: #777;478 568 font-style: italic; 479 border: 1px solid #dfdfdf;569 border: 1px solid; 480 570 border-radius: 3px; 481 571 -webkit-border-radius: 3px; 482 572 -moz-border-radius: 3px; 483 573 -khtml-border-radius: 3px; 484 574 } 485 .link-to-original a { 575 576 .link-to-original a { 486 577 padding-left: 4px; 487 578 font-style: normal; 488 }579 } 489 580 490 581 .hidden-field { 491 582 display: none; … … 496 587 margin-right: 10px; 497 588 float: left; 498 589 } 590 499 591 .description-thin { 500 592 width: 190px; 501 593 height: 40px; 502 594 } 595 503 596 .description-wide { 504 597 width: 390px; 505 598 } … … 508 601 padding-top: 15px; 509 602 } 510 603 511 #cancel-save { cursor: pointer; } 512 #cancel-save:hover { color: #fff !important; } 513 #update-menu-item { color: #fff !important; } 604 #cancel-save { 605 cursor: pointer; 606 } 607 608 #cancel-save:hover { 609 } 610 611 #update-menu-item { 612 } 613 514 614 #update-menu-item:hover, 515 615 #update-menu-item:active, 516 #update-menu-item:focus { color: #eaf2fa !important; border-color: #13455b !important; } 616 #update-menu-item:focus { 617 } 517 618 518 619 /* Major/minor publishing actions (classes) */ 519 620 .major-publishing-actions { 520 621 clear:both; 521 622 padding: 3px 0 5px; 522 623 } 624 523 625 .major-publishing-actions .publishing-action { 524 626 text-align: right; 525 627 float: right; 526 628 line-height: 23px; 527 629 margin: 5px 0 1px; 528 630 } 631 529 632 .major-publishing-actions .delete-action { 530 633 vertical-align: middle; 531 634 text-align: left; … … 533 636 padding-right: 15px; 534 637 margin-top: 5px; 535 638 } 639 536 640 .menu-name-label span, .auto-add-pages label { 537 641 font-size: 12px; 538 642 font-style: normal; 539 643 } 644 540 645 .menu-name-label { 541 646 margin-right: 15px; 542 647 } 648 543 649 .auto-add-pages input { 544 650 margin-top: 0; 545 651 } 652 546 653 .auto-add-pages { 547 654 margin-top: 4px; 548 655 float: left; 549 656 } 657 550 658 .submitbox .submitcancel { 551 color: #21759B; 552 border-bottom: 1px solid #21759B; 659 border-bottom: 1px solid; 553 660 padding: 1px 2px; 554 661 text-decoration: none; 555 662 } 663 556 664 .submitbox .submitcancel:hover { 557 background: #21759B;558 color: #fff;559 665 } 560 666 561 667 .major-publishing-actions .form-invalid { … … 583 689 height: 0; 584 690 visibility: hidden; 585 691 } 586 #nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; } 692 693 #nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { 694 display: block; 695 }