Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_iequirks.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 26 26 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 27 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 28 }29 .cke_browser_gecko19 .cke_dialog_body30 {31 position: relative;32 28 } 33 29 .cke_dialog strong … … 215 211 background-image: url(images/close.png); 216 212 background-repeat: no-repeat; 217 background-position: 0 0;213 background-position: 50%; 218 214 position: absolute; 219 215 cursor: pointer; … … 223 219 top: 5px; 224 220 z-index: 5; 225 } 226 .cke_hidpi .cke_dialog_close_button { 221 opacity: 0.8; 222 filter: alpha(opacity = 80); 223 } 224 .cke_dialog_close_button:hover 225 { 226 opacity: 1; 227 filter: alpha(opacity = 100); 228 } 229 .cke_hidpi .cke_dialog_close_button 230 { 227 231 background-image: url(images/hidpi/close.png); 228 232 background-size: 16px; … … 352 356 *display: inline; 353 357 *zoom: 1; 354 padding: 3px 0;358 padding: 4px 0; 355 359 margin: 0; 356 360 text-align: center; … … 377 381 span.cke_dialog_ui_button 378 382 { 379 padding: 0 1 2px;383 padding: 0 10px; 380 384 } 381 385 a.cke_dialog_ui_button:hover … … 420 424 font-size: 12px; 421 425 font-weight: bold; 422 line-height: 20px; 426 line-height: 18px; 427 padding: 0 12px; 423 428 } 424 429 a.cke_dialog_ui_button_ok … … 464 469 { 465 470 border-width: 2px; 466 padding: 2px 0;471 padding: 3px 0; 467 472 } 468 473 a.cke_dialog_ui_button_ok:focus, … … 491 496 select.cke_dialog_ui_input_select 492 497 { 493 height: 2 4px;494 line-height: 2 4px;498 height: 25px; 499 line-height: 25px; 495 500 background-color: #fff; 496 501 border: 1px solid #c9cccf; 497 502 border-top-color: #aeb3b9; 498 padding: 2px 6px;503 padding: 3px 3px 3px 6px; 499 504 outline: none; 500 505 -moz-border-radius: 3px;
Note: See TracChangeset
for help on using the changeset viewer.