##// END OF EJS Templates
* added calendar.png removed by accident...
Jean-Philippe Lang -
r143:390d6023c621
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -1,78 +1,78
1 .jstEditor {
1 .jstEditor {
2 padding-left: 0px;
2 padding-left: 0px;
3 }
3 }
4 .jstEditor textarea, .jstEditor iframe {
4 .jstEditor textarea, .jstEditor iframe {
5 margin: 0;
5 margin: 0;
6 }
6 }
7
7
8 .jstHandle {
8 .jstHandle {
9 height: 16px;
9 height: 16px;
10 font-size: 0.1em;
10 font-size: 0.1em;
11 cursor: s-resize;
11 cursor: s-resize;
12 background: transparent url(img/resizer.png) no-repeat 45% 50%;
12 /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
13 }
13 }
14
14
15 .jstElements {
15 .jstElements {
16 padding: 3px 3px;
16 padding: 3px 3px;
17 }
17 }
18
18
19 .jstElements button {
19 .jstElements button {
20 margin-right : 6px;
20 margin-right : 6px;
21 width : 24px;
21 width : 24px;
22 height: 24px;
22 height: 24px;
23 padding: 4px;
23 padding: 4px;
24 border-style: solid;
24 border-style: solid;
25 border-width: 1px;
25 border-width: 1px;
26 border-color: #ddd;
26 border-color: #ddd;
27 background-color : #f7f7f7;
27 background-color : #f7f7f7;
28 background-position : 50% 50%;
28 background-position : 50% 50%;
29 background-repeat: no-repeat;
29 background-repeat: no-repeat;
30 }
30 }
31 .jstElements button:hover {
31 .jstElements button:hover {
32 border-color : #000;
32 border-color : #000;
33 }
33 }
34 .jstElements button span {
34 .jstElements button span {
35 display : none;
35 display : none;
36 }
36 }
37 .jstElements span {
37 .jstElements span {
38 display : inline;
38 display : inline;
39 }
39 }
40
40
41 .jstSpacer {
41 .jstSpacer {
42 width : 0px;
42 width : 0px;
43 font-size: 1px;
43 font-size: 1px;
44 margin-right: 4px;
44 margin-right: 4px;
45 }
45 }
46
46
47 /* Buttons
47 /* Buttons
48 -------------------------------------------------------- */
48 -------------------------------------------------------- */
49 .jstb_strong {
49 .jstb_strong {
50 background-image: url(../images/jstoolbar/bt_strong.png);
50 background-image: url(../images/jstoolbar/bt_strong.png);
51 }
51 }
52 .jstb_em {
52 .jstb_em {
53 background-image: url(../images/jstoolbar/bt_em.png);
53 background-image: url(../images/jstoolbar/bt_em.png);
54 }
54 }
55 .jstb_ins {
55 .jstb_ins {
56 background-image: url(../images/jstoolbar/bt_ins.png);
56 background-image: url(../images/jstoolbar/bt_ins.png);
57 }
57 }
58 .jstb_del {
58 .jstb_del {
59 background-image: url(../images/jstoolbar/bt_del.png);
59 background-image: url(../images/jstoolbar/bt_del.png);
60 }
60 }
61 .jstb_quote {
61 .jstb_quote {
62 background-image: url(../images/jstoolbar/bt_quote.png);
62 background-image: url(../images/jstoolbar/bt_quote.png);
63 }
63 }
64 .jstb_code {
64 .jstb_code {
65 background-image: url(../images/jstoolbar/bt_code.png);
65 background-image: url(../images/jstoolbar/bt_code.png);
66 }
66 }
67 .jstb_br {
67 .jstb_br {
68 background-image: url(../images/jstoolbar/bt_br.png);
68 background-image: url(../images/jstoolbar/bt_br.png);
69 }
69 }
70 .jstb_ul {
70 .jstb_ul {
71 background-image: url(../images/jstoolbar/bt_ul.png);
71 background-image: url(../images/jstoolbar/bt_ul.png);
72 }
72 }
73 .jstb_ol {
73 .jstb_ol {
74 background-image: url(../images/jstoolbar/bt_ol.png);
74 background-image: url(../images/jstoolbar/bt_ol.png);
75 }
75 }
76 .jstb_link {
76 .jstb_link {
77 background-image: url(../images/jstoolbar/bt_link.png);
77 background-image: url(../images/jstoolbar/bt_link.png);
78 }
78 }
General Comments 0
You need to be logged in to leave comments. Login now