Projet

Général

Profil

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

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

Télécharger (832 octets)

Voir les différences:

Subject: [PATCH] portal agent: adjust display of search hit descriptions
 (#...)

 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
-