We have moved to Github. Please open tickets there.

Opened 23 months ago

Closed 19 months ago

Last modified 19 months ago

#3687 closed Defect (fixed)

Search plugin uses location based styling

Reported by: cash Owned by:
Priority: normal Milestone: Elgg 1.8.1
Component: Search Version: Github Master
Severity: minor Keywords:
Cc: brett@… Difficulty: easy

Description

Surprised that Evan hasn't pointed this out ;)

.elgg-page-header .elgg-search {
	bottom: 5px;
	height: 23px;
	position: absolute;
	right: 0;
}
.elgg-page-header .elgg-search input[type=text] {
	width: 230px;
}
.elgg-page-header .elgg-search input[type=submit] {
	display: none;
}

Change History (4)

comment:1 Changed 23 months ago by ewinslow

Hah..Guess I got myself a reputation eh? :)

comment:2 Changed 21 months ago by brettp

  • Milestone changed from Needs Review to Elgg 1.8.1

comment:3 Changed 19 months ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

Fixes #3687 added .elgg-search-header for css specific to header search box

Changeset: 30711508fd139e737df0fffb645e071219b2bde7

comment:4 Changed 19 months ago by cash

Fixes #3687 added .elgg-search-header for css specific to header search box

Changeset: 30711508fd139e737df0fffb645e071219b2bde7

Note: See TracTickets for help on using tickets.