Patch #962 » jstoolbar.css
1 |
.jstEditor { |
---|---|
2 |
padding-left: 0px; |
3 |
}
|
4 |
.jstEditor textarea, .jstEditor iframe { |
5 |
margin: 0; |
6 |
}
|
7 |
|
8 |
.jstHandle { |
9 |
height: 10px; |
10 |
font-size: 0.1em; |
11 |
cursor: s-resize; |
12 |
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
|
13 |
}
|
14 |
|
15 |
.jstElements { |
16 |
padding: 3px 3px; |
17 |
}
|
18 |
|
19 |
.jstElements button { |
20 |
margin-right : 6px; |
21 |
width : 24px; |
22 |
height: 24px; |
23 |
padding: 4px; |
24 |
border-style: solid; |
25 |
border-width: 1px; |
26 |
border-color: #ddd; |
27 |
background-color : #f7f7f7; |
28 |
background-position : 50% 50%; |
29 |
background-repeat: no-repeat; |
30 |
}
|
31 |
.jstElements button:hover { |
32 |
border-color : #000; |
33 |
}
|
34 |
.jstElements button span { |
35 |
display : none; |
36 |
}
|
37 |
.jstElements span { |
38 |
display : inline; |
39 |
}
|
40 |
|
41 |
.jstSpacer { |
42 |
width : 0px; |
43 |
font-size: 1px; |
44 |
margin-right: 4px; |
45 |
}
|
46 |
|
47 |
.jstElements .help { float: left; margin-left: 1em; padding-top: 8px; font-size: 0.9em; } |
48 |
|
49 |
/* Buttons
|
50 |
-------------------------------------------------------- */
|
51 |
.jstb_strong { |
52 |
background-image: url(../images/jstoolbar/bt_strong.png); |
53 |
}
|
54 |
.jstb_em { |
55 |
background-image: url(../images/jstoolbar/bt_em.png); |
56 |
}
|
57 |
.jstb_ins { |
58 |
background-image: url(../images/jstoolbar/bt_ins.png); |
59 |
}
|
60 |
.jstb_del { |
61 |
background-image: url(../images/jstoolbar/bt_del.png); |
62 |
}
|
63 |
.jstb_quote { |
64 |
background-image: url(../images/jstoolbar/bt_quote.png); |
65 |
}
|
66 |
.jstb_code { |
67 |
background-image: url(../images/jstoolbar/bt_code.png); |
68 |
}
|
69 |
.jstb_br { |
70 |
background-image: url(../images/jstoolbar/bt_br.png); |
71 |
}
|
72 |
.jstb_h1 { |
73 |
background-image: url(../images/jstoolbar/bt_h1.png); |
74 |
}
|
75 |
.jstb_h2 { |
76 |
background-image: url(../images/jstoolbar/bt_h2.png); |
77 |
}
|
78 |
.jstb_h3 { |
79 |
background-image: url(../images/jstoolbar/bt_h3.png); |
80 |
}
|
81 |
.jstb_ul { |
82 |
background-image: url(../images/jstoolbar/bt_ul.png); |
83 |
}
|
84 |
.jstb_ol { |
85 |
background-image: url(../images/jstoolbar/bt_ol.png); |
86 |
}
|
87 |
.jstb_pre { |
88 |
background-image: url(../images/jstoolbar/bt_pre.png); |
89 |
}
|
90 |
.jstb_link { |
91 |
background-image: url(../images/jstoolbar/bt_link.png); |
92 |
}
|
93 |
.jstb_img { |
94 |
background-image: url(../images/jstoolbar/bt_img.png); |
95 |
}
|