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