Overview
Comment:Correction positionnement actions
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2104bb3c442187ac077b85dd68e8d0d948ab28f8
User & Date: bohwaz on 2015-02-17 17:48:56
Other Links: manifest | tags
Context
2015-02-17
17:49
Corrections appels javascript check-in: 82b4cee008 user: bohwaz tags: trunk
17:48
Correction positionnement actions check-in: 2104bb3c44 user: bohwaz tags: trunk
17:48
Corriger automatiquement l'uri de la page wiki check-in: 6df386338c user: bohwaz tags: trunk
Changes

Modified src/www/admin/static/admin.css from [da51915e76] to [2f8f5632c7].

1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
    line-height: .8em;
    color: #666;
}

#orderFields fieldset .actions {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
}

#orderFields fieldset .actions .icn {
    position: absolute;
}








|







1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
    line-height: .8em;
    color: #666;
}

#orderFields fieldset .actions {
    display: block;
    position: absolute;
    top: 0em;
    right: 1em;
}

#orderFields fieldset .actions .icn {
    position: absolute;
}