replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c6395f6bbd
commit
dfde5aa909
|
@ -1,48 +1,48 @@
|
|||
.jstEditor {
|
||||
padding-left: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.jstEditor textarea, .jstEditor iframe {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jstHandle {
|
||||
height: 10px;
|
||||
font-size: 0.1em;
|
||||
cursor: s-resize;
|
||||
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
|
||||
height: 10px;
|
||||
font-size: 0.1em;
|
||||
cursor: s-resize;
|
||||
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
|
||||
}
|
||||
|
||||
.jstElements {
|
||||
padding: 3px 3px 3px 0;
|
||||
padding: 3px 3px 3px 0;
|
||||
}
|
||||
|
||||
.jstElements button {
|
||||
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;
|
||||
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;
|
||||
}
|
||||
.jstElements button:hover {
|
||||
border-color: #bbb;
|
||||
border-color: #bbb;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
.jstElements button span {
|
||||
display : none;
|
||||
display : none;
|
||||
}
|
||||
.jstElements span {
|
||||
display : inline;
|
||||
display : inline;
|
||||
}
|
||||
|
||||
.jstSpacer {
|
||||
width : 0px;
|
||||
font-size: 1px;
|
||||
margin-right: 6px;
|
||||
width : 0px;
|
||||
font-size: 1px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
|
||||
|
@ -51,47 +51,47 @@
|
|||
/* Buttons
|
||||
-------------------------------------------------------- */
|
||||
.jstb_strong {
|
||||
background-image: url(../images/jstoolbar/bt_strong.png);
|
||||
background-image: url(../images/jstoolbar/bt_strong.png);
|
||||
}
|
||||
.jstb_em {
|
||||
background-image: url(../images/jstoolbar/bt_em.png);
|
||||
background-image: url(../images/jstoolbar/bt_em.png);
|
||||
}
|
||||
.jstb_ins {
|
||||
background-image: url(../images/jstoolbar/bt_ins.png);
|
||||
background-image: url(../images/jstoolbar/bt_ins.png);
|
||||
}
|
||||
.jstb_del {
|
||||
background-image: url(../images/jstoolbar/bt_del.png);
|
||||
background-image: url(../images/jstoolbar/bt_del.png);
|
||||
}
|
||||
.jstb_code {
|
||||
background-image: url(../images/jstoolbar/bt_code.png);
|
||||
background-image: url(../images/jstoolbar/bt_code.png);
|
||||
}
|
||||
.jstb_h1 {
|
||||
background-image: url(../images/jstoolbar/bt_h1.png);
|
||||
background-image: url(../images/jstoolbar/bt_h1.png);
|
||||
}
|
||||
.jstb_h2 {
|
||||
background-image: url(../images/jstoolbar/bt_h2.png);
|
||||
background-image: url(../images/jstoolbar/bt_h2.png);
|
||||
}
|
||||
.jstb_h3 {
|
||||
background-image: url(../images/jstoolbar/bt_h3.png);
|
||||
background-image: url(../images/jstoolbar/bt_h3.png);
|
||||
}
|
||||
.jstb_ul {
|
||||
background-image: url(../images/jstoolbar/bt_ul.png);
|
||||
background-image: url(../images/jstoolbar/bt_ul.png);
|
||||
}
|
||||
.jstb_ol {
|
||||
background-image: url(../images/jstoolbar/bt_ol.png);
|
||||
background-image: url(../images/jstoolbar/bt_ol.png);
|
||||
}
|
||||
.jstb_bq {
|
||||
background-image: url(../images/jstoolbar/bt_bq.png);
|
||||
background-image: url(../images/jstoolbar/bt_bq.png);
|
||||
}
|
||||
.jstb_unbq {
|
||||
background-image: url(../images/jstoolbar/bt_bq_remove.png);
|
||||
background-image: url(../images/jstoolbar/bt_bq_remove.png);
|
||||
}
|
||||
.jstb_pre {
|
||||
background-image: url(../images/jstoolbar/bt_pre.png);
|
||||
background-image: url(../images/jstoolbar/bt_pre.png);
|
||||
}
|
||||
.jstb_link {
|
||||
background-image: url(../images/jstoolbar/bt_link.png);
|
||||
background-image: url(../images/jstoolbar/bt_link.png);
|
||||
}
|
||||
.jstb_img {
|
||||
background-image: url(../images/jstoolbar/bt_img.png);
|
||||
background-image: url(../images/jstoolbar/bt_img.png);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue