Commit 16ef99d0 authored by Patrick Schmalstig's avatar Patrick Schmalstig
Browse files

Fixed MANTIS-5927 (Misc theme issues)

parent bacfcc15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ CONFIG_OPTION_use_monochrome_icons=Whether to use monochromatic icons.
USE_SITE_NAME_TEXT_AS_LOGO=Use site name text as logo
CONFIG_OPTION_use_site_name_text_as_logo=Use the site name text as the logo instead of an image based logo.
HEADER_CLASSIC_IMAGE=Classic header image
CONFIG_OPTION_header_classic_image=Set a header image from the pre-shipped selection. This only works on fixed-width themes with the classic header type.
CONFIG_OPTION_header_classic_image=Set a header image from the pre-shipped selection. This only works with the classic header type, and it may not look ideal on fluid width pages.
HEADER_CLASSIC_TEXT_COLOUR=Classic header text colour
CONFIG_OPTION_header_classic_text_colour=The colour of the logo text in the classic header.
HEADER_TYPE=Header type
+2 −2
Original line number Diff line number Diff line
@@ -1000,7 +1000,7 @@ header .toplevel-link img.icon {
	/*{+START,IF_EMPTY,{$THEME_OPTION,header_classic_text_colour}}*/
		color: {$GET,seed} !important;
	/*{+END}*/
	/*{+START,IF,{$AND,{$IS_NON_EMPTY,{$THEME_OPTION,header_classic_image}},{$NEQ,{$THEME_OPTION,fixed_width},0}}}*/
	/*{+START,IF,{$IS_NON_EMPTY,{$THEME_OPTION,header_classic_image}}}*/
		background: url('{$IMG_INLINE,{$THEME_OPTION,header_classic_image}}') no-repeat;
		background-size: cover;
	/*{+END}*/
@@ -1008,7 +1008,7 @@ header .toplevel-link img.icon {
}

/*{+START,CSS_MODE,desktop}*/
	/*{+START,IF,{$AND,{$IS_NON_EMPTY,{$THEME_OPTION,header_classic_image}},{$NEQ,{$THEME_OPTION,fixed_width},0}}}*/
	/*{+START,IF,{$IS_NON_EMPTY,{$THEME_OPTION,header_classic_image}}}*/
		.header-classic .logo-link {
			height: {$IMG_HEIGHT,{$IMG,{$THEME_OPTION,header_classic_image}}}px;
		}
−13.6 KiB (22.5 KiB)
Loading image diff...
+0 −2
Original line number Diff line number Diff line
@@ -1675,8 +1675,6 @@
            if (img && (img !== imgOb)) {
                if (img.parentNode.classList.contains('selected')) {
                    img.parentNode.classList.remove('selected');
                    img.style.outline = '0';
                    img.style.background = 'none';
                }
            }
        }
+1 −1
Original line number Diff line number Diff line
{$REQUIRE_JAVASCRIPT,core_form_interfaces}
{$SET,early_description,1}
{$SET,early_description,0}

<div class="radio-list{+START,IF_PASSED_AND_TRUE,IMAGES} radio-list-pictures{+END}{+START,IF_PASSED_AND_TRUE,LINEAR} linear{+END}" data-tpl="formScreenInputRadioList" data-tpl-params="{+START,PARAMS_JSON,NAME,CODE}{_*}{+END}">
	{CONTENT}