File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ a.cke_dialog_ui_button
577
577
* display : inline;
578
578
* zoom : 1 ;
579
579
580
- padding : 3 px 0 ;
580
+ padding : 4 px 0 ;
581
581
margin : 0 ;
582
582
583
583
text-align : center;
@@ -609,7 +609,7 @@ a.cke_dialog_ui_button
609
609
610
610
span .cke_dialog_ui_button
611
611
{
612
- padding : 0 12 px ;
612
+ padding : 0 10 px ;
613
613
}
614
614
615
615
a .cke_dialog_ui_button : hover
@@ -667,7 +667,8 @@ a.cke_dialog_ui_button[style*="width"]
667
667
color : inherit;
668
668
font-size : 12px ;
669
669
font-weight : bold;
670
- line-height : 20px ;
670
+ line-height : 18px ;
671
+ padding : 0 12px ;
671
672
}
672
673
673
674
/* Special class appended to the Ok button. */
@@ -723,7 +724,7 @@ a.cke_dialog_ui_button_cancel:focus,
723
724
a .cke_dialog_ui_button_cancel : active
724
725
{
725
726
border-width : 2px ;
726
- padding : 2 px 0 ;
727
+ padding : 3 px 0 ;
727
728
}
728
729
729
730
a .cke_dialog_ui_button_ok : focus ,
@@ -762,13 +763,13 @@ div.cke_dialog_ui_input_select
762
763
763
764
select .cke_dialog_ui_input_select
764
765
{
765
- height : 24 px ;
766
- line-height : 24 px ;
766
+ height : 25 px ;
767
+ line-height : 25 px ;
767
768
768
769
background-color : # fff ;
769
770
border : 1px solid # c9cccf ;
770
771
border-top-color : # aeb3b9 ;
771
- padding : 2 px 6px ;
772
+ padding : 3 px 3 px 3 px 6px ;
772
773
773
774
outline : none;
774
775
You can’t perform that action at this time.
0 commit comments