summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/resources/transcodeTable.css
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-15 12:01:49 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-15 12:01:49 -0300
commit90060b2cf06033ede8f6d3c2f5acf4d180174905 (patch)
tree4664208d55a7b3048053acb1ac064d325f25ef91 /extensions/TimedMediaHandler/resources/transcodeTable.css
parent7a31146918cdceef14689bf05d8f1602ec05bfcb (diff)
Add TimedMediaHandler extension that allows display audio and video files in wiki pages, using the same syntax as for image files
Diffstat (limited to 'extensions/TimedMediaHandler/resources/transcodeTable.css')
-rw-r--r--extensions/TimedMediaHandler/resources/transcodeTable.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/TimedMediaHandler/resources/transcodeTable.css b/extensions/TimedMediaHandler/resources/transcodeTable.css
new file mode 100644
index 00000000..795ce134
--- /dev/null
+++ b/extensions/TimedMediaHandler/resources/transcodeTable.css
@@ -0,0 +1,14 @@
+.mw-filepage-transcodestatus .download-btn {
+ background-image: url('download_sprite.png');
+ width: 49px;
+ height: 36px;
+ background-repeat:no-repeat;
+ background-position: -50px;
+}
+.mw-filepage-transcodestatus .download-btn:hover {
+ background-position: 0 0;
+}
+.mw-filepage-transcodestatus .download-btn span {
+ /* Text hidden by the above image */
+ display: none;
+}