Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie8.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 */ … … 25 25 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 26 26 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 }28 .cke_browser_gecko19 .cke_dialog_body29 {30 position: relative;31 27 } 32 28 .cke_dialog strong … … 214 210 background-image: url(images/close.png); 215 211 background-repeat: no-repeat; 216 background-position: 0 0;212 background-position: 50%; 217 213 position: absolute; 218 214 cursor: pointer; … … 222 218 top: 5px; 223 219 z-index: 5; 224 } 225 .cke_hidpi .cke_dialog_close_button { 220 opacity: 0.8; 221 filter: alpha(opacity = 80); 222 } 223 .cke_dialog_close_button:hover 224 { 225 opacity: 1; 226 filter: alpha(opacity = 100); 227 } 228 .cke_hidpi .cke_dialog_close_button 229 { 226 230 background-image: url(images/hidpi/close.png); 227 231 background-size: 16px; … … 351 355 *display: inline; 352 356 *zoom: 1; 353 padding: 3px 0;357 padding: 4px 0; 354 358 margin: 0; 355 359 text-align: center; … … 376 380 span.cke_dialog_ui_button 377 381 { 378 padding: 0 1 2px;382 padding: 0 10px; 379 383 } 380 384 a.cke_dialog_ui_button:hover … … 419 423 font-size: 12px; 420 424 font-weight: bold; 421 line-height: 20px; 425 line-height: 18px; 426 padding: 0 12px; 422 427 } 423 428 a.cke_dialog_ui_button_ok … … 463 468 { 464 469 border-width: 2px; 465 padding: 2px 0;470 padding: 3px 0; 466 471 } 467 472 a.cke_dialog_ui_button_ok:focus, … … 490 495 select.cke_dialog_ui_input_select 491 496 { 492 height: 2 4px;493 line-height: 2 4px;497 height: 25px; 498 line-height: 25px; 494 499 background-color: #fff; 495 500 border: 1px solid #c9cccf; 496 501 border-top-color: #aeb3b9; 497 padding: 2px 6px;502 padding: 3px 3px 3px 6px; 498 503 outline: none; 499 504 -moz-border-radius: 3px;
Note: See TracChangeset
for help on using the changeset viewer.