[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / porte_plume / css / barre_outils_icones.css.html
1 [(#VAL|barre_outils_css_icones)]
2
3 /* roue ajax */
4 .ajaxLoad{
5 position:relative;
6 }
7 .ajaxLoad:after {
8 content:"";
9 display:block;
10 width:40px;
11 height:40px;
12 border:1px solid #eee;
13 background:#fff url('[(#CHEMIN{images/searching.gif}|url_absolue|protocole_implicite)]') center no-repeat;
14 position:absolute;
15 left:50%;
16 top:50%;
17 margin-left:-20px;
18 margin-top:-20px;
19 }
20 .fullscreen .ajaxLoad:after {
21 position:fixed;
22 left:75%;
23 }