Design Pattern Library 1.5

General Guidelines

Desktop/Web

Mobile (Tablet & Phone)

Visual Design Guidelines

Windows Title Bar Controls

Problem

The user needs basic control over windows in order to control the display of an application within their desktop space.

Solution

Provide the user with controls to minimize, maximize and/or close the window.

Code

HTML code here
	
CSS code here
	

Why

Adding these controls to windows within the application itself - to panels - gives the user the flexibility to determine what content is viewable, or has visual prominence, depending on their specific workflow needs.

Examples