summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 06:59:29 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 06:59:29 +0000
commit746b24232696bd60a23de3f2f8ec056137b531b5 (patch)
treeebd5a9cdfe832d8dc01ce4b787ea06b340229151 /misc
parent7aa20d30d8e9f77075c4484dd96a3e9417f6212c (diff)
downloadbrdo-746b24232696bd60a23de3f2f8ec056137b531b5.tar.gz
brdo-746b24232696bd60a23de3f2f8ec056137b531b5.tar.bz2
- #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.
- (#15121) Improve string cut-off for locale table
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 86b511393..819f8cc9f 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -193,6 +193,9 @@ tr.odd .form-item, tr.even .form-item {
float: none;
display: block;
}
+.nowrap {
+ white-space: nowrap;
+}
.ok {
color: #080;
}
@@ -336,6 +339,11 @@ tr.odd .form-item, tr.even .form-item {
text-align: center;
}
+.locale-untranslated {
+ font-style: normal;
+ text-decoration: line-through;
+}
+
#node-admin-filter ul {
list-style-type: none;
padding: 0px;