summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-26 19:46:52 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-26 19:46:52 +0000
commite6a88be5d127f41837137a0d00980c8d8115ab1e (patch)
treea32f57bcd84cc290d0203c850d5b1c5ae676a3a4 /themes
parent9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (diff)
downloadbrdo-e6a88be5d127f41837137a0d00980c8d8115ab1e.tar.gz
brdo-e6a88be5d127f41837137a0d00980c8d8115ab1e.tar.bz2
#193333 by quicksketch et al: taxonomy drag and drop support
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/fix-ie.css4
-rw-r--r--themes/garland/style.css15
2 files changed, 18 insertions, 1 deletions
diff --git a/themes/garland/fix-ie.css b/themes/garland/fix-ie.css
index 47812ee52..fa5ff7c52 100644
--- a/themes/garland/fix-ie.css
+++ b/themes/garland/fix-ie.css
@@ -59,6 +59,10 @@ tr.menu-disabled {
height: 1em;
}
+tr.taxonomy-term-preview {
+ filter: alpha(opacity=50);
+}
+
#attach-hide label, #uploadprogress div.message {
/* Fading elements in IE causes the text to bleed unless they have a background. */
background-color: #ffffff;
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 01762cfac..4210932f6 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -976,6 +976,18 @@ tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
color: #d3e7f4;
}
+tr.taxonomy-term-preview {
+ opacity: 0.5;
+}
+
+tr.taxonomy-term-divider-top {
+ border-bottom: none;
+}
+
+tr.taxonomy-term-divider-bottom {
+ border-top: 1px dotted #CCC;
+}
+
/**
* CSS support
*/
@@ -1002,8 +1014,9 @@ div.status {
border-color: #c7f2c8;
}
-div.error {
+div.error, tr.error {
color: #c52020;
+ background-color: #FFCCCC;
}
.form-item input.error, .form-item textarea.error {