diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-12-11 04:20:01 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-12-11 04:20:01 +0000 |
| commit | f667be8b4337909cfcaaf0901e1ef7d19580b716 (patch) | |
| tree | 5a453f2411740871da3b4e51b5ef6fe569079361 /roundcubemail/program/js/tiny_mce/plugins/media/css/content.css | |
| parent | a7aaf57b0c34311ceb8a5cf7a4b0b9fd11042f91 (diff) | |
added ability to insert attached images in HTML editor
git-svn-id: https://svn.roundcube.net/trunk@940 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/media/css/content.css')
| -rw-r--r-- | roundcubemail/program/js/tiny_mce/plugins/media/css/content.css | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/media/css/content.css b/roundcubemail/program/js/tiny_mce/plugins/media/css/content.css index 1f667e633..7873235e7 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/media/css/content.css +++ b/roundcubemail/program/js/tiny_mce/plugins/media/css/content.css @@ -1,26 +1,26 @@ -.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');
-}
+.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'); +} |
