Add ru_RU CSS. see #19603.

git-svn-id: https://develop.svn.wordpress.org/trunk@19826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-04 00:58:09 +00:00
parent da65af69e2
commit d20d0ed48f
1 changed files with 33 additions and 1 deletions

View File

@ -7869,4 +7869,36 @@ a.widget-control-edit {
.locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }
/* zh_CN: Enlarge font-size. */
.locale-zh-cn #sort-buttons { font-size: 1em !important; }
.locale-zh-cn #sort-buttons { font-size: 1em !important; }
/* ru_RU: Text needs more room to breathe. */
.locale-ru-ru #dashboard_quick_press .input-text-wrap,
.locale-ru-ru #dashboard_quick_press .textarea-wrap,
.locale-ru-ru #dashboard_quick_press .wp-media-buttons {
margin-left: 5.7em; /* default 5em + 0.7em */
}
.locale-ru-ru #dashboard_quick_press h4 {
width: 5.7em; /* default 5.5em + 0.2em */
}
.locale-ru-ru #dashboard-widgets #dashboard_quick_press form p.submit {
margin-left: 5.3em; /* default 4.6em + 0.7em */
}
.locale-ru-ru .inline-edit-row fieldset label span.title {
width: auto; /* default 5em */
min-width: 5em;
}
.locale-ru-ru .feature-filter .feature-group li {
width: 145px;
}
.locale-ru-ru .press-this .posting {
margin-right: 257px; /* default 212px + 45px */
}
.locale-ru-ru .press-this #photo-add-url-div input[type="text"] {
width: 255px; /* default 300px - 45px */
}
.locale-ru-ru .press-this #side-sortables {
width: 245px; /* default 200px + 45px */
}
.locale-ru-ru .pressthis a {
width: 143px; /* default 113px + 30px */
}