summaryrefslogtreecommitdiff
path: root/theme/default
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-31 17:25:41 +0100
committerSarven Capadisli <csarven@status.net>2009-10-31 17:25:41 +0100
commitd42ef1112338be06d0549adbc0b8f2ad42dcba2f (patch)
tree33622c4a4555e59d5a1ce78cf69eda75e82ec21b /theme/default
parent48f33f781a91db7178a4f5046885a74dc484e629 (diff)
Updated form_notice styles. .form_notice applies to both noticeform
(form_notice) and messageform (form_notice-direct)
Diffstat (limited to 'theme/default')
-rw-r--r--theme/default/css/display.css10
-rw-r--r--theme/default/css/ie.css4
2 files changed, 7 insertions, 7 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index a5f1fd6e4..5eff5842a 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -37,14 +37,14 @@ background:none;
}
input.submit,
-#form_notice.warning #notice_text-count,
+.form_notice.warning #notice_text-count,
.form_settings .form_note,
.entity_remote_subscribe {
background-color:#9BB43E;
}
input:focus, textarea:focus, select:focus,
-#form_notice.warning #notice_data-text {
+.form_notice.warning #notice_data-text {
border-color:#9BB43E;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
@@ -84,13 +84,13 @@ background-color:#C8D1D5;
#notice_text-count {
color:#333333;
}
-#form_notice.warning #notice_text-count {
+.form_notice.warning #notice_text-count {
color:#000000;
}
-#form_notice label[for=notice_data-attach] {
+.form_notice label[for=notice_data-attach] {
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px;
}
-#form_notice #notice_data-attach {
+.form_notice #notice_data-attach {
opacity:0;
}
diff --git a/theme/default/css/ie.css b/theme/default/css/ie.css
index cbbd49ce6..a0d3cd682 100644
--- a/theme/default/css/ie.css
+++ b/theme/default/css/ie.css
@@ -6,9 +6,9 @@ color:#FFFFFF;
#site_nav_local_views a {
background-color:#C8D1D5;
}
-#form_notice .form_note + label {
+.form_notice .form_note + label {
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
}
-#form_notice #notice_data-attach {
+.form_notice #notice_data-attach {
filter: alpha(opacity=0);
}