Updated entity actions, notice options button styles

This commit is contained in:
Sarven Capadisli 2009-11-08 16:41:38 +01:00
parent 52ab4472b5
commit 6687346dd0
3 changed files with 61 additions and 27 deletions

View File

@ -652,6 +652,15 @@ text-decoration:none;
font-weight:bold; font-weight:bold;
display:block; display:block;
} }
.entity_actions a,
.entity_actions input {
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.form_user_block input.submit, .form_user_block input.submit,
.form_user_unblock input.submit, .form_user_unblock input.submit,
@ -700,7 +709,7 @@ width:65%;
z-index:2; z-index:2;
border-radius:7px; border-radius:7px;
-moz-border-radius:7px; -moz-border-radius:7px;
-webkit-radius-border:7px; -webkit-border-radius:7px;
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }
@ -973,11 +982,11 @@ border:0;
.notice-options .notice_reply, .notice-options .notice_reply,
.notice-options .notice_delete { .notice-options .notice_delete {
text-decoration:none; text-decoration:none;
padding-left:16px;
} }
.notice-options form input.submit { .notice-options form input.submit {
width:16px; width:16px;
padding:2px 0; height:16px;
padding:0;
} }
.notice-options .form_favor legend, .notice-options .form_favor legend,
.notice-options .form_disfavor legend { .notice-options .form_disfavor legend {
@ -988,6 +997,13 @@ display:none;
border:0; border:0;
padding:0; padding:0;
} }
.notice-options a {
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
width:16px;
height:16px;
}
.notice .attachment { .notice .attachment {
position:relative; position:relative;

View File

@ -40,17 +40,23 @@ 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,
.entity_actions a,
.entity_actions input,
.entity_actions p {
background-color:#9BB43E; background-color:#9BB43E;
}
input:focus, textarea:focus, select:focus,
.form_notice.warning #notice_data-text {
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);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
input:focus, textarea:focus, select:focus,
.form_notice.warning #notice_data-text,
.form_notice.warning #notice_text-count,
.form_settings .form_note,
.entity_remote_subscribe {
border-color:#9BB43E;
}
input.submit, input.submit,
.entity_remote_subscribe { .entity_remote_subscribe {
color:#FFFFFF; color:#FFFFFF;
@ -241,16 +247,16 @@ background-position:0 -394px;
background:none; background:none;
} }
.notice-options .notice_reply { .notice-options .notice_reply {
background-position:0 -589px; background-position:0 -592px;
} }
.notice-options form.form_favor input.submit { .notice-options form.form_favor input.submit {
background-position:0 -457px; background-position:0 -460px;
} }
.notice-options form.form_disfavor input.submit { .notice-options form.form_disfavor input.submit {
background-position:0 -523px; background-position:0 -526px;
} }
.notice-options .notice_delete { .notice-options .notice_delete {
background-position:0 -655px; background-position:0 -658px;
} }
.notices div.entry-content, .notices div.entry-content,
@ -261,9 +267,12 @@ opacity:0.4;
.notices li:hover div.notice-options { .notices li:hover div.notice-options {
opacity:1; opacity:1;
} }
div.notice-options a, .notice-options a,
div.notice-options input { .notice-options input {
font-family:sans-serif; font-family:sans-serif;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
#content .notices li:hover { #content .notices li:hover {
background-color:rgba(240, 240, 240, 0.2); background-color:rgba(240, 240, 240, 0.2);

View File

@ -40,17 +40,23 @@ 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,
.entity_actions a,
.entity_actions input,
.entity_actions p {
background-color:#9BB43E; background-color:#9BB43E;
}
input:focus, textarea:focus, select:focus,
.form_notice.warning #notice_data-text {
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);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
input:focus, textarea:focus, select:focus,
.form_notice.warning #notice_data-text,
.form_notice.warning #notice_text-count,
.form_settings .form_note,
.entity_remote_subscribe {
border-color:#9BB43E;
}
input.submit, input.submit,
.entity_remote_subscribe { .entity_remote_subscribe {
color:#FFFFFF; color:#FFFFFF;
@ -241,16 +247,16 @@ background-position:0 -394px;
background:none; background:none;
} }
.notice-options .notice_reply { .notice-options .notice_reply {
background-position:0 -589px; background-position:0 -592px;
} }
.notice-options form.form_favor input.submit { .notice-options form.form_favor input.submit {
background-position:0 -457px; background-position:0 -460px;
} }
.notice-options form.form_disfavor input.submit { .notice-options form.form_disfavor input.submit {
background-position:0 -523px; background-position:0 -526px;
} }
.notice-options .notice_delete { .notice-options .notice_delete {
background-position:0 -655px; background-position:0 -658px;
} }
.notices div.entry-content, .notices div.entry-content,
@ -261,9 +267,12 @@ opacity:0.4;
.notices li:hover div.notice-options { .notices li:hover div.notice-options {
opacity:1; opacity:1;
} }
div.notice-options a, .notice-options a,
div.notice-options input { .notice-options input {
font-family:sans-serif; font-family:sans-serif;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
#content .notices li:hover { #content .notices li:hover {
background-color:rgba(240, 240, 240, 0.2); background-color:rgba(240, 240, 240, 0.2);