"MDL-13766, added icon for tinymce button"

This commit is contained in:
Dongsheng Cai
2010-07-20 05:55:10 +00:00
parent f621a346a2
commit 4a5a96b1e8
3 changed files with 24 additions and 3 deletions
@@ -8,7 +8,14 @@ diff -u -r1.1 advimage.css
@@ -1,13 +1,15 @@
#src_list, #over_list, #out_list {width:280px;}
.mceActionPanel {margin-top:7px;}
+.moodlebutton {font-size: 1.5em;font-weight:bold;padding: 3px;border:1px solid #ccc;text-decoration:none}
+.moodlebutton {
+ font-size: 1.5em;
+ font-weight:bold;
+ padding: 3px 3px 3px 1.5em;
+ border:1px solid #ccc;
+ text-decoration:none;
+ background: url(../../../../../../../../../pix/a/search.png) .2em .3em no-repeat;
+}
+.moodlebutton:hover {background: #ccc}
.alignPreview {border:1px solid #000; width:140px; height:140px; overflow:hidden; padding:5px;}
.checkbox {border:0;}
@@ -1,6 +1,13 @@
#src_list, #over_list, #out_list {width:280px;}
.mceActionPanel {margin-top:7px;}
.moodlebutton {font-size: 1.5em;font-weight:bold;padding: 3px;border:1px solid #ccc;text-decoration:none}
.moodlebutton {
font-size: 1.5em;
font-weight:bold;
padding: 3px 3px 3px 1.5em;
border:1px solid #ccc;
text-decoration:none;
background: url(../../../../../../../../../pix/a/search.png) .2em .3em no-repeat;
}
.moodlebutton:hover {background: #ccc}
.alignPreview {border:1px solid #000; width:140px; height:140px; overflow:hidden; padding:5px;}
.checkbox {border:0;}
@@ -1,5 +1,12 @@
#id, #name, #hspace, #vspace, #class_name, #align { width: 100px }
.moodlebutton {font-size: 1.5em;font-weight:bold;padding: 3px;border:1px solid #ccc;text-decoration:none}
.moodlebutton {
font-size: 1.5em;
font-weight:bold;
padding: 3px 3px 3px 1.5em;
border:1px solid #ccc;
text-decoration:none;
background: url(../../../../../../../../../pix/a/search.png) .2em .3em no-repeat;
}
.moodlebutton:hover {background: #ccc}
#hspace, #vspace { width: 50px }
#flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }