Browse Source

Merge pull request #1106 from Arantor/release-2.1

Very minor things
Arantor 10 years ago
parent
commit
bc922ba1fa
2 changed files with 4 additions and 3 deletions
  1. 3 2
      Themes/default/css/index.css
  2. 1 1
      Themes/default/languages/Help.english.php

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

@@ -1069,10 +1069,11 @@ img.sort, .sort {
 }
 /* For cases where we want to spotlight something specific to an item, e.g. an amount */
 .dropmenu li .amt, #top_info li .amt {
-	padding: 0 4px;
+	margin-left: 3px;
+	padding: 0 5px;
 	color: white;
 	background: #6d90ad;
-	border-radius: 4px;
+	border-radius: 8px;
 }
 .dropmenu li .active .amt, #top_info li .active .amt {
 	background: none;

+ 1 - 1
Themes/default/languages/Help.english.php

@@ -298,7 +298,7 @@ $helptxt['compactTopicPagesEnable'] = 'This will just show a selection of the nu
 $helptxt['timeLoadPageEnable'] = 'This will show the time in seconds SMF took to create that page at the bottom of the board.';
 $helptxt['removeNestedQuotes'] = 'This will strip nested quotes from a post when citing the post in question via a quote link.';
 $helptxt['simpleSearch'] = 'This will show a simple search form and a link to a more advanced form.';
-$helptxt['search_dropdown'] = 'This will show a search selection dropdown next to the quick search box.  From this you can choose to search the current site, current board (if in a board_, current topic (if in a topic) or search for members.';
+$helptxt['search_dropdown'] = 'This will show a search selection dropdown next to the quick search box.  From this you can choose to search the current site, current board (if in a board), current topic (if in a topic) or search for members.';
 $helptxt['max_image_width'] = 'This allows you to set a maximum size for posted pictures. Pictures smaller than the maximum will not be affected. This also determines how attached images are displayed when a thumbnail is clicked on.';
 $helptxt['mail_type'] = 'This setting allows you to choose either PHP\'s default settings, or to override those settings with SMTP.  PHP doesn\'t support using authentication with SMTP (which many hosts require, now) so if you want that you should select SMTP.  Please note that SMTP can be slower, and some servers will not take usernames and passwords.<br /><br />You don\'t need to fill in the SMTP settings if this is set to PHP\'s default.';
 $helptxt['attachment_manager_settings'] = 'Attachments are files that members can upload and attach to a post. Different sites may use these in different ways, which you can configure here.';