includes/clientside/tinymce/plugins/media/css/content.css
author Dan
Sun, 23 Sep 2007 18:42:16 -0400
changeset 140 40f7fa5fd061
parent 1 fe660c52c48f
permissions -rw-r--r--
Revamped the administrator's user CP, big time. The admin module now uses a smart form and enables all profile fields, including users_extra, to be changed. Passwords are encrypted when sent. The whole CP has been split off into a different file to accomodate the large amount of code.

.mceItemFlash, .mceItemShockWave, .mceItemQuickTime, .mceItemWindowsMedia, .mceItemRealMedia {
	border: 1px dotted #cc0000;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}

.mceItemShockWave {
	background-image: url('../images/shockwave.gif');
}

.mceItemFlash {
	background-image: url('../images/flash.gif');
}

.mceItemQuickTime {
	background-image: url('../images/quicktime.gif');
}

.mceItemWindowsMedia {
	background-image: url('../images/windowsmedia.gif');
}

.mceItemRealMedia {
	background-image: url('../images/realmedia.gif');
}