From c777267f958b536341b9c33db95e3b3805d2abc1 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Wed, 24 Aug 2011 19:22:59 -0400 Subject: [PATCH] Fixes for ajax submit button styles when in processing state. --- theme/base/css/display.css | 23 +++++++++-------------- theme/neo/css/display.css | 19 +++++++++++++++---- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 5ec6d81f7a..2c00b77b1d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1145,12 +1145,6 @@ display:none; /* secondary elements */ -.processing { /* XXX ? */ -background-image:url(../images/icons/icon_processing.gif); -background-repeat:no-repeat; -background-position:47% 47%; -} - .error, .success, .notice-status { background-color: #F7E8E8; padding: 4px 10px; @@ -1247,14 +1241,6 @@ padding-left:4px; margin-bottom:0; } -#wrap form.processing input.submit, -.entity_actions a.processing, -.dialogbox.processing .submit_dialogbox { -cursor:wait; -outline:none; -text-indent:-9999px; -} - #pagination { background-color: #f2f2f2; clear: left; @@ -1275,6 +1261,15 @@ text-indent:-9999px; float: right; } +#wrap form.processing input.submit, +#wrap a.processing, +.dialogbox.processing .submit_dialogbox { + background: url(../images/icons/icon_processing.gif) no-repeat 47% 47%; + cursor: wait; + outline: none; + text-indent: -9999px; +} + /* footer elements */ #site_nav_global_secondary dt { diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index d7a4914a7d..d460a5d71d 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -580,7 +580,6 @@ div.entry-content a.response:after { text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); } - #form_login p.form_guide, #form_register #settings_rememberme p.form_guide, #form_openid_login #settings_rememberme p.form_guide, #settings_twitter_remove p.form_guide, #design_background-image_onoff p.form_guide { margin-left: 26%; } @@ -839,9 +838,8 @@ ul.bookmark-tags a:hover { color: #777; } -#bookmarkpopup #submit { - float: right; - margin-right: 0px; +#bookmarkpopup #bookmark-submit { + min-width: 100px; } #bookmarkpopup fieldset fieldset { @@ -1158,6 +1156,11 @@ td.entity_profile { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 ); } +#wrap .vevent form.processing input.submit { + text-indent: 0; + background: #ff9d63; +} + #input_form_event .form_settings .form_data { float: left; } @@ -1343,6 +1346,10 @@ li.notice-answer + li.notice { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 ); } +#qna-answer-submit { + min-width: 100px; +} + .question .question-description input.submit:hover, .question .answer-content input.submit:hover { text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); background: #ff9d63; @@ -1381,6 +1388,10 @@ label[for=blog-entry-content] { opacity: 1; } +#poll-response-submit { + min-width: 100px; +} + /* SNOD CompanyLogo styling */ #site_nav_local_views a.company_logo { -- 2.39.2