RTL friendly fonts from RanYanivHartstein. fixes #6616
git-svn-id: http://svn.automattic.com/wordpress/trunk@8327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -22,6 +22,10 @@ h3.dashboard-widget-title span {
|
||||
float: right;
|
||||
}
|
||||
|
||||
div.dashboard-widget-submit input {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
|
||||
#dashboard-widgets .widget_rss ul li a {
|
||||
float:right;
|
||||
font-weight:bold;
|
||||
@@ -63,7 +67,13 @@ div.dashboard-widget {
|
||||
#dashboard_secondary div.dashboard-widget-content ul li {
|
||||
float: right;
|
||||
}
|
||||
#dashboard_secondary div.dashboard-widget-content ul li .post {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
#dashboard_secondary div.dashboard-widget-content ul li a {
|
||||
border-right:0 none;
|
||||
border-left:1px solid #DADADA;
|
||||
}
|
||||
}
|
||||
#dashboard_secondary div.dashboard-widget-content ul li a cite {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
/* styles for use by people extending the WordPress interface */
|
||||
//* styles for use by people extending the WordPress interface */
|
||||
body, td { font-family: sans-serif; }
|
||||
|
||||
textarea, input, select { font-family: sans-serif; }
|
||||
|
||||
.alignleft { float: right; }
|
||||
.alignright { float: left; }
|
||||
|
||||
.textleft { text-align: right; }
|
||||
.textright { text-align: left; }
|
||||
|
||||
.wrap h2 { font-family: sans-serif; }
|
||||
|
||||
.widefat td {
|
||||
padding: 7px 10px 9px 15px;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
font-size: 11px;;
|
||||
font-size: 11px;
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
ul, ol {
|
||||
padding: 5px 22px 5px 5px;
|
||||
@@ -16,4 +17,10 @@ input {
|
||||
#admin_email {
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
}
|
||||
.submit input, .button, .button-secondary {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
h1 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
@@ -1,7 +1,10 @@
|
||||
body {
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
||||
font-family: sans-serif;
|
||||
direction: rtl;
|
||||
}
|
||||
#login form .submit input {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
form {
|
||||
margin-left:0;
|
||||
margin-right:8px;
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#template textarea {
|
||||
font-family: monospace !important;
|
||||
}
|
||||
#templateside {
|
||||
float:left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user