This commit is contained in:
life
2014-05-07 13:06:24 +08:00
parent fac05a7b6c
commit 476ade10e7
1085 changed files with 259628 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
// ListBox
.mce-listbox button {
text-align: left;
padding-right: 20px;
position: relative;
}
.mce-listbox .mce-caret {
position: absolute;
margin-top: -2px;
right: 8px;
top: 50%;
}
// RTL
.mce-rtl .mce-listbox .mce-caret {
right: auto;
left: 8px;
}
.mce-rtl .mce-listbox button {
padding-right: 10px;
padding-left: 20px;
}