Projet

Général

Profil

0001-add-style-for-big-informational-message-5180.patch

Frédéric Péters, 14 août 2014 09:30

Télécharger (3,22 ko)

Voir les différences:

Subject: [PATCH] add style for big informational message (#5180)

 gadjo/static/css/gadjo.css        |   9 +++++++++
 gadjo/static/images/info-icon.png | Bin 0 -> 1659 bytes
 2 files changed, 9 insertions(+)
 create mode 100644 gadjo/static/images/info-icon.png
gadjo/static/css/gadjo.css
716 716
	display: block;
717 717
	margin-left: 10px;
718 718
}
719

  
720
div.big-msg-info {
721
	background: transparent url(../images/info-icon.png) 5px 5px no-repeat;
722
	width: 30em;
723
	padding-left: 90px;
724
	margin: 3em auto;
725
	min-height: 90px;
726
	padding-top: 20px;
727
}