Explorar o código

Merge pull request #1144 from Antes/paw-prints

Some CSS fixes
Arantor %!s(int64=11) %!d(string=hai) anos
pai
achega
40cf0a71e3
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      Themes/default/Profile.template.php
  2. 3 3
      Themes/default/css/index.css

+ 1 - 1
Themes/default/Profile.template.php

@@ -149,7 +149,7 @@ function template_summary()
 	// What about if we allow email only via the forum??
 	if ($context['member']['show_email'] === 'yes' || $context['member']['show_email'] === 'no_through_forum' || $context['member']['show_email'] === 'yes_permission_override' && $context['can_send_email'])
 		echo '
-					<li><a href="', $scripturl, '?action=emailuser;sa=email;uid=', $context['member']['id'], '" title="', $context['member']['show_email'] == 'yes' || $context['member']['show_email'] == 'yes_permission_override' ? $context['member']['email'] : '', '" rel="nofollow"><span class="generic_icons mail centericon" title="' . $txt['email'] . '"></span></a></li>';
+					<li><a href="', $scripturl, '?action=emailuser;sa=email;uid=', $context['member']['id'], '" title="', $context['member']['show_email'] == 'yes' || $context['member']['show_email'] == 'yes_permission_override' ? $context['member']['email'] : '', '" rel="nofollow"><span class="generic_icons mail" title="' . $txt['email'] . '"></span></a></li>';
 
 	// Don't show an icon if they haven't specified a website.
 	if ($context['member']['website']['url'] !== '' && !isset($context['disabled_fields']['website']))

+ 3 - 3
Themes/default/css/index.css

@@ -530,7 +530,7 @@ tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:v
 /* Alternating backgrounds for posts, and several other sections of the forum. */
 .windowbg, #preview_body {
 	color: #222;
-	background: #e7eaef;
+	background: #f0f4f7;
 }
 .windowbg2 {
 	color: #222;
@@ -2044,7 +2044,7 @@ h4#pollquestion {
 #poll_options div.submitbutton {
 	border-bottom: 1px solid #9999aa;
 	clear: both;
-	padding: 0 0 12px 25px;
+	padding: 0 0 12px 0;
 	margin: 0 0 12px 0;
 }
 
@@ -2668,7 +2668,7 @@ ul.post_options li {
 	overflow: hidden;
 }
 #edit_poll fieldset input {
-	margin-left: 8.1em;
+	margin-left: 7.5em;
 }
 #edit_poll ul.poll_main li {
 	padding-left: 12px;