summaryrefslogtreecommitdiffstats
path: root/redmine
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2006-11-05 16:52:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2006-11-05 16:52:22 +0000
commit0778ac8c1b263996c54346ee6d4197933342325e (patch)
tree2772b8f362bf0b536ee20c442d29d487224717c2 /redmine
parent3628515b312c96d35fd1ec3a21b58ccfb3731a67 (diff)
downloadredmine-0778ac8c1b263996c54346ee6d4197933342325e.tar.gz
redmine-0778ac8c1b263996c54346ee6d4197933342325e.zip
git-svn-id: http://redmine.rubyforge.org/svn/trunk@39 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'redmine')
-rw-r--r--redmine/public/stylesheets/jstoolbar.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/redmine/public/stylesheets/jstoolbar.css b/redmine/public/stylesheets/jstoolbar.css
new file mode 100644
index 000000000..efdf3d264
--- /dev/null
+++ b/redmine/public/stylesheets/jstoolbar.css
@@ -0,0 +1,79 @@
+.jstEditor {
+ padding-left: 0px;
+}
+.jstEditor textarea, .jstEditor iframe {
+ margin: 0;
+ border: 1;
+}
+
+.jstHandle {
+ height: 16px;
+ font-size: 0.1em;
+ cursor: s-resize;
+ background: transparent url(img/resizer.png) no-repeat 45% 50%;
+}
+
+.jstElements {
+ padding: 3px 3px;
+}
+
+.jstElements button {
+ margin-right : 6px;
+ width : 24px;
+ height: 24px;
+ padding: 4px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #ddd;
+ background-color : #f7f7f7;
+ background-position : 50% 50%;
+ background-repeat: no-repeat;
+}
+.jstElements button:hover {
+ border-color : #000;
+}
+.jstElements button span {
+ display : none;
+}
+.jstElements span {
+ display : inline;
+}
+
+.jstSpacer {
+ width : 0px;
+ font-size: 1px;
+ margin-right: 4px;
+}
+
+/* Buttons
+-------------------------------------------------------- */
+.jstb_strong {
+ background-image: url(../images/jstoolbar/bt_strong.png);
+}
+.jstb_em {
+ background-image: url(../images/jstoolbar/bt_em.png);
+}
+.jstb_ins {
+ background-image: url(../images/jstoolbar/bt_ins.png);
+}
+.jstb_del {
+ background-image: url(../images/jstoolbar/bt_del.png);
+}
+.jstb_quote {
+ background-image: url(../images/jstoolbar/bt_quote.png);
+}
+.jstb_code {
+ background-image: url(../images/jstoolbar/bt_code.png);
+}
+.jstb_br {
+ background-image: url(../images/jstoolbar/bt_br.png);
+}
+.jstb_ul {
+ background-image: url(../images/jstoolbar/bt_ul.png);
+}
+.jstb_ol {
+ background-image: url(../images/jstoolbar/bt_ol.png);
+}
+.jstb_link {
+ background-image: url(../images/jstoolbar/bt_link.png);
+}