##// END OF EJS Templates
Slight change to the style of formatting buttons....
Jean-Philippe Lang -
r6214:978c789193dc
parent child
Show More
@@ -13,11 +13,11
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;
@@ -29,7 +29,8
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;
@@ -41,7 +42,7
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; }
General Comments 0
You need to be logged in to leave comments. Login now