Projet

Général

Profil

0001-portal-agent-adjust-display-of-search-hit-descriptio.patch

Frédéric Péters, 01 janvier 2019 14:11

Télécharger (838 octets)

Voir les différences:

Subject: [PATCH 1/4] portal agent: adjust display of search hit descriptions
 (#29389)

 data/themes/gadjo/static/css/agent-portal.scss | 5 +++++
 1 file changed, 5 insertions(+)
data/themes/gadjo/static/css/agent-portal.scss
182 182
			div {
183 183
				color: lighten($cell-entry-color, 20%);
184 184
			}
185
			a + div {
186
				padding-left: 1rem;
187
				margin-top: -0.9rem;
188
				padding-bottom: 0.5rem;
189
			}
185 190
		}
186 191
	}
187 192
}
188
-