Changeset 65630 in spip-zone
- Timestamp:
- Sep 6, 2012, 4:40:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notifications/trunk/notifications/forum_poste_html_corps.html
r65629 r65630 39 39 <p><small><:form_forum_message_auto:></small></p> 40 40 <style type="text/css"> 41 .submit { position: relative; display: inline-block; width: auto; padding: 5px 1em 6px; overflow: visible; cursor: pointer;background: # 888;41 .submit { position: relative; display: inline-block; width: auto; padding: 5px 1em 6px; overflow: visible; cursor: pointer;background: #DDD; 42 42 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); box-shadow: 0 1px 3px rgba(0,0,0,0.5); 43 43 border: 0; border-bottom: 1px solid rgba(0,0,0,0.25);-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 44 44 font-size: 100%; line-height: 1; font-weight: bold; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); } 45 .submit,.submit:visited,.submit * { color: #FFF; text-decoration: none; } 46 a.submit { color: #FFF; text-decoration: none; } 47 .submit:hover { background-color: #777; color: #FFF; text-decoration: none; } 45 .submit:hover { background-color: #CCC;} 48 46 .submit:focus,.submit:active { -webkit-transform: translateY(1px); -moz-transform: translateY(1px); transform: translateY(1px);outline: none !important; } 49 47 .submit:active { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
Note: See TracChangeset
for help on using the changeset viewer.