[Geoserver-devel] [JIRA] (GEOS-10259) Use action-group class to align add and remove actions across top of list being managed

Jody Garnett created an issue

GeoServer / ImprovementGEOS-10259

Use action-group class to align add and remove actions across top of list being managed

Issue Type:

ImprovementImprovement

Assignee:

Unassigned

Components:

Security, web, WMS

Created:

29/Sep/21 1:31 AM

Priority:

LowLow

Reporter:

Jody Garnett

The links (such as add and remove) across the top of lists each take up a single line. By arranging these horizontally the user interface will be more compact.

The geoserver.css action-group class can be used for this purpose:

/* action group above tables */
.action-group li {
  display: inline;
}

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100178-sha1:3031cab)

Atlassian logo