##// 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
@@ -1,78 +1,78
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: 16px;
10 10 font-size: 0.1em;
11 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 15 .jstElements {
16 16 padding: 3px 3px;
17 17 }
18 18
19 19 .jstElements button {
20 20 margin-right : 6px;
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 32 border-color : #000;
33 33 }
34 34 .jstElements button span {
35 35 display : none;
36 36 }
37 37 .jstElements span {
38 38 display : inline;
39 39 }
40 40
41 41 .jstSpacer {
42 42 width : 0px;
43 43 font-size: 1px;
44 44 margin-right: 4px;
45 45 }
46 46
47 47 /* Buttons
48 48 -------------------------------------------------------- */
49 49 .jstb_strong {
50 50 background-image: url(../images/jstoolbar/bt_strong.png);
51 51 }
52 52 .jstb_em {
53 53 background-image: url(../images/jstoolbar/bt_em.png);
54 54 }
55 55 .jstb_ins {
56 56 background-image: url(../images/jstoolbar/bt_ins.png);
57 57 }
58 58 .jstb_del {
59 59 background-image: url(../images/jstoolbar/bt_del.png);
60 60 }
61 61 .jstb_quote {
62 62 background-image: url(../images/jstoolbar/bt_quote.png);
63 63 }
64 64 .jstb_code {
65 65 background-image: url(../images/jstoolbar/bt_code.png);
66 66 }
67 67 .jstb_br {
68 68 background-image: url(../images/jstoolbar/bt_br.png);
69 69 }
70 70 .jstb_ul {
71 71 background-image: url(../images/jstoolbar/bt_ul.png);
72 72 }
73 73 .jstb_ol {
74 74 background-image: url(../images/jstoolbar/bt_ol.png);
75 75 }
76 76 .jstb_link {
77 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