Redmine 3.4.4

This commit is contained in:
Manuel Cillero 2018-02-02 22:19:29 +01:00
commit 64924a6376
2112 changed files with 259028 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,56 @@
#context-menu { position: absolute; z-index: 40; font-size: 0.9em;}
#context-menu ul, #context-menu li, #context-menu a {
display:block;
margin:0;
padding:0;
border:0;
}
#context-menu ul {
width:150px;
border: 1px solid #ccc;
background:white;
list-style:none;
padding:2px;
border-radius:2px;
}
#context-menu li {
position:relative;
padding:1px;
z-index:39;
border:1px solid white;
}
#context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; max-height:300px; overflow:hidden; overflow-y: auto; }
#context-menu li.folder>ul { left:148px; }
#context-menu.reverse-y li.folder>ul, #context-menu li.folder.up>ul { top:auto; bottom:0; }
#context-menu.reverse-x li.folder ul { left:auto; right:168px; /* IE6 */ }
#context-menu.reverse-x li.folder>ul { right:148px; }
#context-menu.reverse-y li.folder.down>ul {
position:absolute; top:-2px; bottom: auto; max-height:300px; overflow:hidden; overflow-y: auto;
}
#context-menu a {
text-decoration:none !important;
background-repeat: no-repeat;
background-position: 1px 50%;
padding: 2px 0px 2px 20px;
width:100%; /* IE */
}
#context-menu li>a { width:auto; } /* others */
#context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;}
#context-menu li a.submenu { padding-right:16px; background:url("../images/bullet_arrow_right.png") right no-repeat; }
#context-menu li:hover { border:1px solid #628db6; background-color:#eef5fd; border-radius:3px; }
#context-menu a:hover {color:#2A5685;}
#context-menu li.folder:hover { z-index:40; }
#context-menu ul ul, #context-menu li:hover ul ul { display:none; }
#context-menu li:hover ul, #context-menu li:hover li:hover ul { display:block; }
#context-menu a.icon-checked {background: url(../images/toggle_check.png) no-repeat 3px 40%;}
/* selected element */
.context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; }
.context-menu-selection a, .context-menu-selection a:hover { color:#f8f8f8 !important; }
.context-menu-selection:hover { background-color:#507AAA !important; color:#f8f8f8 !important; }

View file

@ -0,0 +1,9 @@
#context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
#context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; }
#context-menu a {
background-position: 100% 40%;
padding-right: 20px;
padding-left: 0px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,103 @@
.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 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;
}
.jstElements button:hover {
border-color: #bbb;
background-color: #e5e5e5;
}
.jstElements button span {
display : none;
}
.jstElements span {
display : inline;
}
.jstSpacer {
width : 0px;
font-size: 1px;
margin-right: 6px;
}
.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%;}
/* Buttons
-------------------------------------------------------- */
.jstb_strong {
background-image: url(../images/jstoolbar/bt_strong.png);
}
.jstb_em {
background-image: url(../images/jstoolbar/bt_em.png);
}
.jstb_ins {
background-image: url(../images/jstoolbar/bt_ins.png);
}
.jstb_del {
background-image: url(../images/jstoolbar/bt_del.png);
}
.jstb_code {
background-image: url(../images/jstoolbar/bt_code.png);
}
.jstb_h1 {
background-image: url(../images/jstoolbar/bt_h1.png);
}
.jstb_h2 {
background-image: url(../images/jstoolbar/bt_h2.png);
}
.jstb_h3 {
background-image: url(../images/jstoolbar/bt_h3.png);
}
.jstb_ul {
background-image: url(../images/jstoolbar/bt_ul.png);
}
.jstb_ol {
background-image: url(../images/jstoolbar/bt_ol.png);
}
.jstb_bq {
background-image: url(../images/jstoolbar/bt_bq.png);
}
.jstb_unbq {
background-image: url(../images/jstoolbar/bt_bq_remove.png);
}
.jstb_pre {
background-image: url(../images/jstoolbar/bt_pre.png);
}
.jstb_precode {
background-image: url(../images/jstoolbar/bt_precode.png);
}
.jstb_link {
background-image: url(../images/jstoolbar/bt_link.png);
}
.jstb_img {
background-image: url(../images/jstoolbar/bt_img.png);
}
.jstb_help {
background-image: url(../images/help.png);
}

View file

@ -0,0 +1,846 @@
/*----------------------------------------*\
RESPONSIVE CSS
\*----------------------------------------*/
/*
CONTENTS
A) BASIC MOBILE RESETS
B) HEADER & TOP MENUS
C) MAIN CONTENT & SIDEBAR
D) TOGGLE BUTTON & FLYOUT MENU
E) UX ELEMENTS
F) PAGE SPECIFIC STYLES
G) FORMS
*/
/* Hide new elements (toggle button and flyout menu) above 900px */
.mobile-toggle-button,
.flyout-menu {
display: none;
}
/*
redmine's body is set to min-width: 900px
add first breakpoint here and start adding responsiveness
*/
@media screen and (max-width: 899px)
{
/*----------------------------------------*\
A) BASIC MOBILE RESETS
\*----------------------------------------*/
/*
apply natural border box, see: http://www.paulirish.com/2012/box-sizing-border-box-ftw/
this helps us to better deal with percentages and padding / margin
*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body,
html {
height: 100%;
margin: 0;
padding: 0;
}
html {
overflow-y: auto; /* avoid 2nd scrollbar on desktop */
-webkit-text-size-adjust: 100%; /* prevent font scaling in landscape mode on webkit */
}
body {
min-width: 0; /* reset the min-width of 900px */
-webkit-overflow-scrolling: touch;
}
body,
input,
select,
textarea,
button {
font-size: 14px; /* Set font-size for standard elements to 14px */
}
select {
max-width: 100%; /* prevent long names within select menues from breaking content */
}
#wrapper {
position: relative;
overflow-x: hidden; /* hide horizontal overflow */
max-width: 100%;
}
#wrapper,
#wrapper2 {
margin: 0;
}
/*----------------------------------------*\
B) HEADER & TOP MENUS
\*----------------------------------------*/
#header {
width: 100%;
height: 64px; /* the height of our header on mobile */
min-height: 0;
margin: 0;
padding: 0;
border: none;
background-color: #628db6;
position: fixed;
z-index: 9999;
}
/* Hide project name on mobile (project name is still visible in select menu) */
#header h1 {
display: none !important;
}
/* reset #header a color for mobile toggle button */
#header a.mobile-toggle-button {
color: #f8f8f8;
}
/* Hide top-menu and main-menu on mobile, because it's placed in our flyout menu */
#top-menu,
#header #main-menu {
display: none;
}
/* the quick search within header holding search form and #project_quick_jump_box box*/
#header #quick-search {
float: none;
clear: none; /* there are themes which set clear property, this resets it */
max-width: 100%; /* reset max-width */
margin: 0;
background: inherit;
}
/* styles for combobox within quick-search (#project_quick_jump_box) */
#project-jump.drdn {
position: absolute;
top: 0px;
left: 0;
width: 100%;
max-width: 100%;
height: 2em;
height: 64px;
padding: 5px;
padding-right: 72px;
padding-left: 20px;
}
#project-jump .drdn-trigger {
font-size:1.5em;
font-weight:bold;
display:block;
width:100%;
color:#fff;
padding-left:24px;
background:transparent;
height:50px;
line-height:40px;
border:0;
}
#project-jump .drdn-trigger:before {
/* set a font-size in order to achive same result in different themes */
font-family: Verdana, sans-serif;
font-size: 1.5em;
position: absolute;
left: 0;
padding: 0 8px;
/* achieve dropdwon arrow by scaling a caret character */
content: '^';
-webkit-transform: scale(1,-.8);
-ms-transform: scale(1,-.8);
transform: scale(1,-.8);
text-align: right;
pointer-events: none;
opacity: .6;
}
#project-jump.expanded .drdn-trigger:before {
-webkit-transform: scale(1,.8);
-ms-transform: scale(1,.8);
transform: scale(1,.8);
padding-top:8px;
}
#project-jump .drdn-content {
position:absolute;
left:0px;
top:64px;
width:100%;
font-size:15px;
font-weight:normal;
}
#project-jump .drdn-content .autocomplete {
height:40px;
font-size:20px;
}
#project-jump .drdn-content a {
padding:8px;
}
#header #quick-search form {
display: none;
}
/*----------------------------------------*\
C) MAIN CONTENT & SIDEBAR
\*----------------------------------------*/
#main {
padding: 64px 0 0; /* padding-top equals header height */
}
#main.nosidebar #content,
div#content {
width: 100%;
min-height: 0; /* reset min-height of #content */
margin: 0;
}
/* hide sidebar and sidebar switch panel, since it's placed in mobile flyout menu */
#sidebar,
#sidebar-switch-panel {
display: none;
}
.splitcontentleft, #list-left {
width: 100%;
}
.splitcontentright, #list-right {
width: 100%;
}
/*----------------------------------------*\
D) TOGGLE BUTTON & FLYOUT MENU
\*----------------------------------------*/
.mobile-toggle-button {
font-size: 42px;
line-height: 64px;
position: relative;
z-index: 10;
display: block; /* remove display: none; of non-mobile version */
float: right;
width: 60px;
height: 64px;
margin-top: 0;
text-align: center;
border-left: 1px solid #ddd;
}
.mobile-toggle-button:hover,
.mobile-toggle-button:active {
text-decoration: none;
}
.mobile-toggle-button:after {
font-family: Verdana, sans-serif;
display: block;
margin-top: -3px;
content: '\2261';
}
/* search magnifier icon */
.search-magnifier {
font-family: Verdana;
color: #bbb;
cursor: pointer;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.search-magnifier--flyout {
font-size: 25px;
line-height: 54px;
position: absolute;
z-index: 1;
left: 12px;
}
/* Flyout Menu */
.flyout-menu {
position: absolute;
right: -250px;
display: block; /* remove display: none; of non-mobile version */
overflow-x: hidden;
width: 250px;
height: 100%;
margin: 0; /* reset margin for themes that define it */
padding: 0; /* reset padding for themes that define it */
color: white;
background-color: #3e5b76;
}
/* avoid zoom on search input focus for ios devices */
.flyout-menu input[type='text'] {
font-size: 16px;
}
.flyout-menu h3 {
font-size: 11px;
line-height: 19px;
height: 20px;
margin: 0;
padding: 0;
letter-spacing: .1em;
text-transform: uppercase;
color: white;
border-top: 1px solid #506a83;
border-bottom: 1px solid #506a83;
background-color: #628db6;
}
.flyout-menu h4 {
color: white;
}
.flyout-menu h3,
.flyout-menu h4,
.flyout-menu > p,
.flyout-menu > a,
.flyout-menu ul li a,
.flyout-menu__search,
.flyout-menu__sidebar > div,
.flyout-menu__sidebar > p,
.flyout-menu__sidebar > a,
.flyout-menu__sidebar > form,
.flyout-menu > div,
.flyout-menu > form {
padding-left: 8px;
}
.flyout-menu .flyout-menu__avatar {
margin-top: -1px; /* move avatar up 1px */
padding-left: 0;
}
.flyout-menu__sidebar > form {
display: block;
}
.flyout-menu__sidebar > form h3 {
margin-left: -8px;
}
.flyout-menu__sidebar > form label {
display: inline-block;
margin: 8px 0;
}
.flyout-menu__sidebar > form br br {
display: none;
}
/* Targets list containing checkboxes (e.g. activities sidebar) in flyout menu */
.flyout-menu__sidebar form > ul {
margin-left: -8px;
padding-left: 0;
}
.flyout-menu__sidebar form > ul li {
line-height: 39px;
display: block;
padding-left: 8px;
border-top: 1px solid rgba(255,255,255,.1);
}
.flyout-menu__sidebar form > ul li:first-child {
border-top: none;
}
.flyout-menu__sidebar form > ul li label {
margin: 0;
}
.flyout-menu__sidebar form > ul li label a {
line-height: 1;
display: inline;
padding-left: 0;
border: none;
}
.flyout-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.flyout-menu #watchers {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.flyout-menu #watchers .contextual {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.flyout-menu #watchers h3 {
margin-left: -8px;
}
.flyout-menu #watchers ul li {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.flyout-menu ul li a {
line-height: 40px;
display: block;
overflow: hidden;
height: 40px;
white-space: nowrap;
text-overflow: ellipsis;
border-top: 1px solid rgba(255,255,255,.1);
}
.flyout-menu ul li:first-child a {
line-height: 39px;
height: 39px;
border-top: none;
}
.flyout-menu a {
color: white;
}
.flyout-menu ul li a:hover {
text-decoration: none;
}
.flyout-menu ul li a.new-object,
.new-object ~ .menu-children {
display: none;
}
/* Left flyout search container */
.flyout-menu__search {
line-height: 54px;
height: 64px;
padding-top: 3px;
padding-right: 8px;
}
.flyout-menu__search input[type='text'] {
line-height: 2;
width: 100%;
height: 38px;
padding-left: 27px;
vertical-align: middle;
border: none;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
}
.flyout-menu__avatar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
border-top: 1px solid rgba(255,255,255,.1);
}
.flyout-menu__avatar img.gravatar {
width: 40px;
height: 40px;
padding: 0;
vertical-align: top;
border-width: 0;
}
.flyout-menu__avatar a {
line-height: 40px;
height: auto;
height: 40px;
text-decoration: none;
color: white;
}
/* avatar */
.flyout-menu__avatar a:first-child {
line-height: 0;
width: 40px;
padding: 0;
}
.flyout-menu__avatar .user {
padding-left: 15px;
padding-right: 15px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
/* user link when no avatar is present */
.flyout-menu__avatar--no-avatar a.user {
line-height: 40px;
padding-left: 8px;
}
.flyout-is-active body {
overflow: hidden; /* for body not to have scrollbars when left flyout menu is active */
}
html.flyout-is-active {
overflow: hidden;
}
.flyout-is-active #wrapper, .flyout-is-active #header {
right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */
}
.flyout-is-active #wrapper {
overflow: visible;
height: 100%;
}
.flyout-is-active .mobile-toggle-button:after {
content: '\00D7'; /* close glyph */
}
.flyout-is-active #wrapper2 {
/*
* only relevant for devices with cursor when flyout it active, in order to show,
* that whole wrapper content is clickable and closes flyout menu
*/
cursor: pointer;
}
#admin-menu {
padding-left: 0;
}
#admin-menu li {
padding-bottom: 0;
}
#admin-menu a,
#admin-menu a.selected {
line-height: 40px;
padding: 0;
padding-left: 32px !important;
background-position: 8px 50%;
}
/*----------------------------------------*\
E) UX ELEMENTS
\*----------------------------------------*/
.mobile-hide {display:none;}
.mobile-show {display:initial;}
/* Contextual Buttons */
#content>.contextual {
width: 100%;
margin-bottom: .5em;
padding-left: 0; /* reset left padding in order to use whole space */
white-space: normal;
}
#content>.contextual a,
p.buttons a {
font-weight: bold;
display: inline-block;
margin: 5px 0;
margin-right: 2px;
padding: 9px 9px 9px 9px;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: transparent;
background-position-x: 4px;
}
#content>.contextual a.icon,
p.buttons a.icon {
padding-left: 25px;
}
.flyout-menu .contextual {
float: none;
}
/* loading indicator */
#ajax-indicator {
width: 60%;
left: 20%;
}
/* jquery ui dialogs */
.ui-dialog {
max-width: 98%;
margin: 1%;
}
.ui-dialog .ui-dialog-content {
padding-left: 0;
padding-right: 0;
}
#filters-table {width:100%; float:none;}
.add-filter {width:100%; float:none; text-align: left; margin-top: 8px;}
/*----------------------------------------*\
F) PAGE SPECIFIC STYLES
\*----------------------------------------*/
/* page /login */
#login-form table {
width: 100%;
}
#login-form input#username,
#login-form input#password,
#login-form input#openid_url {
width: 100%;
height: auto;
}
/* some themes add a margin to login page, remove it on mobile */
.action-login #main {
margin: 0;
}
div#activity dl, #search-results {margin-left: 0;}
.version-overview table.progress {width:75%;}
div#version-summary {float:none; width:100%; margin-left:0;}
body.controller-versions.action-show div#roadmap .related-issues {width:100%;}
/* History and Changeset */
div#issue-changesets {
float: none;
width: auto;
margin-left: 0;
padding-left: 0;
margin-bottom: 2em;
}
div#issue-changesets div.changeset {
padding-top: 1em;
}
/* Gantt charts */
/*
* [1] override inline styles with important
* [2] keep border between subjects and gantt area
* [3] remove whitespace between subjects and gantt area
* [4] maintain width due to [3]
*/
.gantt_subjects_column {
width: 60% !important; /* [1] */
}
.gantt_subjects_container {
width: 100% !important;
overflow: hidden;
}
.gantt_subjects_column .gantt_hdr {
width: 100% !important;
border-right: 1px solid #c0c0c0; /* [2] */
right: 0 !important; /* [2] */
}
#gantt_area {
left: -2px; /* [3] */
margin-right: -2px; /* [4] */
}
/*----------------------------------------*\
G) FORMS
\*----------------------------------------*/
input, select, textarea {
max-width: 100%;
}
/* tabular forms resets for mobile */
.tabular p, .tabular.settings p {
padding-left: 0;
}
.tabular label, .tabular.settings label {
display: block;
width: 100%;
margin-left: 0;
text-align: left;
}
.tabular input, .tabular select, .tabular textarea {
width: 100%;
max-width: 100%;
}
.tabular input[type="checkbox"], .tabular input.date {
width: auto;
max-width: 95%;
}
/* new issue form */
#all_attributes p:first-child {
float: none !important;
}
#issue_is_private_label {
display: inline;
}
span#watchers_inputs {
width: 100%;
}
/* issue edit form */
label[for='issue_description'] ~ a .icon-edit {
word-wrap: normal;
}
/* issues page */
body.controller-issues p.query-totals {
margin-top: 0px;
text-align: left;
}
/* subtasks and related issues list on issue show */
#issue_tree .issues, #relations .issues {
border-collapse: separate;
border-spacing: 0 1em; /* vertical space between tasks */
}
#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
display: block;
float: left;
text-align: left;
padding-right: 5px;
}
#issue_tree .issue > td, #relations .issue > td, #issue_tree .issue .user {
text-overflow: ellipsis; /* if text exceeds its space, add ... */
overflow: hidden;
}
#issue_tree .issue > td.subject, #relations .issue > td.subject {
width: 100% !important; /* let subject have one full width column */
word-break: break-word; /* break word if subject is too long */
}
#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
width: 33.33%; /* three columns for all cells that are not subject */
}
#relations .issues, #relations .issue {
position: relative; /* needed for .buttons positioning */
}
/* positioniong of unline button */
#relations .issue > td.buttons {
text-align: right;
position: absolute;
right: 0;
margin: 0;
padding-right: 0;
}
#relations .issue .buttons a {
vertical-align: middle;
padding-right: 5px;
}
#relations .issue > td.subject {
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
}
/* attachment upload form */
#attachments_fields span {
position: relative;
clear: both;
margin-bottom: 1em;
white-space: normal;
}
#attachments_fields span a.remove-upload {
position: absolute;
top: 0;
right: 0;
}
#attachments_fields input.description {
margin-left: 0;
width: 100%;
}
}
@media all and (max-width: 599px) {
span.pagination {text-align:center;}
.pagination ul.pages li {display:none;}
.pagination ul.pages li.current,
.pagination ul.pages li.previous,
.pagination ul.pages li.next {display:inline-block; width:32%; overflow:hidden;}
#login-form {width:100%; margin-top:2em;}
}

385
public/stylesheets/rtl.css Normal file
View file

@ -0,0 +1,385 @@
html {direction:rtl;}
h1, h2, h3, h4 {padding:2px 00px 1px 10px;}
/***** Layout *****/
#top-menu {padding:2px 6px 0px 2px;}
#top-menu li {float:right;}
#top-menu a {margin-right:0;margin-left:8px;}
#top-menu #loggedas {float:left;margin-right:0;margin-left:0.5em;}
#account {float:left;}
#header {padding:4px 6px 20px 8px;}
#quick-search {float:left;}
#main-menu {left:auto;right:6px;margin-right:0;margin-left:-500px;}
#main-menu li {float:right;margin:0px 0px 0px 2px;}
#admin-menu a {padding-left:0;padding-right:20px;}
#sidebar {float:left;}
* html #sidebar hr{ left: auto; right: -6px; }
#sidebar .contextual { margin-right: 0; margin-left: 1em;}
#sidebar ul li {margin: 0px 0px 0px 2px;}
#content {border-right:0 solid #ddd; border-left:1px solid #ddd;}
* html #content{padding-right:0;}
#main.nosidebar #content{border-left:0;}
#login-form table {margin-left:auto; margin-right:auto;}
div.modal p.buttons {text-align:left;}
input#openid_url {padding-left:0px; padding-right:18px;}
/***** Links *****/
#sidebar a.selected {padding:1px 2px 2px 3px; margin-left:0px; margin-right:-2px;}
#admin-menu a.selected {padding-left:0!important; padding-right:20px!important; background-position:right 2px 40%;}
a.collapsible {padding-left:0px; padding-right:12px; background: url(../images/arrow_expanded.png) no-repeat right -3px top 40%;}
a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat right -5px top 40%;}
/***** Tables *****/
table.list td {padding-left:0px; padding-right:10px;}
table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align:right;}
table.list td.buttons {text-align:left; }
table.list td.buttons a {padding-right: 0em; padding-left: 0.6em;}
table.list caption {text-align:right; padding: 0.5em 0 0.5em 0.5em;}
tr.project.idnt td.name span {padding-right:0px; padding-left:16px;}
tr.project.idnt-1 td.name {padding-left:0; padding-right:0.5em;}
tr.project.idnt-2 td.name {padding-left:0; padding-right:2em;}
tr.project.idnt-3 td.name {padding-left:0; padding-right:3.5em;}
tr.project.idnt-4 td.name {padding-left:0; padding-right:5em;}
tr.project.idnt-5 td.name {padding-left:0; padding-right:6.5em;}
tr.project.idnt-6 td.name {padding-left:0; padding-right:8em;}
tr.project.idnt-7 td.name {padding-left:0; padding-right:9.5em;}
tr.project.idnt-8 td.name {padding-left:0; padding-right:11em;}
tr.project.idnt-9 td.name {padding-left:0; padding-right:12.5em;}
tr.issue td.subject, tr.issue td.relations { text-align:right; }
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
table.issues td.description {padding:4px 24px 4px 4px; text-align:right;}
tr.issue.idnt td.subject a {padding-left: 0; padding-right: 16px;}
tr.issue.idnt-1 td.subject {padding-left:0; padding-right: 0.5em;}
tr.issue.idnt-2 td.subject {padding-left:0; padding-right: 2em;}
tr.issue.idnt-3 td.subject {padding-left:0; padding-right: 3.5em;}
tr.issue.idnt-4 td.subject {padding-left:0; padding-right: 5em;}
tr.issue.idnt-5 td.subject {padding-left:0; padding-right: 6.5em;}
tr.issue.idnt-6 td.subject {padding-left:0; padding-right: 8em;}
tr.issue.idnt-7 td.subject {padding-left:0; padding-right: 9.5em;}
tr.issue.idnt-8 td.subject {padding-left:0; padding-right: 11em;}
tr.issue.idnt-9 td.subject {padding-left:0; padding-right: 12.5em;}
tr.entry td.filename {text-align:right;}
tr.entry td.filename_no_report {text-align:right;}
tr.entry td.size {text-align:left;}
tr.entry td.age {text-align:left;}
tr.entry.file td.filename a {margin-left:0px; margin-right:16px;}
tr.entry.file td.filename_no_report a {margin-left:0px; margin-right:16px;}
tr span.expander {padding-left:0; padding-right:8px; margin-right:0;}
table.files tbody th {text-align:right;}
table.files tr.file td.filename {text-align:right; padding-left:0; padding-right:24px;}
tr.message td.subject { padding-left:0px; padding-right:20px; }
tr.version td.name { padding-left:0px; padding-right:20px; }
tr.user td.username, tr.user td.firstname, tr.user td.lastname, tr.user td.email {text-align:right;}
tr.time-entry td.issue, tr.time-entry td.comments {text-align:right; }
td.hours {text-align:left; padding-right: 0em ;padding-left: 0.5em; }
table.plugins td.configure { text-align:left; padding-right:0em; padding-left: 1em; }
table.list tbody tr.group td { padding: 0.8em 0.3em 0.5em 0; text-align:right;}
table.list tbody tr.group span.count {margin-left:0px; margin-right:4px;}
a.sort {padding-right:0; padding-left:16px;}
table.attributes th {text-align:right;}
table.boards a.board, h3.comments {padding-left:0px; padding-right:20px; }
table.boards td.last-message {text-align:right;}
table.messages td.last_message {text-align:right;}
h3.version {padding-left:0px; padding-right:20px;}
div.issues h3 {padding-left:0px; padding-right:20px;}
div.members h3 {padding-left:0px; padding-right:20px;}
div.news h3 {padding-left:0px; padding-right:20px;}
div.projects h3 {padding-left:0px; padding-right:20px;}
#watchers li {margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;}
#watchers img.gravatar {margin: 0 0 2px 4px;}
span.search_for_watchers a, span.add_attachment a {padding-left:px; padding-right:16px; background: url(../images/bullet_add.png) no-repeat right 50%; }
div.square {float:right;}
.contextual {float:left; padding-left:0px; padding-right:10px;}
.splitcontentleft{float:right;}
.splitcontentright{float:left;}
blockquote {border-left:0px solid #e0e0e0; padding-left:0em; margin-left:2em; border-right:3px solid #e0e0e0; padding-right:0.6em; margin-right:0;}
blockquote blockquote { margin-right:0;}
div.issue div.subject div div {padding-left:0px; padding-right:16px;}
div.issue span.private, div.journal span.private {margin-right:0px; margin-left:2px;}
fieldset.collapsible>legend {padding-left:0px; padding-right:16px; background: url(../images/arrow_expanded.png) no-repeat right 40%;}
fieldset#filters td.add-filter {text-align:left; }
.toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat right 40%; padding-left:0px; padding-right:8px; margin-right:0;}
div#issue-changesets {float:left; margin-left:0em; margin-right:1em; padding-left:0em; padding-right:1em;}
.journal ul.details img {margin:0 4px -3px 0;}
div.journal.private-notes {border-left:0px solid #d22; padding-left:0px; margin-left:0px; border-right:2px solid #d22; padding-right:4px; margin-right:-6px;}
div#activity dl, #search-results {margin-left:0em; margin-right:2em;}
div#activity dd, #search-results dd {padding-left:0px; padding-right:18px;}
div#activity dt, #search-results dt {padding-left:0px; padding-right:20px; background-position:right 50%;}
div#activity dt.grouped {margin-left:0em; margin-right:5em;}
div#activity dd.grouped {margin-left:0em; margin-right:9em;}
#search-results dd {padding-left:0px; margin-left:0px; padding-right:20px; margin-right:0px; }
div#search-results-counts {float:left;}
div#search-results-counts li {float:right; margin-left:0em; margin-right:1em; }
div#version-summary { float:left; margin-left:0px; margin-right:16px;}
div#version-summary th, div#version-summary td.total-hours { text-align:left;}
table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align:left; padding-right:0em; padding-left: 0.5em; }
ul.projects {padding-left:0em; padding-right:1em;}
ul.projects ul {padding-left:0em; padding-right:1.6em;}
#projects-index ul.projects ul.projects {border-left:0px solid #e0e0e0; padding-left:0em; border-right:3px solid #e0e0e0; padding-right:1em;}
.my-project { padding-left:0px; padding-right:18px; background: url(../images/fav.png) no-repeat right 50%; }
/***** Tabular forms ******/
.tabular p{
padding-left:0px; padding-right:180px; /* width of left column containing the label elements */
clear:right;
}
.tabular label{
float:right;
text-align:left;
/* width of left column */
margin-left:0px; margin-right:-180px;
}
.tabular label.floating{
margin-left: 0px; margin-right:0px;
text-align:right;
}
.tabular label.block{
margin-left:0px !important; margin-right:0px !important;
text-align:right;
}
.tabular label.inline{
margin-left:0px !important; margin-right:5px !important;
}
label.no-css {
text-align:right;
margin-left:0px; margin-right:0px;
}
.tabular.settings p{padding-left:0px; padding-right:300px; }
.tabular.settings label{margin-left:0px; margin-right:-300px;}
fieldset#notified_events .parent {padding-left:0px; padding-right:20px; }
.check_box_group {padding:2px 2px 4px 4px;}
.check_box_group label {margin-right: 0px !important; text-align: right;}
#attachments_fields input.description {margin-left:0px; margin-right:4px;}
#attachments_fields input.filename {background:url(../images/attachment.png) no-repeat right 1px top 50%; padding-left:0px; padding-right:18px;}
#attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat right top 50%;}
#attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat right top 50%;}
#attachments_fields div.ui-progressbar {margin: 2px 8px -5px 0;}
a.remove-upload {background: url(../images/delete.png) no-repeat right 1px top 50%; padding-left:0px; padding-right:16px;}
div.thumbnails div {margin-right:0px; margin-left:2px;}
p.other-formats { text-align:left; }
a.atom { background: url(../images/feed.png) no-repeat right 1px top 50%; padding: 2px 16px 3px 0; }
em.info.error {padding-left:0; padding-right:20px; background:url(../images/exclamation.png) no-repeat right 50%;}
table.members td.name {padding-right: 20px; padding-left:0; }
table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(../images/group.png) no-repeat right 50%;}
input.autocomplete {
background: #fff url(../images/magnifier.png) no-repeat right 2px top 50%; padding-left:0px !important; padding-right:20px !important;
}
.role-visibility {padding-right:2em; padding-left:0;}
/***** Flash & error messages ****/
#errorExplanation, div.flash, .nodata, .warning, .conflict {
padding: 4px 30px 4px 4px;
}
div.flash.error, #errorExplanation {
background: url(../images/exclamation.png) right 8px top 50% no-repeat;
}
div.flash.notice {
background: url(../images/true.png) right 8px top 5px no-repeat;
}
div.flash.warning, .conflict {
background: url(../images/warning.png) right 8px top 5px no-repeat;
text-align:right;
}
/***** Ajax indicator ******/
#ajax-indicator {
left:auto; right:40%;
}
#ajax-indicator span {
background-position: right 40%;
background-image: url(../images/loading.gif);
padding-left:0px; padding-right:26px;
}
/***** Calendar *****/
table.cal td p.day-num {text-align:left;}
table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat right -1px top -2px; padding-left:0px; padding-right:16px;}
table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat right -1px top -2px; padding-left:0px; padding-right:16px;}
table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat right -1px top -2px; padding-left:0px; padding-right:16px;}
/***** Tooltips ******/
.tooltip span.tip{text-align:right;}
div.tooltip:hover span.tip{
left:auto; right:24px;
}
img.ui-datepicker-trigger {
margin-left:0px; margin-right:4px;
}
/***** Progress bar *****/
table.progress {
float:right;
margin: 1px 0px 1px 6px;
}
p.progress-info {clear:right;}
/***** Tabs *****/
#content .tabs ul {padding-left:0em; padding-right:0.5em;}
#content .tabs ul li {
float:right;
margin-right:0px; margin-left:4px;
}
div.tabs-buttons {right:auto; left:0;}
button.tab-left {
right:auto; left:20px;
}
button.tab-right {
right:auto; left:20px;
}
/***** Diff *****/
/***** Wiki *****/
div.wiki .external {
background-position:right 60%;
padding-left:0px; padding-right:12px;
}
div.wiki pre {
margin: 1em 1.6em 1em 1em;
}
div.wiki ul.toc {
margin-right:0px; margin-left:12px;
margin-left:0; margin-right:0;
}
div.wiki ul.toc.right { float: left; margin-left:0; margin-right:12px;}
div.wiki ul.toc.left { float:right; margin-right:0; margin-left:12px;}
div.wiki ul.toc li li {margin-left:0em; margin-right:1.5em;}
a.wiki-anchor {margin-left:0px; margin-right:6px;}
/***** My page layout *****/
/***** Gantt chart *****/
.gantt_hdr {
border-right:0px solid #c0c0c0; border-left:1px solid #c0c0c0;
}
.task.parent.marker.starting{margin-left:0px; margin-right:-4px; left:auto; right:0;}
.task.parent.marker.ending {margin-left:0px; margin-right:-4px; right:auto; left:0px;}
.version.marker {margin-left:0; margin-right:-4px;}
.project.marker {margin-left:0; margin-right:-4px;}
/***** Icons *****/
.icon {
background-position: right 50%;
padding-left:0; padding-right:20px;
}
div.issue img.gravatar {
float: right;
margin: 0 0 0 6px;
}
div.issue table img.gravatar {
float: right;
margin: 0 0em 0 0.5em;
}
h2 img.gravatar {margin: -2px 0 -4px 4px;}
h3 img.gravatar {margin: -4px 0 -4px 4px;}
h4 img.gravatar {margin: -6px 0 -4px 4px;}
td.username img.gravatar {margin:0 0 0 0.5em; }
#activity dt img.gravatar {float:right; margin:0 0 1em 1em;}
/* Used on 12px Gravatar img tags without the icon background */
.icon-gravatar {float:right; margin-right:px; margin-left:4px;}
#activity dt, .journal {clear:right;}
.journal-link {float:left;}
/* Custom JQuery styles */
.ui-datepicker-title select {margin-left:4px !important; margin-right:0 !important;}
/************* CodeRay styles *************/
.syntaxhl .line-numbers {margin:0px 0px 0px 5px;}
/***** Media print specific styles *****/
@media print {
}
/* Accessibility specific styles */
.hidden-for-sighted {
left:auto; right:-10000px;
}

109
public/stylesheets/scm.css Normal file
View file

@ -0,0 +1,109 @@
table.revision-info td {
margin: 0px;
padding: 0px;
}
div.revision-graph { position: absolute; min-width: 1px; }
div.changeset-changes ul { margin: 0; padding: 0; }
div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
li.change {
list-style-type:none;
background-image: url(../images/bullet_black.png);
background-position: 1px 1px;
background-repeat: no-repeat;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 20px;
margin: 0;
}
li.change.folder { background-image: url(../images/folder_open.png); }
li.change.folder.change-A { background-image: url(../images/folder_open_add.png); }
li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); }
li.change.change-A { background-image: url(../images/bullet_add.png); }
li.change.change-M { background-image: url(../images/bullet_orange.png); }
li.change.change-C { background-image: url(../images/bullet_blue.png); }
li.change.change-R { background-image: url(../images/bullet_purple.png); }
li.change.change-D { background-image: url(../images/bullet_delete.png); }
li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
li.change .copied-from:before { content: " - "}
#changes-legend { float: right; font-size: 0.8em; margin: 0; }
#changes-legend li { float: left; background-position: 5px 0; }
table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
table.filecontent tr.spacing th { text-align:center; }
table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
table.filecontent th.line-num {
border: 1px solid #e2e2e2;
text-align: right;
width: 2%;
padding: 0 3px 0 0;
color: #999;
user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
font-weight:normal;
}
table.filecontent th.line-num a {
text-decoration: none;
color: inherit;
}
table.filecontent td.line-code {padding: 0 0 0 4px;}
table.filecontent td.line-code pre {
margin: 0px;
white-space: pre-wrap;
font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;
}
table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
table.filecontent tr:target td.line-code { background-color:#DDEEFF; }
img.filecontent { max-width: 100%; }
/* 12 different colors for the annonate view */
table.annotate tr.bloc-0 {background: #FFFFBF;}
table.annotate tr.bloc-1 {background: #EABFFF;}
table.annotate tr.bloc-2 {background: #BFFFFF;}
table.annotate tr.bloc-3 {background: #FFD9BF;}
table.annotate tr.bloc-4 {background: #E6FFBF;}
table.annotate tr.bloc-5 {background: #BFCFFF;}
table.annotate tr.bloc-6 {background: #FFBFEF;}
table.annotate tr.bloc-7 {background: #FFE6BF;}
table.annotate tr.bloc-8 {background: #FFE680;}
table.annotate tr.bloc-9 {background: #AA80FF;}
table.annotate tr.bloc-10 {background: #FFBFDC;}
table.annotate tr.bloc-11 {background: #BFE4FF;}
table.annotate td.revision {
padding:0;
text-align: center;
width: 2%;
padding-left: 1em;
background: inherit;
}
table.annotate td.author {
padding:0;
text-align: center;
border-right: 1px solid #d7d7d7;
white-space: nowrap;
padding-left: 1em;
padding-right: 1em;
width: 3%;
background: inherit;
}
table.annotate td.line-code { background-color: #fafafa; }
div.action_M { background: #fd8 }
div.action_D { background: #f88 }
div.action_A { background: #bfb }