##// END OF EJS Templates
Slight change to the style of formatting buttons....
Jean-Philippe Lang -
r6214:978c789193dc
parent child
Show More
@@ -1,96 +1,97
1 1 .jstEditor {
2 2 padding-left: 0px;
3 3 }
4 4 .jstEditor textarea, .jstEditor iframe {
5 5 margin: 0;
6 6 }
7 7
8 8 .jstHandle {
9 9 height: 10px;
10 10 font-size: 0.1em;
11 11 cursor: s-resize;
12 12 /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
13 13 }
14 14
15 15 .jstElements {
16 padding: 3px 3px;
16 padding: 3px 3px 3px 0;
17 17 }
18 18
19 19 .jstElements button {
20 margin-right : 6px;
20 margin-right: 4px;
21 21 width : 24px;
22 22 height: 24px;
23 23 padding: 4px;
24 24 border-style: solid;
25 25 border-width: 1px;
26 26 border-color: #ddd;
27 27 background-color : #f7f7f7;
28 28 background-position : 50% 50%;
29 29 background-repeat: no-repeat;
30 30 }
31 31 .jstElements button:hover {
32 border-color : #000;
32 border-color: #bbb;
33 background-color: #e5e5e5;
33 34 }
34 35 .jstElements button span {
35 36 display : none;
36 37 }
37 38 .jstElements span {
38 39 display : inline;
39 40 }
40 41
41 42 .jstSpacer {
42 43 width : 0px;
43 44 font-size: 1px;
44 margin-right: 4px;
45 margin-right: 6px;
45 46 }
46 47
47 48 .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
48 49 .jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;}
49 50
50 51 /* Buttons
51 52 -------------------------------------------------------- */
52 53 .jstb_strong {
53 54 background-image: url(../images/jstoolbar/bt_strong.png);
54 55 }
55 56 .jstb_em {
56 57 background-image: url(../images/jstoolbar/bt_em.png);
57 58 }
58 59 .jstb_ins {
59 60 background-image: url(../images/jstoolbar/bt_ins.png);
60 61 }
61 62 .jstb_del {
62 63 background-image: url(../images/jstoolbar/bt_del.png);
63 64 }
64 65 .jstb_code {
65 66 background-image: url(../images/jstoolbar/bt_code.png);
66 67 }
67 68 .jstb_h1 {
68 69 background-image: url(../images/jstoolbar/bt_h1.png);
69 70 }
70 71 .jstb_h2 {
71 72 background-image: url(../images/jstoolbar/bt_h2.png);
72 73 }
73 74 .jstb_h3 {
74 75 background-image: url(../images/jstoolbar/bt_h3.png);
75 76 }
76 77 .jstb_ul {
77 78 background-image: url(../images/jstoolbar/bt_ul.png);
78 79 }
79 80 .jstb_ol {
80 81 background-image: url(../images/jstoolbar/bt_ol.png);
81 82 }
82 83 .jstb_bq {
83 84 background-image: url(../images/jstoolbar/bt_bq.png);
84 85 }
85 86 .jstb_unbq {
86 87 background-image: url(../images/jstoolbar/bt_bq_remove.png);
87 88 }
88 89 .jstb_pre {
89 90 background-image: url(../images/jstoolbar/bt_pre.png);
90 91 }
91 92 .jstb_link {
92 93 background-image: url(../images/jstoolbar/bt_link.png);
93 94 }
94 95 .jstb_img {
95 96 background-image: url(../images/jstoolbar/bt_img.png);
96 97 }
General Comments 0
You need to be logged in to leave comments. Login now