mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 15:03:22 +01:00
Use absolute URL (propshaft default format) for images in jstoolbar.css (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22658 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
}
|
||||
|
||||
.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
|
||||
.jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;}
|
||||
.jstElements .help a {padding: 2px 0 2px 20px; background: url(./help.png) no-repeat 0 50%;}
|
||||
|
||||
.table-generator td {
|
||||
border: 2px solid #ccc;
|
||||
@@ -105,59 +105,59 @@
|
||||
/* Buttons
|
||||
-------------------------------------------------------- */
|
||||
.jstb_strong {
|
||||
background-image: url(../images/jstoolbar/bt_strong.png);
|
||||
background-image: url(/jstoolbar/bt_strong.png);
|
||||
}
|
||||
.jstb_em {
|
||||
background-image: url(../images/jstoolbar/bt_em.png);
|
||||
background-image: url(/jstoolbar/bt_em.png);
|
||||
}
|
||||
.jstb_ins {
|
||||
background-image: url(../images/jstoolbar/bt_ins.png);
|
||||
background-image: url(/jstoolbar/bt_ins.png);
|
||||
}
|
||||
.jstb_del {
|
||||
background-image: url(../images/jstoolbar/bt_del.png);
|
||||
background-image: url(/jstoolbar/bt_del.png);
|
||||
}
|
||||
.jstb_code {
|
||||
background-image: url(../images/jstoolbar/bt_code.png);
|
||||
background-image: url(/jstoolbar/bt_code.png);
|
||||
}
|
||||
.jstb_h1 {
|
||||
background-image: url(../images/jstoolbar/bt_h1.png);
|
||||
background-image: url(/jstoolbar/bt_h1.png);
|
||||
}
|
||||
.jstb_h2 {
|
||||
background-image: url(../images/jstoolbar/bt_h2.png);
|
||||
background-image: url(/jstoolbar/bt_h2.png);
|
||||
}
|
||||
.jstb_h3 {
|
||||
background-image: url(../images/jstoolbar/bt_h3.png);
|
||||
background-image: url(/jstoolbar/bt_h3.png);
|
||||
}
|
||||
.jstb_ul {
|
||||
background-image: url(../images/jstoolbar/bt_ul.png);
|
||||
background-image: url(/jstoolbar/bt_ul.png);
|
||||
}
|
||||
.jstb_ol {
|
||||
background-image: url(../images/jstoolbar/bt_ol.png);
|
||||
background-image: url(/jstoolbar/bt_ol.png);
|
||||
}
|
||||
.jstb_tl {
|
||||
background-image: url(../images/jstoolbar/bt_tl.png);
|
||||
background-image: url(/jstoolbar/bt_tl.png);
|
||||
}
|
||||
.jstb_bq {
|
||||
background-image: url(../images/jstoolbar/bt_bq.png);
|
||||
background-image: url(/jstoolbar/bt_bq.png);
|
||||
}
|
||||
.jstb_unbq {
|
||||
background-image: url(../images/jstoolbar/bt_bq_remove.png);
|
||||
background-image: url(/jstoolbar/bt_bq_remove.png);
|
||||
}
|
||||
.jstb_pre {
|
||||
background-image: url(../images/jstoolbar/bt_pre.png);
|
||||
background-image: url(/jstoolbar/bt_pre.png);
|
||||
}
|
||||
.jstb_precode {
|
||||
background-image: url(../images/jstoolbar/bt_precode.png);
|
||||
background-image: url(/jstoolbar/bt_precode.png);
|
||||
}
|
||||
.jstb_link {
|
||||
background-image: url(../images/jstoolbar/bt_link.png);
|
||||
background-image: url(/jstoolbar/bt_link.png);
|
||||
}
|
||||
.jstb_img {
|
||||
background-image: url(../images/jstoolbar/bt_img.png);
|
||||
background-image: url(/jstoolbar/bt_img.png);
|
||||
}
|
||||
.jstb_table {
|
||||
background-image: url(../images/jstoolbar/bt_table.png);
|
||||
background-image: url(/jstoolbar/bt_table.png);
|
||||
}
|
||||
.jstb_help {
|
||||
background-image: url(../images/help.png);
|
||||
background-image: url(/help.png);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user