Ticket #4855: 4855.patch
File 4855.patch, 1.1 KB (added by , 13 years ago) |
---|
-
_source/skins/v2/richcombo.css
62 62 float: left; 63 63 64 64 line-height: 24px; 65 height: 24px; 66 65 height: 22px; 67 66 vertical-align: top; 68 67 padding-left: 4px; 69 68 padding-right: 5px; … … 94 93 { 95 94 border: 1px solid #8f8f73; 96 95 background-color: #fff; 97 height: 1 4px;96 height: 12px; 98 97 width:60px; 99 98 padding-top: 4px; 100 99 padding-bottom: 4px; … … 144 143 border-top: 1px solid #8f8f73; 145 144 border-bottom: 1px solid #8f8f73; 146 145 width: 14px; 147 height: 2 2px;146 height: 20px; 148 147 } 149 148 150 149 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton -
_source/skins/v2/toolbar.css
133 133 background-repeat: no-repeat; 134 134 margin: 4px 2px 0 2px; 135 135 width: 3px; 136 height: 16px;136 height: 20px; 137 137 float: left; 138 138 } 139 139