Updated form_notice styles. .form_notice applies to both noticeform

(form_notice) and messageform (form_notice-direct)
This commit is contained in:
Sarven Capadisli 2009-10-31 17:25:41 +01:00
parent 48f33f781a
commit d42ef11123
6 changed files with 44 additions and 44 deletions

View File

@ -432,21 +432,21 @@ border-width:1px;
border-style:solid; border-style:solid;
} }
#form_notice { .form_notice {
width:45%; width:45%;
float:left; float:left;
position:relative; position:relative;
line-height:1; line-height:1;
} }
#form_notice fieldset { .form_notice fieldset {
border:0; border:0;
padding:0; padding:0;
position:relative; position:relative;
} }
#form_notice legend { .form_notice legend {
display:none; display:none;
} }
#form_notice textarea { .form_notice textarea {
float:left; float:left;
border-radius:7px; border-radius:7px;
-moz-border-radius:7px; -moz-border-radius:7px;
@ -458,44 +458,44 @@ padding:7px 7px 16px 7px;
position:relative; position:relative;
z-index:2; z-index:2;
} }
#form_notice label { .form_notice label {
display:block; display:block;
float:left; float:left;
font-size:1.3em; font-size:1.3em;
margin-bottom:7px; margin-bottom:7px;
} }
#form_notice label[for=notice_data-attach], .form_notice label[for=notice_data-attach],
#form_notice #notice_data-attach { .form_notice #notice_data-attach {
position:absolute; position:absolute;
top:25px; top:25px;
right:10.5%; right:10.5%;
cursor:pointer; cursor:pointer;
} }
#form_notice label[for=notice_data-attach] { .form_notice label[for=notice_data-attach] {
text-indent:-9999px; text-indent:-9999px;
width:16px; width:16px;
height:16px; height:16px;
} }
#form_notice #notice_data-attach { .form_notice #notice_data-attach {
padding:0; padding:0;
height:16px; height:16px;
} }
#form_notice .form_note { .form_notice .form_note {
position:absolute; position:absolute;
bottom:2px; bottom:2px;
right:21.715%; right:21.715%;
z-index:9; z-index:9;
} }
#form_notice .form_note dt { .form_notice .form_note dt {
font-weight:bold; font-weight:bold;
display:none; display:none;
} }
#notice_text-count { .form_notice #notice_text-count {
font-weight:bold; font-weight:bold;
line-height:1.15; line-height:1.15;
padding:1px 2px; padding:1px 2px;
} }
#form_notice #notice_action-submit { .form_notice #notice_action-submit {
width:14%; width:14%;
height:47px; height:47px;
padding:0; padding:0;
@ -503,24 +503,24 @@ position:absolute;
bottom:0; bottom:0;
right:0; right:0;
} }
#form_notice label[for=to] { .form_notice label[for=to] {
margin-top:7px; margin-top:7px;
} }
#form_notice select[id=to] { .form_notice select[id=to] {
margin-bottom:7px; margin-bottom:7px;
margin-left:18px; margin-left:18px;
float:left; float:left;
max-width:322px; max-width:322px;
} }
#form_notice .error, .form_notice .error,
#form_notice .success { .form_notice .success {
float:left; float:left;
clear:both; clear:both;
width:81.5%; width:81.5%;
margin-bottom:0; margin-bottom:0;
line-height:1.618; line-height:1.618;
} }
#form_notice #notice_data-attach_selected code { .form_notice #notice_data-attach_selected code {
float:left; float:left;
width:90%; width:90%;
display:block; display:block;
@ -528,7 +528,7 @@ font-size:1.1em;
line-height:1.8; line-height:1.8;
overflow:auto; overflow:auto;
} }
#form_notice #notice_data-attach_selected button { .form_notice #notice_data-attach_selected button {
float:right; float:right;
font-size:0.8em; font-size:0.8em;
} }
@ -677,7 +677,7 @@ top:0;
right:0; right:0;
} }
.entity_send-a-message #form_notice { .entity_send-a-message .form_notice {
position:absolute; position:absolute;
top:34px; top:34px;
right:-1px; right:-1px;
@ -690,16 +690,16 @@ border:1px solid #CCCCCC;
-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
-moz-border-radius:7px; -moz-border-radius:7px;
} }
.entity_send-a-message #form_notice legend { .entity_send-a-message .form_notice legend {
display:block; display:block;
margin-bottom:11px; margin-bottom:11px;
} }
.entity_send-a-message #form_notice label, .entity_send-a-message .form_notice label,
.entity_send-a-message #form_notice select { .entity_send-a-message .form_notice select {
display:none; display:none;
} }
.entity_send-a-message input.submit { .entity_send-a-message .form_notice input.submit {
text-align:center; text-align:center;
} }
@ -1333,7 +1333,7 @@ clear:both;
#bookmarklet address { #bookmarklet address {
display:none; display:none;
} }
#bookmarklet #form_notice { #bookmarklet .form_notice {
width:auto; width:auto;
} }
#bookmarklet #wrap { #bookmarklet #wrap {

View File

@ -3,10 +3,10 @@ input.checkbox,
input.radio { input.radio {
top:0; top:0;
} }
#form_notice textarea { .form_notice textarea {
width:78%; width:78%;
} }
#form_notice .form_note + label { .form_notice .form_note + label {
position:absolute; position:absolute;
top:25px; top:25px;
left:83%; left:83%;
@ -15,14 +15,14 @@ height:16px;
width:16px; width:16px;
display:block; display:block;
} }
#form_notice #notice_action-submit { .form_notice #notice_action-submit {
width:17%; width:17%;
max-width:17%; max-width:17%;
} }
#form_notice #notice_data-attach_selected { .form_notice #notice_data-attach_selected {
width:78.5%; width:78.5%;
} }
#form_notice #notice_data-attach_selected button { .form_notice #notice_data-attach_selected button {
padding:0 4px; padding:0 4px;
} }
.notice-options input.submit { .notice-options input.submit {

View File

@ -37,14 +37,14 @@ background:none;
} }
input.submit, input.submit,
#form_notice.warning #notice_text-count, .form_notice.warning #notice_text-count,
.form_settings .form_note, .form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe {
background-color:#9BB43E; background-color:#9BB43E;
} }
input:focus, textarea:focus, select:focus, input:focus, textarea:focus, select:focus,
#form_notice.warning #notice_data-text { .form_notice.warning #notice_data-text {
border-color:#9BB43E; border-color:#9BB43E;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-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 { #notice_text-count {
color:#333333; color:#333333;
} }
#form_notice.warning #notice_text-count { .form_notice.warning #notice_text-count {
color:#000000; 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; 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; opacity:0;
} }

View File

@ -6,9 +6,9 @@ color:#FFFFFF;
#site_nav_local_views a { #site_nav_local_views a {
background-color:#C8D1D5; 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%; 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); filter: alpha(opacity=0);
} }

View File

@ -37,14 +37,14 @@ background:none;
} }
input.submit, input.submit,
#form_notice.warning #notice_text-count, .form_notice.warning #notice_text-count,
.form_settings .form_note, .form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe {
background-color:#9BB43E; background-color:#9BB43E;
} }
input:focus, textarea:focus, select:focus, input:focus, textarea:focus, select:focus,
#form_notice.warning #notice_data-text { .form_notice.warning #notice_data-text {
border-color:#9BB43E; border-color:#9BB43E;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-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:#CEE1E9;
#notice_text-count { #notice_text-count {
color:#333333; color:#333333;
} }
#form_notice.warning #notice_text-count { .form_notice.warning #notice_text-count {
color:#000000; 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; 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; opacity:0;
} }

View File

@ -6,10 +6,10 @@ color:#FFFFFF;
#site_nav_local_views a { #site_nav_local_views a {
background-color:#D9DADB; background-color:#D9DADB;
} }
#form_notice .form_note + label { .form_notice .form_note + label {
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px; background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px;
} }
#form_notice #notice_data-attach { .form_notice #notice_data-attach {
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
.notice-options form.form_favor input.submit { .notice-options form.form_favor input.submit {