Overview
Comment:Corrige mode plein écran éditeurs code / wiki
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: ea902d98b2520380b80258361b795ee0e844cda4
User & Date: bohwaz on 2018-11-30 13:52:57
Other Links: manifest | tags
Context
2018-12-07
10:06
Ce fichier ne sert plus check-in: 3c08230c8b user: bohwaz tags: trunk, stable
2018-12-06
15:28
Merge de trunk vers dev check-in: 7bfce6c590 user: bohwaz tags: dev
2018-11-30
13:52
Corrige mode plein écran éditeurs code / wiki check-in: ea902d98b2 user: bohwaz tags: trunk, stable
2018-11-29
17:01
Changement de mot de passe sans envoyer de mot de passe par email check-in: 0ae042cdc2 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/scripts/skel_editor.css from [9d1b561b6e] to [f204b32def].

130
131
132
133
134
135
136

137
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

}







>

130
131
132
133
134
135
136
137
138
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

Modified src/www/admin/static/scripts/wiki_editor.css from [e0a0321c5b] to [d04c8ee367].

99
100
101
102
103
104
105

106
107
108
109
110
111
112
    left: 0;
    right: 0;
    bottom: 0;
    width: 98%;
    height: 98%;
    padding: 1%;
    border-radius: 0;

}

.textEditor.fullscreen textarea {
    height: 90%;
}

.textEditor.iframe textarea {







>







99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
    left: 0;
    right: 0;
    bottom: 0;
    width: 98%;
    height: 98%;
    padding: 1%;
    border-radius: 0;
    z-index: 100000;
}

.textEditor.fullscreen textarea {
    height: 90%;
}

.textEditor.iframe textarea {