projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Introduction de règles de style spécifiques aux contenus pour utilisation via ckeditor.
[Plinn.git]
/
skins
/
generic
/
plinn_ckeditor_styles.js.dtml
diff --git
a/skins/generic/plinn_ckeditor_styles.js.dtml
b/skins/generic/plinn_ckeditor_styles.js.dtml
index
2d4711e
..
1fca357
100644
(file)
--- a/
skins/generic/plinn_ckeditor_styles.js.dtml
+++ b/
skins/generic/plinn_ckeditor_styles.js.dtml
@@
-15,12
+15,17
@@
//The name and element values are required, while other values are optional.
CKEDITOR.stylesSet.add( 'plinn_styles', [
//The name and element values are required, while other values are optional.
CKEDITOR.stylesSet.add( 'plinn_styles', [
- { name: '
Coins arrondis
',
+ { name: '
Bloc arrondi
',
element: 'div',
element: 'div',
- attributes : {'class' : '
news_box
'}
+ attributes : {'class' : '
rounded-corners
'}
},
},
- { name: '
c
ellule arrondie',
+ { name: '
C
ellule arrondie',
element: 'td',
element: 'td',
- attributes : {'class' : '
news_box
'}
+ attributes : {'class' : '
rounded-corners
'}
},
},
+ { name: 'Image arrondie',
+ element: 'img',
+ attributes : {'class' : 'rounded-corners'}
+ },
+
]);
]);