Browse Source

! couple of more of those pesky align issues, calendar view button and SplitTopics.template.php

Spuds 13 years ago
parent
commit
4d7b0f5d75
2 changed files with 2 additions and 3 deletions
  1. 1 2
      Themes/default/SplitTopics.template.php
  2. 1 1
      Themes/default/css/index.css

+ 1 - 2
Themes/default/SplitTopics.template.php

@@ -42,11 +42,10 @@ function template_ask()
 					<hr class="hrcolor" />
 					<input type="submit" value="', $txt['split'], '" class="button_submit" />
 					<br class="clear_right" />
-					</div>
 				</div>
 				<span class="botslice"><span></span></span>
+				<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
 			</div>
-			<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
 		</form>
 	</div>';
 }

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

@@ -104,7 +104,7 @@ textarea
 }
 
 /* Buttons should be styled a bit differently, in order to make them look more button'ish. */
-#frmLogin input.button_submit, #guest_form  input.button_submit
+#frmLogin input.button_submit, #guest_form  input.button_submit, #calendar_navigation input.button_submit
 {
 	float: none;
 	margin-left: inherit;