Modification <select> (explicité par "v")
This commit is contained in:
parent
f37d07378f
commit
ab997840b8
|
@ -196,13 +196,15 @@ select{
|
|||
/* position */
|
||||
margin: 2em;
|
||||
padding: 0 1em;
|
||||
padding-right: 2em;
|
||||
|
||||
/* border */
|
||||
border-radius: 5px;
|
||||
border: 1px solid #2dcc70;
|
||||
|
||||
/* background */
|
||||
background-color: #fff;
|
||||
background: #fff url(../src/expand.svg) center right 1em no-repeat;
|
||||
background-size: auto .5em;
|
||||
|
||||
/* foreground */
|
||||
color: #2dcc70;
|
||||
|
@ -220,7 +222,7 @@ tr.grayscale select{
|
|||
}
|
||||
|
||||
/* pour déplacement d'élève */
|
||||
td select{ margin: -1em; padding: .5em; }
|
||||
td select{ margin: -1em; padding: .5em; padding-right: 2em; }
|
||||
|
||||
select > option{
|
||||
/* position */
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
<?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"
|
||||
enable-background="new 0 0 24 24"
|
||||
id="Layer_1"
|
||||
version="1.0"
|
||||
viewBox="0 0 19.4375 11.125"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="100%"
|
||||
height="100%"
|
||||
sodipodi:docname="1447988322_expand2.svg"><metadata
|
||||
id="metadata3039"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3037" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="789"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3035"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="9.8333333"
|
||||
inkscape:cx="9.71875"
|
||||
inkscape:cy="6.90625"
|
||||
inkscape:window-x="534"
|
||||
inkscape:window-y="198"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Layer_1" /><polyline
|
||||
points="21,8.5 12,17.5 3,8.5 "
|
||||
stroke-miterlimit="10"
|
||||
id="polyline3033"
|
||||
style="fill:none;stroke:#2dcc70;stroke-width:2;stroke-miterlimit:10;stroke-opacity:1"
|
||||
transform="translate(-2.28125,-7.78125)" /></svg>
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Loading…
Reference in New Issue