OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/stylesheets/jstoolbar.css.erb

107 lines
2.4 KiB

//-- copyright
// OpenProject is a project management system.
//
// Copyright (C) 2012-2013 the OpenProject Team
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License version 3.
//
// See doc/COPYRIGHT.rdoc for more details.
//++
.jstEditor {
padding-left: 0px;
}
.jstEditor textarea, .jstEditor iframe {
margin: 0;
}
.jstHandle {
height: 10px;
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;
}
.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(<%= asset_path 'help.png' %>) no-repeat 0 50%;}
/* Buttons
-------------------------------------------------------- */
.jstb_strong {
background-image: url(<%= asset_path 'jstoolbar/bt_strong.png' %>);
}
.jstb_em {
background-image: url(<%= asset_path 'jstoolbar/bt_em.png' %>);
}
.jstb_ins {
background-image: url(<%= asset_path 'jstoolbar/bt_ins.png' %>);
}
.jstb_del {
background-image: url(<%= asset_path 'jstoolbar/bt_del.png' %>);
}
.jstb_code {
background-image: url(<%= asset_path 'jstoolbar/bt_code.png' %>);
}
.jstb_h1 {
background-image: url(<%= asset_path 'jstoolbar/bt_h1.png' %>);
}
.jstb_h2 {
background-image: url(<%= asset_path 'jstoolbar/bt_h2.png' %>);
}
.jstb_h3 {
background-image: url(<%= asset_path 'jstoolbar/bt_h3.png' %>);
}
.jstb_ul {
background-image: url(<%= asset_path 'jstoolbar/bt_ul.png' %>);
}
.jstb_ol {
background-image: url(<%= asset_path 'jstoolbar/bt_ol.png' %>);
}
.jstb_bq {
background-image: url(<%= asset_path 'jstoolbar/bt_bq.png' %>);
}
.jstb_unbq {
background-image: url(<%= asset_path 'jstoolbar/bt_bq_remove.png' %>);
}
.jstb_pre {
background-image: url(<%= asset_path 'jstoolbar/bt_pre.png' %>);
}
.jstb_link {
background-image: url(<%= asset_path 'jstoolbar/bt_link.png' %>);
}
.jstb_img {
background-image: url(<%= asset_path 'jstoolbar/bt_img.png' %>);
}