Overview
Comment:Ces règles sont déplacées dans wiki.css
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f623c0af443a11c875ee182e96dd8e93d5cb598f
User & Date: bohwaz on 2015-04-14 16:52:57
Other Links: manifest | tags
Context
2015-04-14
16:56
synchro avec 0.7.0.sql check-in: 222ec93a45 user: bohwaz tags: trunk, stable
16:52
Ces règles sont déplacées dans wiki.css check-in: f623c0af44 user: bohwaz tags: trunk
16:50
Correction suppression fichier + lien vers des fichiers dans le wiki-texte check-in: 38e88e8e43 user: bohwaz tags: trunk
Changes

Modified src/www/admin/static/admin.css from [25a35e4a52] to [24d6bcd7d6].

1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
}

form#insertImage .align input:hover, form#insertImage .cancel input:hover,  {
    cursor: pointer;
    background-color: #eee;
    color: darkred;
}

.imageBrowser {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.imageBrowser figure {
    margin: 5%;
    width: 90%;
    height: 90%;
}

.imageBrowser figure img {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    background: #fff;
    padding: 2%;
    max-height: 90%;
    max-width: 90%;
    border-radius: .5em;
    cursor: pointer;
    transition: all .5s;
}







<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
1278
1279
1280
1281
1282
1283
1284


































}

form#insertImage .align input:hover, form#insertImage .cancel input:hover,  {
    cursor: pointer;
    background-color: #eee;
    color: darkred;
}