misc: add a big-msg-sorry message style (#48826)

This commit is contained in:
Frédéric Péters 2020-11-29 10:16:39 +01:00
parent 6050c2403a
commit 453ab78509
3 changed files with 111 additions and 2 deletions

View File

@ -659,14 +659,20 @@ div.bo-block ul {
padding-bottom: 1ex;
}
div.big-msg-info {
background: white url(../images/info-icon.png) 5px 15px no-repeat;
div.big-msg-info,
div.big-msg-sorry {
width: 30em;
padding: 2rem 1rem 1rem 90px;
margin: 3em auto;
min-height: 90px;
padding-top: 20px;
border-radius: 3px;
&.big-msg-info {
background: white url(../images/info-icon.png) 5px 15px no-repeat;
}
&.big-msg-sorry {
background: white url(../images/sorry-icon.png) 5px 15px no-repeat;
}
}
p.paginator {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="13"
height="13"
viewBox="0 0 3.4395833 3.4395832"
version="1.1"
id="svg3125"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="sorry-icon.svg"
inkscape:export-filename="sorry-icon.png"
inkscape:export-xdpi="590.77002"
inkscape:export-ydpi="590.77002">
<defs
id="defs3119" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.318002"
inkscape:cx="-3.332695"
inkscape:cy="4.729909"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1600"
inkscape:window-height="836"
inkscape:window-x="179"
inkscape:window-y="1107"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showguides="true"
inkscape:guide-bbox="true"
units="px"
inkscape:document-rotation="0">
<sodipodi:guide
position="-1.5957682,0.36380207"
orientation="1,0"
id="guide819"
inkscape:locked="false" />
<sodipodi:guide
position="-0.52916665,-0.52916665"
orientation="1,0"
id="guide821"
inkscape:locked="false" />
<sodipodi:guide
position="0.85704491,2.416597"
orientation="0,-1"
id="guide863" />
<sodipodi:guide
position="0.79428574,1.8879927"
orientation="0,-1"
id="guide865" />
</sodipodi:namedview>
<metadata
id="metadata3122">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-51.743849,-118.88301)">
<path
inkscape:connector-curvature="0"
d="m 53.72296,120.7007 c -7.93e-4,-0.86144 0.229902,-1.32314 0.370795,-1.32327 l 0.132292,-1.3e-4 c -0.168259,0.26383 -0.238755,1.06292 -0.238503,1.32315 2.51e-4,0.26022 -0.01545,1.00664 0.241054,1.32268 l -0.132292,1.3e-4 c -0.180176,1.7e-4 -0.372515,-0.46112 -0.373346,-1.32256 z"
id="rect3773-4"
style="display:inline;opacity:1;fill:#386ede;fill-opacity:1;stroke:none;stroke-width:0.264583"
sodipodi:nodetypes="cccsccc" />
<circle
style="color:#000000;overflow:visible;opacity:1;fill:#386ede;fill-opacity:1;stroke-width:0.15875;stroke-linejoin:round;stroke-miterlimit:10"
id="path842"
cx="53.208046"
cy="121.22882"
r="0.25790736" />
<circle
style="color:#000000;overflow:visible;opacity:1;fill:#386ede;fill-opacity:1;stroke-width:0.15875;stroke-linejoin:round;stroke-miterlimit:10"
id="path842-3"
cx="53.208046"
cy="120.17593"
r="0.25790736" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB