##// END OF EJS Templates
Fixed MissingFeatureException: let user choose to copy attachments or not when bulk copying issues....
Fixed MissingFeatureException: let user choose to copy attachments or not when bulk copying issues. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9405 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7512:dfde5aa909e9
r9271:231282ddcb73
Show More
jstoolbar.css
97 lines | 2.1 KiB | text/css | LassoCssLexer
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 .jstEditor {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 padding-left: 0px;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstEditor textarea, .jstEditor iframe {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 margin: 0;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstHandle {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 height: 10px;
font-size: 0.1em;
cursor: s-resize;
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstElements {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 padding: 3px 3px 3px 0;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstElements button {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 margin-right: 4px;
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;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstElements button:hover {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 border-color: #bbb;
Jean-Philippe Lang
Slight change to the style of formatting buttons....
r6214 background-color: #e5e5e5;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstElements button span {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 display : none;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstElements span {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 display : inline;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstSpacer {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 width : 0px;
font-size: 1px;
margin-right: 6px;
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
Jean-Philippe Lang
Prettier wiki syntax help link....
r5121 .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%;}
Jean-Philippe Lang
Display wiki syntax quick ref link within the jstoolbar (closes #629, #767)....
r1176
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 /* Buttons
-------------------------------------------------------- */
.jstb_strong {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_strong.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstb_em {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_em.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstb_ins {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_ins.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstb_del {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_del.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstb_code {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_code.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 .jstb_h1 {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_h1.png);
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 }
.jstb_h2 {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_h2.png);
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 }
.jstb_h3 {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_h3.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstb_ul {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_ul.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
.jstb_ol {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_ol.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
Jean-Philippe Lang
Adds multi-levels blockquotes support by using > at the beginning of lines....
r1465 .jstb_bq {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_bq.png);
Jean-Philippe Lang
Adds multi-levels blockquotes support by using > at the beginning of lines....
r1465 }
.jstb_unbq {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_bq_remove.png);
Jean-Philippe Lang
Adds multi-levels blockquotes support by using > at the beginning of lines....
r1465 }
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 .jstb_pre {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_pre.png);
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 }
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 .jstb_link {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_link.png);
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 }
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 .jstb_img {
Toshi MARUYAMA
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css...
r7512 background-image: url(../images/jstoolbar/bt_img.png);
Jean-Philippe Lang
Wiki toolbar improvements (mainly for Firefox)....
r1049 }