2008-07-25 08:26:05 +00:00
|
|
|
/*
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# This file is part of InDefero, an open source project management application.
|
|
|
|
# Copyright (C) 2008 Céondo Ltd and contributors.
|
|
|
|
#
|
|
|
|
# InDefero is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# InDefero is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK ***** */
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
body {
|
2009-01-02 21:56:15 +00:00
|
|
|
font-family: arial, helvetica, sans-serif;
|
2009-01-02 21:53:46 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.top {
|
2009-05-30 18:33:47 +00:00
|
|
|
margin-top: 5px;
|
2008-11-11 21:32:01 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a:link {
|
|
|
|
color: #00e;
|
2008-11-26 20:51:16 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a:visited {
|
2008-11-26 21:35:36 +00:00
|
|
|
color: #551a8b;
|
2010-10-15 00:40:09 +00:00
|
|
|
}
|
2008-11-26 20:51:16 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a:active{
|
|
|
|
color: #f00;
|
2008-11-26 20:51:16 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.yui-g {
|
2008-07-25 08:26:05 +00:00
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.right {
|
2008-07-27 15:43:51 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.a-c {
|
2009-01-25 09:32:34 +00:00
|
|
|
text-align: center !important;
|
2009-01-02 10:20:10 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.dellink {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
2008-08-08 19:33:10 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.dellink a {
|
2008-08-08 19:33:10 +00:00
|
|
|
color: #a00;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a.userw {
|
2008-08-12 20:17:49 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.mono {
|
2008-07-27 15:43:51 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.soft {
|
2008-08-11 13:27:40 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.soft a {
|
2008-08-11 13:27:40 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a.soft {
|
2008-11-30 09:26:05 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a.soft:visited {
|
2008-11-30 09:26:05 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.context {
|
2008-07-25 08:26:05 +00:00
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Form
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
form.star {
|
2008-08-12 10:46:09 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.form th, table.form td {
|
2008-07-25 08:26:05 +00:00
|
|
|
border: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2010-10-15 00:40:09 +00:00
|
|
|
table.form th {
|
2008-07-25 08:26:05 +00:00
|
|
|
text-align: right;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-12-05 00:22:32 +00:00
|
|
|
table.form td.separator {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.px-message-error {
|
2008-07-25 08:26:05 +00:00
|
|
|
padding-left: 37px;
|
|
|
|
background: url("../img/dialog-error.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 3px 0;
|
|
|
|
color: #c00;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
ul.errorlist {
|
2008-07-25 08:26:05 +00:00
|
|
|
color: #c00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.user-messages {
|
2008-07-25 08:26:05 +00:00
|
|
|
border: 1px solid rgb(229, 225, 169);
|
|
|
|
background-color: #fffde3;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-left: -1px;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.theterms {
|
2008-12-07 13:56:06 +00:00
|
|
|
border: 1px solid rgb(229, 225, 169);
|
|
|
|
background-color: #fffde3;
|
|
|
|
padding: 1em 1em 0 1em;
|
|
|
|
}
|
|
|
|
|
2008-07-25 08:26:05 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Recent issues
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues {
|
2008-07-25 08:26:05 +00:00
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.minsize {
|
2009-02-27 09:42:18 +00:00
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues tr.log {
|
|
|
|
border-bottom: 1px solid #e7ebe3;
|
2008-11-15 10:31:43 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues th {
|
|
|
|
background-color: #e4e8E0;
|
2008-07-25 08:26:05 +00:00
|
|
|
vertical-align: top;
|
|
|
|
border-color: #d3d7cf;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues tr {
|
2008-07-25 08:26:05 +00:00
|
|
|
border-left: 1px solid #d3d7cf;
|
|
|
|
border-right: 1px solid #d3d7cf;
|
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues td {
|
2008-07-25 08:26:05 +00:00
|
|
|
border: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues tfoot th {
|
2008-07-25 08:26:05 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues tfoot th a {
|
2008-07-25 08:26:05 +00:00
|
|
|
color: #000;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.recent-issues th a.px-current-page {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
span.px-sort {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 70%;
|
2010-10-15 00:40:09 +00:00
|
|
|
white-space: nowrap;
|
2008-07-25 08:26:05 +00:00
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
span.px-header-title {
|
|
|
|
white-space: nowrap;
|
2008-07-25 08:26:05 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
span.px-header-title a, span.px-header-title a:link, span.px-header-title a:visited, span.px-header-title a:active {
|
2009-07-08 12:28:30 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2008-07-25 08:26:05 +00:00
|
|
|
/**
|
|
|
|
* Issue
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
a.issue-c {
|
2008-07-28 18:31:23 +00:00
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
pre.issue-comment-text {
|
|
|
|
font-family: monospace;
|
2008-07-28 18:31:23 +00:00
|
|
|
line-height: 1.2; /* to be nice also with links */
|
2008-07-25 08:26:05 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-comment {
|
2008-07-25 08:26:05 +00:00
|
|
|
border-left: 3px solid #8ae234;
|
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
border-right: 1px solid #d3d7cf;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.issue-comment-focus {
|
|
|
|
border-right: 3px solid #8ae234 !important;
|
2008-07-25 12:15:58 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-comment-first {
|
2008-07-25 08:26:05 +00:00
|
|
|
border-top: 1px solid #d3d7cf;
|
2011-01-06 21:38:38 +00:00
|
|
|
clear: both;
|
2008-07-25 08:26:05 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-comment-signin {
|
2008-07-25 08:26:05 +00:00
|
|
|
-moz-border-radius: 0 0 3px 3px;
|
2009-04-16 09:47:42 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
|
|
|
-webkit-border-top-right-radius: 0;
|
2008-07-25 08:26:05 +00:00
|
|
|
background-color: #d3d7cf;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-comment-signin a {
|
2008-07-25 08:26:05 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-changes {
|
2008-07-25 08:26:05 +00:00
|
|
|
background-color: #d3d7cf;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
padding: 4px;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-changes-timeline {
|
2008-11-15 10:31:43 +00:00
|
|
|
background-color: #eeeeec;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
margin-top: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
width: 60%;
|
|
|
|
color: #888a85;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-submit-info {
|
2008-07-25 08:26:05 +00:00
|
|
|
background-color: #d3d7cf;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.issue-submit-info h2 {
|
2008-07-31 20:50:21 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
span.label {
|
2008-07-25 08:26:05 +00:00
|
|
|
color: #204a87;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
a.label {
|
2008-07-25 08:26:05 +00:00
|
|
|
color: #204a87;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.label {
|
2008-08-06 20:19:46 +00:00
|
|
|
color: #204a87;
|
|
|
|
}
|
|
|
|
|
2011-01-23 16:08:07 +00:00
|
|
|
.nobrk {
|
2008-07-25 08:26:05 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr { visibility: hidden; }
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
hr.attach {
|
|
|
|
visibility: visible;
|
2008-11-16 11:19:30 +00:00
|
|
|
border: 0;
|
|
|
|
background-color: #d3d7cf;
|
|
|
|
color: #d3d7cf;
|
2008-11-12 19:40:58 +00:00
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
textarea {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
h1.title {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
h1.project-title {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-weight: normal;
|
|
|
|
float: right;
|
|
|
|
z-index: 100;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
2009-04-07 08:29:35 +00:00
|
|
|
margin-bottom: 0;
|
2008-07-25 08:26:05 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.note {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.smaller {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
span.active {
|
2008-07-26 18:17:18 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.helptext {
|
2008-07-25 08:26:05 +00:00
|
|
|
font-size: 80%;
|
|
|
|
color: #555753;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.container {
|
2008-07-25 08:26:05 +00:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.sep {
|
2008-07-26 16:42:41 +00:00
|
|
|
margin: 0 0.3em;
|
|
|
|
}
|
|
|
|
|
2008-07-25 08:26:05 +00:00
|
|
|
/**
|
|
|
|
* Tabs
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
#main-tabs {
|
2009-06-19 13:20:59 +00:00
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#main-tabs a {
|
2008-07-25 08:26:05 +00:00
|
|
|
background-color: #d3d7cf;
|
|
|
|
-moz-border-radius: 3px 3px 0 0;
|
2009-04-16 09:47:42 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
2010-10-15 00:40:09 +00:00
|
|
|
padding: 4px 4px 0 4px;
|
2008-07-25 08:26:05 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: #2e3436;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#main-tabs a.active {
|
2008-07-25 08:26:05 +00:00
|
|
|
background-color: #a5e26a;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#sub-tabs {
|
2008-07-25 08:26:05 +00:00
|
|
|
background-color: #a5e26a;
|
|
|
|
-moz-border-radius: 0 3px 3px 3px;
|
2009-04-16 09:47:42 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
2008-07-25 08:26:05 +00:00
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#sub-tabs a {
|
2008-07-25 08:26:05 +00:00
|
|
|
color: #2e3436;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#sub-tabs a.active {
|
2008-07-25 08:26:05 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-07-26 16:42:41 +00:00
|
|
|
/**
|
|
|
|
* Tree list
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list {
|
2008-07-26 16:42:41 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list th {
|
|
|
|
background-color: #e4e8E0;
|
2008-07-26 16:42:41 +00:00
|
|
|
vertical-align: top;
|
2010-10-15 00:40:09 +00:00
|
|
|
border-color: #d3d7cf;
|
2008-07-26 16:42:41 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list tr {
|
2008-07-26 16:42:41 +00:00
|
|
|
border-left: 1px solid #d3d7cf;
|
|
|
|
border-right: 1px solid #d3d7cf;
|
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list td {
|
2008-07-26 16:42:41 +00:00
|
|
|
border: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list tfoot th, table.code tfoot th {
|
2008-07-26 23:31:10 +00:00
|
|
|
text-align: right;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list tfoot th a, table.code tfoot th a {
|
2008-07-26 23:31:10 +00:00
|
|
|
color: #000;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list tfoot th ul, table.code tfoot th ul {
|
2008-08-29 17:50:10 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list tr.log {
|
|
|
|
border-bottom: 1px solid #e7ebe3;
|
2008-07-27 15:43:51 +00:00
|
|
|
/* background-color: #eef2ea !important; */
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.tree-list tr.extra {
|
2008-07-27 15:43:51 +00:00
|
|
|
/* border-bottom: 1px solid #e7ebe3; */
|
|
|
|
/* background-color: #eef2ea !important; */
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table td.fileicon {
|
2008-07-27 15:43:51 +00:00
|
|
|
width: 20px;
|
2008-07-26 16:42:41 +00:00
|
|
|
|
2008-07-27 15:43:51 +00:00
|
|
|
}
|
2008-07-25 08:26:05 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Autocomplete.
|
|
|
|
*/
|
|
|
|
.ac_results {
|
|
|
|
padding: 0px;
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: white;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 99999;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results ul {
|
|
|
|
width: 100%;
|
|
|
|
list-style-position: outside;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results li {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
cursor: default;
|
|
|
|
display: block;
|
2010-10-15 00:40:09 +00:00
|
|
|
/*
|
|
|
|
if width will be 100% horizontal scrollbar will apear
|
2008-07-25 08:26:05 +00:00
|
|
|
when scroll mode will be used
|
|
|
|
*/
|
|
|
|
/*width: 100%;*/
|
|
|
|
font: menu;
|
|
|
|
font-size: 12px;
|
2010-10-15 00:40:09 +00:00
|
|
|
/*
|
|
|
|
it is very important, if line-height not setted or setted
|
2008-07-25 08:26:05 +00:00
|
|
|
in relative units scroll will be broken in firefox
|
|
|
|
*/
|
|
|
|
line-height: 16px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_loading {
|
|
|
|
background: white url('../img/indicator.gif') right center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_odd {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_over {
|
|
|
|
background-color: #4e9a06;
|
|
|
|
color: white;
|
|
|
|
}
|
2008-07-28 20:09:17 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.disp th, table.disp td {
|
2008-12-01 17:23:18 +00:00
|
|
|
border: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2008-07-28 20:09:17 +00:00
|
|
|
/**
|
|
|
|
* Commit
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
table.commit th, table.commit td {
|
2008-07-28 20:09:17 +00:00
|
|
|
border: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2010-10-15 00:40:09 +00:00
|
|
|
table.commit th {
|
2008-07-28 20:09:17 +00:00
|
|
|
text-align: right;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2010-10-15 00:40:09 +00:00
|
|
|
table.commit td, table.commit th {
|
2008-07-28 20:09:17 +00:00
|
|
|
padding: 3px;
|
|
|
|
}
|
2010-12-08 00:48:26 +00:00
|
|
|
table.commit table.changes td {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
table.commit table.changes table.properties {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
table.commit table.changes table.properties tr:nth-child(even) {
|
|
|
|
background: #E4E8E0;
|
|
|
|
}
|
|
|
|
table.commit table.changes table.properties td {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
table.commit table.changes table.properties td.removed {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2008-07-28 20:09:17 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* syntax highlighting of diffs
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff {
|
2008-07-31 22:38:29 +00:00
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff th {
|
|
|
|
background-color: #e4e8E0;
|
2008-07-31 22:38:29 +00:00
|
|
|
vertical-align: top;
|
2010-10-15 00:40:09 +00:00
|
|
|
border-color: #d3d7cf;
|
2008-07-31 22:38:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff tr {
|
2008-07-31 22:38:29 +00:00
|
|
|
border-left: 1px solid #d3d7cf;
|
|
|
|
border-right: 1px solid #d3d7cf;
|
|
|
|
border-bottom: none;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff td {
|
2008-07-31 22:38:29 +00:00
|
|
|
font-size: 90%;
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 1px;
|
|
|
|
border-color: inherit;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff td.diff-lc {
|
2008-07-31 22:38:29 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 1px 5px;
|
|
|
|
border-color: inherit;
|
|
|
|
border-top: 1px solid #d3d7cf;
|
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
width: 3em;
|
2008-07-28 20:09:17 +00:00
|
|
|
}
|
2008-07-31 22:38:29 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
td.diff-a {
|
2008-07-28 20:09:17 +00:00
|
|
|
background-color: #dfd;
|
|
|
|
}
|
2008-07-31 22:38:29 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
td.diff-r {
|
2008-07-28 20:09:17 +00:00
|
|
|
background-color: #fdd;
|
|
|
|
}
|
2008-07-31 22:38:29 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
td.diff-a, td.diff-r, td.diff-c {
|
2008-07-31 22:38:29 +00:00
|
|
|
border-bottom: none;
|
|
|
|
border-top: none;
|
2008-07-28 20:09:17 +00:00
|
|
|
}
|
2008-07-31 22:38:29 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff tr.diff-next {
|
|
|
|
background-color: #e4e8E0;
|
2008-07-31 22:38:29 +00:00
|
|
|
vertical-align: top;
|
|
|
|
text-align: right;
|
2010-10-15 00:40:09 +00:00
|
|
|
border-color: #d3d7cf;
|
2008-07-28 20:09:17 +00:00
|
|
|
}
|
2008-07-31 22:38:29 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.diff tr.diff-next td {
|
2008-07-31 22:38:29 +00:00
|
|
|
padding: 1px 5px;
|
2008-07-28 20:09:17 +00:00
|
|
|
}
|
2008-08-03 22:42:05 +00:00
|
|
|
|
2008-11-30 09:26:05 +00:00
|
|
|
|
2008-11-11 21:32:01 +00:00
|
|
|
/**
|
|
|
|
* view file content
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code {
|
2008-11-11 21:32:01 +00:00
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
border-top: 1px solid #d3d7cf;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code th {
|
|
|
|
background-color: #e4e8E0;
|
2008-11-11 21:55:35 +00:00
|
|
|
vertical-align: top;
|
2010-10-15 00:40:09 +00:00
|
|
|
border-color: #d3d7cf;
|
2008-11-11 21:55:35 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code tr {
|
2008-11-11 21:32:01 +00:00
|
|
|
border-left: 1px solid #d3d7cf;
|
|
|
|
border-right: 1px solid #d3d7cf;
|
|
|
|
border-bottom: none;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code td {
|
2008-11-11 21:32:01 +00:00
|
|
|
font-size: 90%;
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 1px;
|
|
|
|
border-color: inherit;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code td.code {
|
2008-11-11 21:32:01 +00:00
|
|
|
border: none;
|
|
|
|
/* Whitespace hacking from: http://ln.hixie.ch/ */
|
|
|
|
white-space: pre; /* CSS2 */
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla */
|
|
|
|
white-space: -hp-pre-wrap; /* HP printers */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: pre-wrap; /* CSS 2.1 */
|
2010-10-15 00:40:09 +00:00
|
|
|
word-wrap: break-word; /* IE */
|
2008-11-11 21:32:01 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code td.code-lc {
|
2008-11-11 21:32:01 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 1px 5px;
|
|
|
|
border-color: inherit;
|
|
|
|
border-top: 1px solid #d3d7cf;
|
|
|
|
border-bottom: 1px solid #d3d7cf;
|
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.code td.code-lc a {
|
2008-11-11 21:32:01 +00:00
|
|
|
color: #555753;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-08-03 22:42:05 +00:00
|
|
|
/**
|
|
|
|
* Download
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
div.download-file {
|
2008-08-03 22:42:05 +00:00
|
|
|
padding: 1em 1em 1em 3em;
|
|
|
|
background: url("../img/down-large.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 1em 1em;
|
|
|
|
font-size: 140%;
|
2009-06-22 19:08:33 +00:00
|
|
|
margin-bottom: 1.5em;
|
2008-08-03 22:42:05 +00:00
|
|
|
background-color: #bbe394;
|
|
|
|
width: 40%;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
}
|
2008-11-22 22:51:23 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
table.download {
|
2009-06-22 19:08:33 +00:00
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2008-11-22 22:51:23 +00:00
|
|
|
/**
|
|
|
|
* Wiki
|
|
|
|
*/
|
2010-10-15 00:40:09 +00:00
|
|
|
p.desc {
|
2008-11-22 22:51:23 +00:00
|
|
|
background-color: #eeeeec;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
padding: 4px;
|
|
|
|
width: 60%;
|
|
|
|
}
|
2008-11-23 10:12:16 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.old-rev {
|
2008-11-23 10:12:16 +00:00
|
|
|
padding: 1em 1em 0.1em 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
background-color: #bbe394;
|
|
|
|
width: 40%;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
}
|
2008-11-23 11:33:11 +00:00
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
div.deprecated-page {
|
2008-11-25 20:59:57 +00:00
|
|
|
padding: 1em 1em 0.1em 3em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
background: url("../img/warning-large.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 1em 1em;
|
|
|
|
font-size: 120%;
|
|
|
|
background-color: #bbe394;
|
|
|
|
width: 40%;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.delp {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
2008-11-23 11:33:11 +00:00
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
.delp a {
|
2008-11-23 11:33:11 +00:00
|
|
|
color: #a00;
|
|
|
|
}
|
2008-11-30 09:26:05 +00:00
|
|
|
|
2011-01-05 11:07:57 +00:00
|
|
|
ul > li {
|
|
|
|
list-style: disc outside none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol > li {
|
|
|
|
list-style: decimal outside none;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#branding {
|
2008-11-30 09:26:05 +00:00
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
margin-right: -10px;
|
2008-11-30 18:00:17 +00:00
|
|
|
margin-bottom: 10px;
|
2008-11-30 09:26:05 +00:00
|
|
|
width: 115px;
|
|
|
|
font-size: 8px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 0px;
|
2010-10-15 00:40:09 +00:00
|
|
|
background-color: #eeeeec;
|
2008-11-30 09:26:05 +00:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
2009-04-16 09:47:42 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
2008-11-30 09:26:05 +00:00
|
|
|
color: #888a85;
|
|
|
|
clear: both;
|
|
|
|
background-image: url("../img/ceondo.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top right;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#branding a {
|
2008-11-30 09:26:05 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#branding a:visited {
|
2008-11-30 09:26:05 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
#ft {
|
2008-11-30 09:26:05 +00:00
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2010-10-15 00:40:09 +00:00
|
|
|
|
2011-01-07 21:33:18 +00:00
|
|
|
#wiki-toc {
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wiki-toc-content {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
border-width: 1px 0;
|
|
|
|
padding: 10px 0;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wiki-toc-content a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wiki-toc-content a.wiki-h2 {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wiki-toc-content a.wiki-h3 {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2010-10-15 00:40:09 +00:00
|
|
|
/**
|
|
|
|
* main menu
|
|
|
|
*/
|
|
|
|
#main-menu {
|
|
|
|
padding: 0;
|
|
|
|
margin: 5px 0 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-menu > li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
border-left: 1px solid black;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-menu > li:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* project list popup
|
|
|
|
*/
|
|
|
|
#project-list {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-list > a {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
margin-top: -3px;
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-list + li {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-list ul {
|
|
|
|
display: none;
|
|
|
|
background: #A5E26A;
|
|
|
|
border-top: 0;
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
top: 1.1em;
|
2010-10-15 23:42:34 +00:00
|
|
|
-moz-border-radius: 0 0 3px 3px;
|
|
|
|
border-radius: 0 0 3px 3px;
|
2010-10-15 00:40:09 +00:00
|
|
|
-moz-box-shadow: 0 10px 20px #333;
|
|
|
|
-webkit-box-shadow: 0 10px 20px #333;
|
|
|
|
box-shadow: 0 10px 20px #333;
|
2010-10-15 12:35:50 +00:00
|
|
|
max-height: 400px;
|
2010-10-15 23:42:34 +00:00
|
|
|
min-width: 100%;
|
2010-10-15 12:35:50 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
2010-10-15 00:40:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#project-list ul li {
|
2010-10-15 23:42:34 +00:00
|
|
|
margin: 7px;
|
2010-10-15 00:40:09 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 0.95em;
|
|
|
|
list-style-type: square;
|
2010-10-15 23:42:34 +00:00
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-list ul li:first-child {
|
|
|
|
margin-top: 10px;
|
2010-10-15 00:40:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#project-list ul li a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-list:hover > a {
|
|
|
|
background: #A5E26A;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#project-list:hover a {
|
|
|
|
color: #2E3436;
|
|
|
|
}
|
|
|
|
|
2011-01-17 00:20:33 +00:00
|
|
|
/**
|
|
|
|
* List expander for tag and branch view
|
|
|
|
*/
|
|
|
|
.context {}
|
|
|
|
|
2011-01-27 13:12:42 +00:00
|
|
|
.context h3 {
|
2011-01-17 00:20:33 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 10px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander > ul {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander > ul > li {
|
|
|
|
white-space: nowrap;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander > ul > li.active {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander > .gradient {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
width: 20px;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 998;
|
|
|
|
background: url(../img/white_gradient.png) repeat-y;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander:hover,
|
|
|
|
.context > .expander.activated {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
|
|
|
overflow: visible;
|
|
|
|
-moz-border-radius: 0 10px 10px 0;
|
|
|
|
-webkit-border-radius: 0 10px 10px 0;
|
|
|
|
border-radius: 0 10px 10px 0;
|
|
|
|
-moz-box-shadow: 3px 3px 5px #333;
|
|
|
|
-webkit-box-shadow: 3px 3px 5px #333;
|
|
|
|
box-shadow: 3px 3px 5px #333;
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin: -5px -10px;
|
|
|
|
min-width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .expander:hover > .gradient,
|
|
|
|
.context > .expander.activated > .gradient {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-01-27 13:12:42 +00:00
|
|
|
.context > .expander span.input-with-delete {
|
2011-01-26 00:37:29 +00:00
|
|
|
padding: 1px;
|
2011-01-17 00:20:33 +00:00
|
|
|
border: 1px dotted #474747;
|
|
|
|
display: none;
|
|
|
|
float: right;
|
2011-01-26 00:37:29 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
|
2011-01-27 13:12:42 +00:00
|
|
|
.context > .expander span.input-with-delete * {
|
2011-01-26 00:37:29 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2011-01-27 13:12:42 +00:00
|
|
|
.context > .expander span.input-with-delete span {
|
2011-01-26 00:37:29 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 13px;
|
|
|
|
height: 12px;
|
|
|
|
background: url(../img/clear.png) left top no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2011-01-27 13:12:42 +00:00
|
|
|
.context > .expander span.input-with-delete input.filter-list {
|
2011-01-26 00:37:29 +00:00
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #333;
|
|
|
|
border: 0;
|
|
|
|
width: 100px;
|
|
|
|
height: 11px;
|
2011-01-17 00:20:33 +00:00
|
|
|
}
|
|
|
|
|
2011-01-27 13:12:42 +00:00
|
|
|
.context > .expander:hover span.input-with-delete.activated,
|
|
|
|
.context > .expander.activated span.input-with-delete.activated {
|
2011-01-17 00:20:33 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2011-01-26 00:37:29 +00:00
|
|
|
.context > .expander div.input-with-delete.default {
|
|
|
|
opacity: 0.5;
|
2011-01-17 00:20:33 +00:00
|
|
|
}
|
2011-01-26 01:27:08 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* SCM action icons in the commit view
|
|
|
|
*/
|
|
|
|
span.scm-action {
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 9px;
|
|
|
|
font-size: 9px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 2px;
|
|
|
|
width: 9px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: white;
|
|
|
|
cursor: default;
|
2011-01-26 01:40:28 +00:00
|
|
|
margin-top: 2px;
|
2011-01-26 01:27:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span.scm-action.added {
|
|
|
|
background-color: darkgreen;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.scm-action.deleted {
|
|
|
|
background-color: darkred;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.scm-action.patched {
|
|
|
|
background-color: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.scm-action.renamed {
|
|
|
|
background-color: purple;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.scm-action.property-changed {
|
|
|
|
background-color: blue;
|
|
|
|
}
|