23
.jshintrc
23
.jshintrc
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"camelcase" : true,
|
||||
"curly" : true,
|
||||
"eqeqeq" : true,
|
||||
"forin" : true,
|
||||
"indent" : 4,
|
||||
"latedef" : true,
|
||||
"newcap" : true,
|
||||
"nonew" : false,
|
||||
"quotmark" : "double",
|
||||
"undef" : true,
|
||||
"unused" : true,
|
||||
"strict" : true,
|
||||
"maxparams" : 3,
|
||||
"maxdepth" : 3,
|
||||
"maxstatements": 16,
|
||||
"maxlen" : 80,
|
||||
"shadow" : false,
|
||||
"browser" : true,
|
||||
"jquery" : true,
|
||||
"globals" : {
|
||||
}
|
||||
}
|
||||
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
dist: trusty
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_install:
|
||||
- rvm install 2.2
|
||||
- rvm use 2.2 --fuzzy
|
||||
install:
|
||||
- gem install scss_lint
|
||||
- npm install
|
||||
script:
|
||||
- npm run lint --silent
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
A free Redmine theme for modern browsers.
|
||||
|
||||
 [](https://github.com/mrliptontea/PurpleMine2/releases) [](https://github.com/mrliptontea/PurpleMine2/issues) [](http://standardjs.com/)
|
||||
 [](https://travis-ci.org/mrliptontea/PurpleMine2) [](https://github.com/mrliptontea/PurpleMine2/issues) [](http://standardjs.com/)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
html{overflow-y:scroll;height:100%}body{width:100%;height:100%;margin:0;padding:0;background-color:#b2acc4;color:#555;font-family:"Helvetica Neue",Helvetica,Arial,freesans,sans-serif;font-size:14px;font-weight:normal;line-height:1.428571429}a{color:#4183c4;text-decoration:none}a:hover,a:focus{color:#3269a0;text-decoration:underline}.issue.closed{color:gray;text-decoration:line-through}.project.closed{color:gray}.user.locked{color:gray}button,input,select,textarea{font-family:inherit;font-size:14px;line-height:1.428571429;box-sizing:border-box}select,textarea,input[type="search"],input[type="text"],input.name,input.editor,#col_width input{height:28px;padding:3px 8px;transition:border-color ease-in-out .1s, box-shadow ease-in-out .1s;border:1px solid #ccc;border-radius:2px;background-color:#fff;color:#555;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}select:focus,textarea:focus,input[type="search"]:focus,input[type="text"]:focus,input.name:focus,input.editor:focus,#col_width input:focus{border-color:rgba(88,68,146,0.6);outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 0 2px rgba(88,68,146,0.2)}select::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input.name::-webkit-input-placeholder,input.editor::-webkit-input-placeholder,#col_width input::-webkit-input-placeholder{color:#999;opacity:1}select:-ms-input-placeholder,textarea:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="text"]:-ms-input-placeholder,input.name:-ms-input-placeholder,input.editor:-ms-input-placeholder,#col_width input:-ms-input-placeholder{color:#999;opacity:1}select::placeholder,textarea::placeholder,input[type="search"]::placeholder,input[type="text"]::placeholder,input.name::placeholder,input.editor::placeholder,#col_width input::placeholder{color:#999;opacity:1}textarea{resize:vertical;height:auto}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}button.ui-multiselect{height:28px;padding:3px 8px;transition:border-color ease-in-out .1s, box-shadow ease-in-out .1s;border:1px solid #ccc;background:#fff;color:#555;white-space:nowrap;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);cursor:default;overflow:hidden;box-sizing:border-box}button.ui-multiselect:hover,button.ui-multiselect:focus{color:#555}button.ui-multiselect:active{transform:translate(0, 0)}button.ui-multiselect.ui-state-active{border-color:#584492;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(88,68,146,0.5)}button.ui-multiselect .ui-icon{margin-top:1px}#toolbar{display:block;position:relative;padding:10px 20px;background-color:#f5f5f5;box-shadow:0 1px 2px rgba(0,0,0,0.1),0 3px 8px rgba(0,0,0,0.07);overflow:hidden;z-index:1000}#toolbar::after{display:block;clear:both;content:""}#toolbar .breadcrumbs{margin-right:10px;float:left}#toolbar .breadcrumbs select{margin-right:5px;vertical-align:middle}#toolbar .breadcrumbs .home{font-weight:bold}#toolbar .breadcrumbs .separator{position:relative;top:-1px;padding:0 .2em;font-weight:bold}#toolbar .userselect{position:relative;float:left}#toolbar .userselect ul{padding-left:0}#toolbar .userselect br{display:none}#toolbar .links{float:right}#toolbar .links a{padding-left:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#toolbar input[type="search"],#toolbar input[type="text"],#toolbar select,#toolbar .ui-widget{font-family:inherit;font-size:inherit}@media screen and (max-width: 1199px){#toolbar{font-size:.86em}#toolbar input[type="search"],#toolbar input[type="text"],#toolbar select,#toolbar .ui-widget{height:28px;padding:3px 5px}#toolbar #project_quick_jump_box{width:128px}}.loading #refresh{background-image:url("images/bouncer.gif");background-repeat:no-repeat;background-position:-6px 1px}.clearfix::after{display:block;clear:both;content:""}#content{margin:0;padding:0;overflow:visible}#helpers,.meta,.editors{display:none}.ui-dialog .editor{display:block}ul.ui-sortable{min-height:20px}.ui-tooltip .ui-tooltip-content hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #ababab}.ui-tooltip .ui-tooltip-content .wiki-anchor{display:none}.ui-tooltip .issue-description{max-height:10em;margin-top:12px;text-overflow:ellipsis;overflow:hidden}.ui-tooltip .issue-field{margin:2px 0 0;padding-left:160px;overflow:hidden}.ui-tooltip .issue-field:first-child{margin-top:0}.ui-tooltip .issue-field>label{margin-left:-160px;padding-right:5px;float:left;font-weight:bold}.tooltip_text{display:none}.rb-sortable-disabled,.ui-sortable-disabled{background-color:#d9d9d9;opacity:.5}.w-rb-header-collapsed{height:27px;overflow:hidden}body .ui-widget,body .ui-widget input,body .ui-widget select,body .ui-widget textarea,body .ui-widget button{font-family:inherit;font-size:inherit}
|
||||
html{height:100%;overflow-y:scroll}body{width:100%;height:100%;margin:0;padding:0;background-color:#b2acc4;color:#555;font-family:"Helvetica Neue",Helvetica,Arial,freesans,sans-serif;font-size:14px;font-weight:normal;line-height:1.428571429}a{color:#4183c4;text-decoration:none}a:hover,a:focus{color:#3269a0;text-decoration:underline}.issue.closed{color:gray;text-decoration:line-through}.project.closed{color:gray}.user.locked{color:gray}button,input,select,textarea{box-sizing:border-box;font-family:inherit;font-size:14px;line-height:1.428571429}select,textarea,input[type="search"],input[type="text"],input.name,input.editor,#col_width input{height:28px;padding:3px 8px;transition:border-color ease-in-out .1s, box-shadow ease-in-out .1s;border:1px solid #ccc;border-radius:2px;background-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);color:#555}select:focus,textarea:focus,input[type="search"]:focus,input[type="text"]:focus,input.name:focus,input.editor:focus,#col_width input:focus{border-color:rgba(88,68,146,0.6);outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 0 2px rgba(88,68,146,0.2)}select::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input.name::-webkit-input-placeholder,input.editor::-webkit-input-placeholder,#col_width input::-webkit-input-placeholder{opacity:1;color:#999}select:-ms-input-placeholder,textarea:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="text"]:-ms-input-placeholder,input.name:-ms-input-placeholder,input.editor:-ms-input-placeholder,#col_width input:-ms-input-placeholder{opacity:1;color:#999}select::placeholder,textarea::placeholder,input[type="search"]::placeholder,input[type="text"]::placeholder,input.name::placeholder,input.editor::placeholder,#col_width input::placeholder{opacity:1;color:#999}textarea{height:auto;resize:vertical}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}button.ui-multiselect{box-sizing:border-box;height:28px;padding:3px 8px;overflow:hidden;transition:border-color ease-in-out .1s, box-shadow ease-in-out .1s;border:1px solid #ccc;background:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);color:#555;white-space:nowrap;cursor:default}button.ui-multiselect:hover,button.ui-multiselect:focus{color:#555}button.ui-multiselect:active{transform:translate(0, 0)}button.ui-multiselect.ui-state-active{border-color:#584492;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(88,68,146,0.5)}button.ui-multiselect .ui-icon{margin-top:1px}#toolbar{display:block;position:relative;z-index:1000;padding:10px 20px;overflow:hidden;background-color:#f5f5f5;box-shadow:0 1px 2px rgba(0,0,0,0.1),0 3px 8px rgba(0,0,0,0.07)}#toolbar::after{content:"";display:block;clear:both}#toolbar .breadcrumbs{margin-right:10px;float:left}#toolbar .breadcrumbs select{margin-right:5px;vertical-align:middle}#toolbar .breadcrumbs .home{font-weight:bold}#toolbar .breadcrumbs .separator{position:relative;top:-1px;padding:0 .2em;font-weight:bold}#toolbar .userselect{position:relative;float:left}#toolbar .userselect ul{padding-left:0}#toolbar .userselect br{display:none}#toolbar .links{float:right}#toolbar .links a{padding-left:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#toolbar input[type="search"],#toolbar input[type="text"],#toolbar select,#toolbar .ui-widget{font-family:inherit;font-size:inherit}@media screen and (max-width: 1199px){#toolbar{font-size:.86em}#toolbar input[type="search"],#toolbar input[type="text"],#toolbar select,#toolbar .ui-widget{height:28px;padding:3px 5px}#toolbar #project_quick_jump_box{width:128px}}.loading #refresh{background-image:url("images/bouncer.gif");background-repeat:no-repeat;background-position:-6px 1px}.clearfix::after{content:"";display:block;clear:both}#content{margin:0;padding:0;overflow:visible}#helpers,.meta,.editors{display:none}.ui-dialog .editor{display:block}ul.ui-sortable{min-height:20px}.ui-tooltip .ui-tooltip-content hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #ababab}.ui-tooltip .ui-tooltip-content .wiki-anchor{display:none}.ui-tooltip .issue-description{max-height:10em;margin-top:12px;overflow:hidden;text-overflow:ellipsis}.ui-tooltip .issue-field{margin:2px 0 0;padding-left:160px;overflow:hidden}.ui-tooltip .issue-field:first-child{margin-top:0}.ui-tooltip .issue-field>label{margin-left:-160px;padding-right:5px;float:left;font-weight:bold}.tooltip_text{display:none}.rb-sortable-disabled,.ui-sortable-disabled{opacity:.5;background-color:#d9d9d9}.w-rb-header-collapsed{height:27px;overflow:hidden}body .ui-widget,body .ui-widget input,body .ui-widget select,body .ui-widget textarea,body .ui-widget button{font-family:inherit;font-size:inherit}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.ui-multiselect{padding:2px 0 2px 4px;text-align:left}.ui-multiselect span.ui-icon{float:right}.ui-multiselect-single .ui-multiselect-checkboxes input{position:absolute !important;top:auto !important;left:-9999px}.ui-multiselect-single .ui-multiselect-checkboxes label{padding:5px !important}.ui-multiselect-header{margin-bottom:3px;padding:3px}.ui-multiselect-header ul{font-size:.92em}.ui-multiselect-header ul li{padding:0 10px 0 0;float:left}.ui-multiselect-header a{text-decoration:none}.ui-multiselect-header a:hover{text-decoration:underline}.ui-multiselect-header span.ui-icon{float:left}.ui-multiselect-header li.ui-multiselect-close{padding-right:0;float:right;text-align:right}.ui-multiselect-menu{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);display:none;position:absolute;padding:3px;text-align:left;z-index:10000}.ui-multiselect-checkboxes{position:relative;padding-right:2px;overflow-y:scroll}.ui-multiselect-checkboxes input[type="checkbox"]{top:0;margin:3px 0 0 -20px;float:left}.ui-multiselect-checkboxes input[type="checkbox"]:focus{outline:none}.ui-multiselect-checkboxes label{display:block;padding:3px 1px;padding-left:26px;border:1px solid transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-multiselect-checkboxes label input{position:relative;top:1px}.ui-multiselect-checkboxes li{clear:both;font-size:.92em}.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label{margin-bottom:2px;border-bottom:1px solid #ccc;font-weight:bold;text-align:center}.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a{display:block;margin:1px 0;padding:3px;text-decoration:none}* html .ui-multiselect-checkboxes label{border:0 none}
|
||||
.ui-multiselect{padding:2px 0 2px 4px;text-align:left}.ui-multiselect span.ui-icon{float:right}.ui-multiselect-single .ui-multiselect-checkboxes input{position:absolute !important;top:auto !important;left:-9999px}.ui-multiselect-single .ui-multiselect-checkboxes label{padding:5px !important}.ui-multiselect-header{margin-bottom:3px;padding:3px}.ui-multiselect-header ul{font-size:.92em}.ui-multiselect-header ul li{padding:0 10px 0 0;float:left}.ui-multiselect-header a{text-decoration:none}.ui-multiselect-header a:hover{text-decoration:underline}.ui-multiselect-header span.ui-icon{float:left}.ui-multiselect-header li.ui-multiselect-close{padding-right:0;float:right;text-align:right}.ui-multiselect-menu{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);display:none;position:absolute;z-index:10000;padding:3px;text-align:left}.ui-multiselect-checkboxes{position:relative;padding-right:2px;overflow-y:scroll}.ui-multiselect-checkboxes input[type="checkbox"]{top:0;margin:3px 0 0 -20px;float:left}.ui-multiselect-checkboxes input[type="checkbox"]:focus{outline:none}.ui-multiselect-checkboxes label{display:block;padding:3px 1px;padding-left:26px;border:1px solid transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-multiselect-checkboxes label input{position:relative;top:1px}.ui-multiselect-checkboxes li{clear:both;font-size:.92em}.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label{margin-bottom:2px;border-bottom:1px solid #ccc;font-weight:bold;text-align:center}.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a{display:block;margin:1px 0;padding:3px;text-decoration:none}* html .ui-multiselect-checkboxes label{border:0 none}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.qtip{position:absolute;top:-31000px;left:-31000px;width:auto;max-width:500px;outline:none}.ui-tooltip-content{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);position:relative;padding:10px;border:1px solid #ccc;background-color:#fff;color:#555;font-size:.92em;text-align:left;word-wrap:break-word;overflow:hidden}.ui-tooltip-tip{border-color:#ccc;background-color:#fff}.ui-tooltip-tip{position:absolute;margin:0 auto;border:0 none;background:transparent;overflow:hidden;z-index:10}
|
||||
.qtip{position:absolute;top:-31000px;left:-31000px;width:auto;max-width:500px;outline:none}.ui-tooltip-content{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);position:relative;padding:10px;overflow:hidden;border:1px solid #ccc;background-color:#fff;color:#555;font-size:.92em;text-align:left;word-wrap:break-word}.ui-tooltip-tip{border-color:#ccc;background-color:#fff}.ui-tooltip-tip{position:absolute;z-index:10;margin:0 auto;overflow:hidden;border:0 none;background:transparent}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -32,9 +32,9 @@ button {
|
||||
&.disabled,
|
||||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
pointer-events: none; // Future-proof disabling of clicks
|
||||
box-shadow: none;
|
||||
opacity: .65;
|
||||
box-shadow: none;
|
||||
pointer-events: none; // Future-proof disabling of clicks
|
||||
}
|
||||
}
|
||||
|
||||
@@ -181,8 +181,8 @@ a[data-expands],
|
||||
border-radius: $border-radius-base;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 2px;
|
||||
cursor: pointer;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
@include button-variant($btn-default-color, $btn-default-bg, $btn-default-border); // scss-lint:disable DeclarationOrder
|
||||
}
|
||||
|
||||
@@ -22,17 +22,17 @@
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
@if $use-font-awesome {
|
||||
@extend %fa-icon-after;
|
||||
|
||||
&::after {
|
||||
content: $fa-var-caret-down;
|
||||
position: absolute;
|
||||
top: ($font-size-base / 2);
|
||||
right: $input-padding-horizontal;
|
||||
content: $fa-var-caret-down;
|
||||
}
|
||||
} @else {
|
||||
@extend %image-arrow-down;
|
||||
@@ -45,18 +45,18 @@
|
||||
@include nice-shadow(2);
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 1002;
|
||||
top: $input-height-base + $btn-padding-vertical;
|
||||
right: 0;
|
||||
overflow: hidden;
|
||||
border-radius: $border-radius-base;
|
||||
background: $main-menu-dropdown-bg;
|
||||
overflow: hidden;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
&-items {
|
||||
max-height: 400px;
|
||||
color: $gray-light;
|
||||
overflow: auto;
|
||||
color: $gray-light;
|
||||
|
||||
&:empty {
|
||||
border: 0;
|
||||
@@ -66,10 +66,10 @@
|
||||
> a,
|
||||
> span {
|
||||
&::before {
|
||||
content: " ";
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
font-weight: bold;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
@if $use-font-awesome {
|
||||
@@ -90,9 +90,9 @@
|
||||
> span {
|
||||
display: block;
|
||||
padding: $btn-padding-vertical $btn-padding-horizontal;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@ a.collapsible,
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
@@ -27,7 +28,6 @@ a.collapsible,
|
||||
border-top: 6px solid;
|
||||
border-right: 4px solid transparent;
|
||||
border-left: 4px solid transparent;
|
||||
content: "";
|
||||
vertical-align: middle;
|
||||
|
||||
@if $collapsible-animation-time > 0 {
|
||||
@@ -47,14 +47,14 @@ a.collapsible.collapsed,
|
||||
fieldset.collapsible {
|
||||
min-height: $line-height-computed;
|
||||
max-height: 2500px; // should be enough with all the possible filters
|
||||
transition: max-height $collapsible-animation-time ease-out;
|
||||
overflow: hidden;
|
||||
transition: max-height $collapsible-animation-time ease-out;
|
||||
|
||||
> div {
|
||||
display: block !important; // scss-lint:disable ImportantRule
|
||||
visibility: visible;
|
||||
transition: visibility 0s 0s, opacity $collapsible-animation-time;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
&.collapsed {
|
||||
@@ -62,9 +62,9 @@ a.collapsible.collapsed,
|
||||
transition: max-height $collapsible-animation-time;
|
||||
|
||||
> div {
|
||||
visibility: hidden;
|
||||
transition: visibility 0s $collapsible-animation-time, opacity $collapsible-animation-time;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -119,8 +119,8 @@ a.collapsible.collapsed,
|
||||
//
|
||||
|
||||
.autoscroll {
|
||||
overflow-x: auto;
|
||||
margin-bottom: $line-height-computed;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -163,8 +163,8 @@ a.collapsible.collapsed,
|
||||
|
||||
.splitcontentleft,
|
||||
.splitcontentright {
|
||||
width: 50%;
|
||||
box-sizing: border-box;
|
||||
width: 50%;
|
||||
|
||||
> .wiki {
|
||||
margin-bottom: $line-height-computed;
|
||||
@@ -277,8 +277,8 @@ p.subtitle {
|
||||
}
|
||||
|
||||
&.ui-sortable-handle {
|
||||
outline: 1px solid $gray-lighter;
|
||||
overflow: hidden;
|
||||
outline: 1px solid $gray-lighter;
|
||||
|
||||
&:hover {
|
||||
outline: 1px solid $gray-light;
|
||||
@@ -286,9 +286,9 @@ p.subtitle {
|
||||
}
|
||||
|
||||
&.ui-sortable-placeholder {
|
||||
visibility: visible !important; // scss-lint:disable ImportantRule
|
||||
outline: 1px dashed $highlight-border;
|
||||
background: $highlight-bg;
|
||||
visibility: visible !important; // scss-lint:disable ImportantRule
|
||||
}
|
||||
|
||||
&.ui-sortable-helper {
|
||||
@@ -306,10 +306,10 @@ a.close-icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: 5px;
|
||||
overflow: hidden;
|
||||
background-image: url("../../../images/close.png");
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
background-image: url("../../../images/close_hl.png");
|
||||
@@ -319,25 +319,25 @@ a.close-icon {
|
||||
// For Redmine 3.4+
|
||||
#my-page {
|
||||
.block-receiver {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&.dragging .block-receiver {
|
||||
box-sizing: border-box;
|
||||
min-height: 20px;
|
||||
margin: $padding-side / -2;
|
||||
margin-bottom: $line-height-computed;
|
||||
padding: $padding-side / 2;
|
||||
box-sizing: border-box;
|
||||
outline: 2px dashed $gray-light;
|
||||
}
|
||||
|
||||
.mypage-box {
|
||||
> .contextual {
|
||||
transition: opacity .2s;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
&:hover > .contextual {
|
||||
@@ -460,11 +460,11 @@ ul.projects {
|
||||
|
||||
> li {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
flex: 0 1 auto;
|
||||
width: 100%;
|
||||
margin-right: $padding-side / 2;
|
||||
margin-left: $padding-side / 2;
|
||||
box-sizing: border-box;
|
||||
padding: $panel-body-padding;
|
||||
border: 1px solid $panel-border;
|
||||
border-radius: $border-radius-base;
|
||||
@@ -634,18 +634,18 @@ div#version-summary {
|
||||
#ajax-indicator {
|
||||
@include nice-shadow(3);
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 200px;
|
||||
margin: (($line-height-computed + $padding-large-vertical * 2 + 1px * 2) / -2) ((200px + $padding-large-horizontal * 2 + 1px * 2) / -2);
|
||||
padding: $padding-large-vertical $padding-large-horizontal;
|
||||
border: 1px solid $highlight-border;
|
||||
opacity: .9;
|
||||
background-color: $highlight-bg;
|
||||
color: $highlight-text;
|
||||
font-weight: $font-weight-bold;
|
||||
text-align: center;
|
||||
opacity: .9;
|
||||
z-index: 100;
|
||||
|
||||
span {
|
||||
padding-left: 26px;
|
||||
@@ -745,8 +745,8 @@ div.table-list.boards {
|
||||
|
||||
.contextual {
|
||||
position: relative;
|
||||
margin-right: $bubble-padding-vertical;
|
||||
z-index: 1;
|
||||
margin-right: $bubble-padding-vertical;
|
||||
|
||||
@if $use-font-awesome {
|
||||
margin-top: $padding-small-vertical;
|
||||
@@ -773,6 +773,7 @@ div.table-list.boards {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: " ";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
@@ -782,7 +783,6 @@ div.table-list.boards {
|
||||
height: 0;
|
||||
border-style: solid solid outset;
|
||||
border-color: transparent;
|
||||
content: " ";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,10 +16,10 @@ button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
box-sizing: border-box;
|
||||
font-family: inherit;
|
||||
font-size: $font-size-base;
|
||||
line-height: $line-height-base;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
%form-field {
|
||||
@@ -28,8 +28,8 @@ textarea {
|
||||
border: 1px solid $input-border;
|
||||
border-radius: $input-border-radius;
|
||||
background-color: $input-bg;
|
||||
color: $input-color;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
|
||||
color: $input-color;
|
||||
}
|
||||
|
||||
select,
|
||||
@@ -57,15 +57,15 @@ input[type="password"] {
|
||||
&[readonly],
|
||||
fieldset[disabled] & {
|
||||
border-color: $input-border;
|
||||
opacity: 1;
|
||||
background-color: $input-bg-disabled;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
height: auto;
|
||||
resize: vertical;
|
||||
|
||||
&.text_cf {
|
||||
width: 100%;
|
||||
@@ -554,8 +554,8 @@ label[for=closed] {
|
||||
max-width: 64em;
|
||||
margin-top: $input-padding-vertical + 1px;
|
||||
margin-bottom: $line-height-computed / 2;
|
||||
columns: 18em 3;
|
||||
overflow: auto;
|
||||
columns: 18em 3;
|
||||
}
|
||||
|
||||
label.floating {
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
border: 1px solid $gray-lighter;
|
||||
border-left-width: 0;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
|
||||
&.nwday {
|
||||
background-color: $gray-lightest;
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
img.gravatar {
|
||||
overflow: hidden;
|
||||
border-radius: $border-radius-large;
|
||||
line-height: 1;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
|
||||
h2 &,
|
||||
|
||||
@@ -348,8 +348,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
|
||||
.icon-file {
|
||||
&::before {
|
||||
color: $gray;
|
||||
content: $fa-var-file-o;
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
&.text-plain::before { content: $fa-var-file-text-o; }
|
||||
@@ -563,16 +563,16 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
cursor: move;
|
||||
|
||||
&::before {
|
||||
content: $fa-var-arrows-v;
|
||||
width: 16px;
|
||||
margin: 0;
|
||||
content: $fa-var-arrows-v;
|
||||
}
|
||||
|
||||
&.ajax-loading {
|
||||
&::before {
|
||||
color: $gray;
|
||||
animation: spin 1s linear infinite;
|
||||
content: $fa-var-refresh;
|
||||
animation: spin 1s linear infinite;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -582,8 +582,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url("../../../images/reorder.png") no-repeat 0 50%;
|
||||
cursor: move;
|
||||
vertical-align: middle;
|
||||
cursor: move;
|
||||
|
||||
&.ajax-loading {
|
||||
background-image: url("../../../images/loading.gif");
|
||||
@@ -708,8 +708,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-plus;
|
||||
color: $icon-success-color;
|
||||
}
|
||||
|
||||
&:hover::before,
|
||||
@@ -766,9 +766,9 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
content: $fa-var-star;
|
||||
color: #f6ab02;
|
||||
font-size: $font-size-small;
|
||||
content: $fa-var-star;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -809,15 +809,15 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
|
||||
a.remove-upload {
|
||||
@extend %fa-icon;
|
||||
opacity: .75;
|
||||
color: $icon-danger-color;
|
||||
text-align: center;
|
||||
opacity: .75;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
opacity: 1;
|
||||
color: $icon-danger-hover-color;
|
||||
text-decoration: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&::before {
|
||||
@@ -931,10 +931,10 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
content: $fa-var-external-link;
|
||||
display: inline;
|
||||
margin-right: 3px;
|
||||
font-size: 10px;
|
||||
content: $fa-var-external-link;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -956,9 +956,9 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
content: $fa-var-plus;
|
||||
margin-right: .3em;
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-plus;
|
||||
}
|
||||
|
||||
&:hover::before,
|
||||
@@ -1023,13 +1023,13 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
background: transparent;
|
||||
|
||||
&::before {
|
||||
content: $fa-var-circle;
|
||||
position: relative;
|
||||
top: -.12em;
|
||||
font-size: .7143em;
|
||||
content: $fa-var-circle;
|
||||
}
|
||||
|
||||
&.folder::before { top: 0; font-size: 1em; content: $fa-var-folder; }
|
||||
&.folder::before { content: $fa-var-folder; top: 0; font-size: 1em; }
|
||||
&.folder.change-A::before { content: $fa-var-folder-open; }
|
||||
&.folder.change-M::before { content: $fa-var-folder-open; }
|
||||
&.change-A::before { content: $fa-var-plus-circle; }
|
||||
@@ -1164,8 +1164,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
color: $icon-danger-color;
|
||||
content: $fa-var-trash;
|
||||
color: $icon-danger-color;
|
||||
}
|
||||
|
||||
&:hover::before,
|
||||
@@ -1186,8 +1186,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-pencil;
|
||||
color: $icon-success-color;
|
||||
}
|
||||
|
||||
&:hover::before,
|
||||
@@ -1199,8 +1199,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
padding-left: 0;
|
||||
|
||||
&::before {
|
||||
margin: 0;
|
||||
content: "";
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1250,8 +1250,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-plus-square;
|
||||
color: $icon-success-color;
|
||||
}
|
||||
|
||||
&:hover::before,
|
||||
@@ -1271,10 +1271,10 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %image-calendar;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
box-sizing: border-box;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
padding-left: 14px;
|
||||
box-sizing: border-box;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
@@ -1285,9 +1285,9 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&::before {
|
||||
content: $fa-var-check;
|
||||
margin-right: 0;
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-check;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -1302,13 +1302,13 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&[href*="edit"]::before {
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-pencil;
|
||||
color: $icon-success-color;
|
||||
}
|
||||
|
||||
&[data-method="delete"]::before {
|
||||
color: $icon-danger-color;
|
||||
content: $fa-var-trash;
|
||||
color: $icon-danger-color;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -1323,8 +1323,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
@extend %fa-icon;
|
||||
|
||||
&[data-method="delete"]::before {
|
||||
color: $icon-danger-color;
|
||||
content: $fa-var-trash;
|
||||
color: $icon-danger-color;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -1340,8 +1340,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
font-size: $font-size-base;
|
||||
|
||||
&::before {
|
||||
color: $icon-danger-color;
|
||||
content: $fa-var-trash;
|
||||
color: $icon-danger-color;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -1354,8 +1354,8 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
|
||||
font-size: $font-size-base;
|
||||
|
||||
&::before {
|
||||
color: $icon-success-color;
|
||||
content: $fa-var-plus-square;
|
||||
color: $icon-success-color;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
@@ -25,13 +25,13 @@
|
||||
float: left;
|
||||
|
||||
&:nth-child(2) {
|
||||
width: $issue-gravatar-size * 0.5;
|
||||
height: $issue-gravatar-size * 0.5;
|
||||
position: absolute;
|
||||
top: $issue-gravatar-size * 0.6;
|
||||
left: $issue-gravatar-size * 0.6;
|
||||
top: $issue-gravatar-size * .6;
|
||||
left: $issue-gravatar-size * .6;
|
||||
width: $issue-gravatar-size * .5;
|
||||
height: $issue-gravatar-size * .5;
|
||||
border: 2px solid rgba(255, 255, 255, .9);
|
||||
border-radius: 20%;
|
||||
border: 2px solid rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -378,15 +378,15 @@ div.thumbnails {
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: -($line-height-computed + 2px);
|
||||
left: 22px;
|
||||
width: 4px;
|
||||
height: $line-height-computed;
|
||||
background-color: darken($body-bg, 5%);
|
||||
content: "";
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.tabs + &::before {
|
||||
@@ -435,6 +435,7 @@ div.thumbnails {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: " ";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
@@ -444,7 +445,6 @@ div.thumbnails {
|
||||
height: 0;
|
||||
border-style: solid solid outset;
|
||||
border-color: transparent;
|
||||
content: " ";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@@ -472,9 +472,9 @@ div.thumbnails {
|
||||
margin: 0;
|
||||
padding: $bubble-padding-vertical 0;
|
||||
padding-left: $bubble-padding-horizontal * 3;
|
||||
list-style: none;
|
||||
border-top: 1px solid mix($body-bg, $issue-border, 50%);
|
||||
font-size: $font-size-list;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
@@ -485,6 +485,7 @@ div.thumbnails {
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
@@ -493,7 +494,6 @@ div.thumbnails {
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
background-color: $gray-light;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -603,11 +603,11 @@ span.private {
|
||||
|
||||
div.changeset {
|
||||
margin-top: $line-height-computed / 2 + 2px * 2;
|
||||
overflow: hidden;
|
||||
border: 1px solid $issue-border;
|
||||
border-radius: $panel-border-radius;
|
||||
background-color: $issue-bg;
|
||||
font-size: $font-size-list;
|
||||
overflow: hidden;
|
||||
|
||||
&:first-of-type {
|
||||
margin-top: 0;
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
.ui-widget-header .ui-state-default {
|
||||
border: 1px solid $component-border;
|
||||
background: $component-bg;
|
||||
box-shadow: none;
|
||||
color: $component-color;
|
||||
font-weight: normal;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ui-state-default a,
|
||||
@@ -149,8 +149,8 @@
|
||||
//
|
||||
|
||||
.modal {
|
||||
background: $body-bg;
|
||||
z-index: 50;
|
||||
background: $body-bg;
|
||||
|
||||
h3.title {
|
||||
display: none;
|
||||
@@ -192,8 +192,8 @@
|
||||
|
||||
img.ui-datepicker-trigger {
|
||||
margin-left: 4px;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ui-datepicker {
|
||||
|
||||
@@ -95,13 +95,13 @@
|
||||
.jstb_h2 {
|
||||
@extend %jstb-icon;
|
||||
|
||||
&::before { font-size: .7857em; content: $fa-var-header; }
|
||||
&::before { content: $fa-var-header; font-size: .7857em; }
|
||||
}
|
||||
|
||||
.jstb_h3 {
|
||||
@extend %jstb-icon;
|
||||
|
||||
&::before { font-size: .6429em; content: $fa-var-header; }
|
||||
&::before { content: $fa-var-header; font-size: .6429em; }
|
||||
}
|
||||
|
||||
.jstb_ul {
|
||||
|
||||
@@ -350,6 +350,7 @@ tr.entry {
|
||||
text-decoration: none;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
@@ -359,7 +360,6 @@ tr.entry {
|
||||
transform: rotate(-4deg);
|
||||
transition: border-color .1s;
|
||||
border-top: 2px solid rgba($tracker-default-text, .95);
|
||||
content: "";
|
||||
}
|
||||
|
||||
&:hover::after {
|
||||
@@ -373,8 +373,8 @@ tr.entry {
|
||||
padding: $tracker-list-padding;
|
||||
|
||||
&::before {
|
||||
color: mix($tracker-default-text, $tracker-default-bg, 50%);
|
||||
content: "#";
|
||||
color: mix($tracker-default-text, $tracker-default-bg, 50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
#login-form {
|
||||
margin: $line-height-computed * 2 auto;
|
||||
box-sizing: border-box;
|
||||
margin: $line-height-computed * 2 auto;
|
||||
|
||||
label,
|
||||
input {
|
||||
@@ -57,8 +57,8 @@
|
||||
border: 1px solid $panel-border;
|
||||
border-radius: $border-radius-base;
|
||||
background-color: $panel-bg;
|
||||
color: $panel-color;
|
||||
box-shadow: $panel-shadow;
|
||||
color: $panel-color;
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
|
||||
@@ -54,11 +54,11 @@
|
||||
|
||||
.page.current,
|
||||
.current > span {
|
||||
z-index: 2;
|
||||
border-color: $pagination-active-border;
|
||||
background-color: $pagination-active-bg;
|
||||
color: $pagination-active-color;
|
||||
cursor: default;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.items,
|
||||
|
||||
@@ -196,8 +196,8 @@
|
||||
td a {
|
||||
display: block;
|
||||
max-width: floor($sidebar-width / 3);
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&:hover {
|
||||
position: absolute;
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: visible !important; // scss-lint:disable ImportantRule
|
||||
border: 0;
|
||||
background: #fff;
|
||||
overflow: visible !important; // scss-lint:disable ImportantRule
|
||||
}
|
||||
|
||||
.autoscroll {
|
||||
|
||||
@@ -7,8 +7,8 @@ table.progress {
|
||||
margin-top: 1px;
|
||||
margin-right: 5px;
|
||||
float: left;
|
||||
border: 1px solid rgba(#000, .1);
|
||||
empty-cells: show;
|
||||
border: 1px solid rgba(#000, .1);
|
||||
|
||||
.version-overview & {
|
||||
width: 40em;
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
height: $responsive-header-height;
|
||||
padding: 0 0 0 ($padding-base-horizontal + 30px);
|
||||
background-color: transparent;
|
||||
line-height: $responsive-header-height;
|
||||
box-shadow: none;
|
||||
line-height: $responsive-header-height;
|
||||
|
||||
&::before {
|
||||
padding-left: $padding-base-horizontal;
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
}
|
||||
|
||||
dd {
|
||||
font-size: $font-size-small;
|
||||
overflow: hidden;
|
||||
font-size: $font-size-small;
|
||||
|
||||
&.grouped {
|
||||
margin-left: $activity-indent;
|
||||
|
||||
@@ -15,10 +15,10 @@ $tabs-height: $line-height-computed + $tab-padding-vertical * 2 + 1px + 1px;
|
||||
}
|
||||
|
||||
> ul {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
box-sizing: border-box;
|
||||
|
||||
@if $flexbox-layout {
|
||||
display: flex;
|
||||
@@ -38,6 +38,7 @@ $tabs-height: $line-height-computed + $tab-padding-vertical * 2 + 1px + 1px;
|
||||
|
||||
> a {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
min-width: 3em;
|
||||
height: $tabs-height;
|
||||
margin-right: 2px;
|
||||
@@ -46,7 +47,6 @@ $tabs-height: $line-height-computed + $tab-padding-vertical * 2 + 1px + 1px;
|
||||
border-radius: $border-radius-base $border-radius-base 0 0;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -68,11 +68,11 @@ $tabs-height: $line-height-computed + $tab-padding-vertical * 2 + 1px + 1px;
|
||||
border: 0 none;
|
||||
border-bottom: 1px solid $tab-border;
|
||||
border-radius: 0;
|
||||
opacity: .8;
|
||||
background-color: $body-bg;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
box-shadow: none;
|
||||
opacity: .8;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
line-height: 1;
|
||||
|
||||
&::before {
|
||||
margin-right: 0;
|
||||
content: $fa-var-caret-square-o-down;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
@@ -210,11 +210,11 @@
|
||||
|
||||
&.expanded {
|
||||
.drdn-trigger {
|
||||
z-index: 1003;
|
||||
height: auto;
|
||||
padding-bottom: $header-padding-horizontal / 2;
|
||||
border-color: $quick-search-dropdown-bg;
|
||||
background-color: $quick-search-dropdown-bg;
|
||||
z-index: 1003;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -264,8 +264,8 @@
|
||||
|
||||
clear: both;
|
||||
background-color: $main-menu-bg;
|
||||
color: $text-color;
|
||||
box-shadow: inset 0 -1px $main-menu-border;
|
||||
color: $text-color;
|
||||
|
||||
&.tabs {
|
||||
margin-bottom: 0;
|
||||
@@ -289,8 +289,8 @@
|
||||
@extend %clearfix;
|
||||
margin: 0;
|
||||
padding: 0 ($padding-side - $main-menu-padding-horizontal);
|
||||
color: $main-menu-link;
|
||||
list-style: none;
|
||||
color: $main-menu-link;
|
||||
|
||||
> li {
|
||||
position: relative;
|
||||
@@ -299,8 +299,8 @@
|
||||
|
||||
&:hover {
|
||||
> .new-object {
|
||||
border-bottom: 1px solid $main-menu-dropdown-bg;
|
||||
z-index: 100;
|
||||
border-bottom: 1px solid $main-menu-dropdown-bg;
|
||||
}
|
||||
|
||||
> .menu-children {
|
||||
@@ -324,16 +324,16 @@
|
||||
&:hover,
|
||||
&:focus {
|
||||
outline: 0 none;
|
||||
text-decoration: none;
|
||||
box-shadow: inset 0 (-$main-menu-shadow-width) 0 $main-menu-shadow-hover;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
padding-bottom: $main-menu-padding-vertical - $main-menu-shadow-width;
|
||||
border-bottom: 3px solid $main-menu-shadow-active;
|
||||
box-shadow: none;
|
||||
color: $main-menu-link-active;
|
||||
font-weight: $font-weight-bold;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&.new-object {
|
||||
@@ -365,14 +365,14 @@
|
||||
@include nice-shadow(2);
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
min-width: 130px;
|
||||
margin: 0 1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
border-radius: 0 0 $border-radius-base $border-radius-base;
|
||||
background: $main-menu-dropdown-bg;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
z-index: 1001;
|
||||
|
||||
&.visible {
|
||||
display: block;
|
||||
@@ -404,9 +404,9 @@
|
||||
background-color: $main-menu-bg;
|
||||
|
||||
> button {
|
||||
box-sizing: border-box;
|
||||
height: $tabs-height;
|
||||
background-color: $main-menu-bg;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -105,12 +105,12 @@ div.wiki {
|
||||
+ h5,
|
||||
+ h6 {
|
||||
&::before {
|
||||
content: "#";
|
||||
display: inline-block;
|
||||
width: .7em;
|
||||
margin-left: -.7em;
|
||||
color: $headings-anchor-color-active;
|
||||
font-weight: normal;
|
||||
content: "#";
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -207,12 +207,12 @@ div.wiki {
|
||||
width: auto;
|
||||
margin-bottom: 1.15em;
|
||||
padding: 4px 8px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
border: 1px solid #e7e7e7;
|
||||
border-radius: $border-radius-base;
|
||||
border-color: rgba(#000, .068);
|
||||
background-color: rgba(#000, .03);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
font-size: $font-size-small;
|
||||
|
||||
code {
|
||||
@@ -241,8 +241,8 @@ div.wiki {
|
||||
border: 1px solid $highlight-border;
|
||||
border-radius: $border-radius-base;
|
||||
background-color: $highlight-bg;
|
||||
font-size: $font-size-small;
|
||||
box-shadow: $panel-shadow;
|
||||
font-size: $font-size-small;
|
||||
|
||||
a {
|
||||
color: $highlight-text;
|
||||
@@ -283,8 +283,8 @@ div.wiki {
|
||||
margin: 0;
|
||||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
margin-left: 1.5em;
|
||||
list-style-type: disc;
|
||||
|
||||
li {
|
||||
list-style-type: circle;
|
||||
@@ -345,12 +345,12 @@ p.footnote {
|
||||
margin-bottom: 5px;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 300px;
|
||||
margin-top: $line-height-computed;
|
||||
padding-top: $line-height-computed / 2;
|
||||
border-top: 1px solid $gray-lighter;
|
||||
content: "";
|
||||
}
|
||||
|
||||
+ p.footnote::before {
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
@mixin clearfix() {
|
||||
&::after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
//
|
||||
@mixin placeholder($color: $input-color-placeholder) {
|
||||
&::placeholder {
|
||||
color: $color;
|
||||
opacity: 1; // See https://github.com/twbs/bootstrap/pull/11526
|
||||
color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@import "common";
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -50,10 +50,10 @@ button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
box-sizing: border-box;
|
||||
font-family: inherit;
|
||||
font-size: $font-size-base;
|
||||
line-height: $line-height-base;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
select,
|
||||
@@ -71,13 +71,13 @@ input.editor,
|
||||
border: 1px solid $input-border;
|
||||
border-radius: $input-border-radius;
|
||||
background-color: $input-bg;
|
||||
color: $input-color;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
|
||||
color: $input-color;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
height: auto;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
select:-moz-focusring {
|
||||
@@ -86,17 +86,17 @@ select:-moz-focusring {
|
||||
}
|
||||
|
||||
button.ui-multiselect {
|
||||
box-sizing: border-box;
|
||||
height: $input-height-base;
|
||||
padding: $input-padding-vertical $input-padding-horizontal;
|
||||
overflow: hidden;
|
||||
transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
|
||||
border: 1px solid $input-border;
|
||||
background: $input-bg;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
|
||||
color: $input-color;
|
||||
white-space: nowrap;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
@@ -125,11 +125,11 @@ button.ui-multiselect {
|
||||
@include clearfix;
|
||||
display: block;
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
padding: 10px $padding-side;
|
||||
overflow: hidden;
|
||||
background-color: $main-menu-bg;
|
||||
box-shadow: $panel-shadow;
|
||||
overflow: hidden;
|
||||
z-index: 1000;
|
||||
|
||||
.breadcrumbs {
|
||||
margin-right: 10px;
|
||||
@@ -262,8 +262,8 @@ ul.ui-sortable {
|
||||
.issue-description {
|
||||
max-height: 10em;
|
||||
margin-top: 12px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.issue-field {
|
||||
@@ -293,8 +293,8 @@ ul.ui-sortable {
|
||||
|
||||
.rb-sortable-disabled,
|
||||
.ui-sortable-disabled {
|
||||
background-color: $gray-lighter;
|
||||
opacity: .5;
|
||||
background-color: $gray-lighter;
|
||||
}
|
||||
|
||||
.w-rb-header-collapsed {
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
.ui-helper-reset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
list-style: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -33,11 +33,11 @@
|
||||
display: inline-block;
|
||||
|
||||
&::after {
|
||||
content: ".";
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
clear: both;
|
||||
content: ".";
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,9 +76,9 @@
|
||||
|
||||
.ui-icon {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
text-indent: -9999px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Misc visuals
|
||||
@@ -156,9 +156,9 @@
|
||||
.ui-widget-header .ui-state-default {
|
||||
border: 1px solid $component-border;
|
||||
background: $component-bg;
|
||||
box-shadow: none;
|
||||
color: $component-color;
|
||||
font-weight: normal;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ui-state-default a,
|
||||
@@ -250,14 +250,14 @@
|
||||
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary {
|
||||
font-weight: normal;
|
||||
opacity: .7;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled {
|
||||
background-image: none;
|
||||
opacity: .35;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* Icons
|
||||
@@ -520,16 +520,16 @@
|
||||
/* Overlays */
|
||||
|
||||
.ui-widget-overlay {
|
||||
background: #000;
|
||||
opacity: .3;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.ui-widget-shadow {
|
||||
margin: -8px 0 0 -8px;
|
||||
padding: 8px;
|
||||
border-radius: 8px;
|
||||
background: #aaa;
|
||||
opacity: .3;
|
||||
background: #aaa;
|
||||
}
|
||||
|
||||
/* Resizable
|
||||
@@ -542,8 +542,8 @@
|
||||
.ui-resizable-handle {
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: .1px;
|
||||
z-index: 9999;
|
||||
font-size: .1px;
|
||||
}
|
||||
|
||||
.ui-resizable-disabled .ui-resizable-handle,
|
||||
@@ -660,9 +660,9 @@
|
||||
margin-top: -2px;
|
||||
margin-bottom: 2px;
|
||||
padding: 1em 2.2em;
|
||||
border-top: 0;
|
||||
overflow: auto;
|
||||
zoom: 1;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.ui-accordion-content-active {
|
||||
@@ -731,11 +731,11 @@
|
||||
position: relative;
|
||||
margin-right: .1em;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
zoom: 1;
|
||||
text-align: center;
|
||||
text-decoration: none !important; // scss-lint:disable ImportantRule
|
||||
cursor: pointer;
|
||||
overflow: visible;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
/* the overflow property removes extra width in IE */
|
||||
@@ -881,10 +881,10 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-dialog-content {
|
||||
position: relative;
|
||||
padding: .5em 1em;
|
||||
border: 0 none;
|
||||
background: none;
|
||||
overflow: auto;
|
||||
zoom: 1;
|
||||
border: 0 none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.ui-dialog-buttonpane {
|
||||
@@ -899,9 +899,9 @@ button.ui-button::-moz-focus-inner {
|
||||
margin: .5em .4em .5em 0;
|
||||
padding: .2em .6em .3em;
|
||||
float: right;
|
||||
overflow: visible;
|
||||
line-height: 1.4em;
|
||||
cursor: pointer;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -926,19 +926,19 @@ button.ui-button::-moz-focus-inner {
|
||||
|
||||
.ui-slider-handle {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
cursor: default;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.ui-slider-range {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
border: 0 none;
|
||||
background-position: 0 0;
|
||||
font-size: .7em;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1006,8 +1006,8 @@ button.ui-button::-moz-focus-inner {
|
||||
margin: 0 .2em 1px 0;
|
||||
padding: 0;
|
||||
float: left;
|
||||
border-bottom: 0 !important; // scss-lint:disable ImportantRule
|
||||
list-style: none;
|
||||
border-bottom: 0 !important; // scss-lint:disable ImportantRule
|
||||
white-space: nowrap;
|
||||
|
||||
a {
|
||||
@@ -1081,9 +1081,9 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-state-default {
|
||||
border: 1px solid $body-bg;
|
||||
background: $body-bg;
|
||||
box-shadow: none;
|
||||
color: $component-color;
|
||||
font-weight: normal;
|
||||
box-shadow: none;
|
||||
|
||||
a,
|
||||
a:link,
|
||||
@@ -1169,8 +1169,8 @@ button.ui-button::-moz-focus-inner {
|
||||
table {
|
||||
width: 100%;
|
||||
margin: 0 0 .4em;
|
||||
font-size: .9em;
|
||||
border-collapse: collapse;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
th {
|
||||
@@ -1220,8 +1220,8 @@ button.ui-button::-moz-focus-inner {
|
||||
margin: .5em .2em .4em;
|
||||
padding: .2em .6em .3em;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
|
||||
&.ui-datepicker-current {
|
||||
float: left;
|
||||
|
||||
@@ -57,9 +57,9 @@
|
||||
@include nice-shadow(2);
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
padding: 3px;
|
||||
text-align: left;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.ui-multiselect-checkboxes {
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
@include nice-shadow(2);
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
border: 1px solid $tooltip-border;
|
||||
background-color: $tooltip-bg;
|
||||
color: $tooltip-text;
|
||||
font-size: $font-size-list;
|
||||
text-align: left;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui-tooltip-tip {
|
||||
@@ -29,9 +29,9 @@
|
||||
|
||||
.ui-tooltip-tip {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
border: 0 none;
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
@@ -189,9 +189,9 @@ $story-sp-input-width: 50px;
|
||||
|
||||
&:focus {
|
||||
border-color: lighten($header-bg, 25%);
|
||||
color: $gray-darkest;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2),
|
||||
0 0 0 1px lighten($header-bg, 25%);
|
||||
color: $gray-darkest;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -203,8 +203,8 @@ $story-sp-input-width: 50px;
|
||||
|
||||
.name {
|
||||
padding-left: $padding-base-horizontal;
|
||||
font-weight: $font-weight-bold;
|
||||
overflow: hidden;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.date {
|
||||
@@ -247,13 +247,13 @@ $story-sp-input-width: 50px;
|
||||
.editors {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding-top: $editor-padding;
|
||||
border-radius: $border-radius-large $border-radius-large 0 0;
|
||||
background-color: $header-bg;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
label,
|
||||
@@ -299,6 +299,7 @@ $story-sp-input-width: 50px;
|
||||
.menu {
|
||||
position: relative;
|
||||
height: $header-line-height;
|
||||
overflow: visible;
|
||||
transition: background-color 0s .1s, border-color 0s .1s;
|
||||
border-right: 1px solid #888;
|
||||
border-bottom: 1px solid $header-bg;
|
||||
@@ -306,13 +307,12 @@ $story-sp-input-width: 50px;
|
||||
font-size: $font-size-small;
|
||||
line-height: $line-height-base;
|
||||
cursor: pointer;
|
||||
overflow: visible;
|
||||
|
||||
&:hover {
|
||||
z-index: 1000;
|
||||
transition: background-color 0s 0s, border-color 0s 0s;
|
||||
border-color: $body-bg;
|
||||
background-color: $body-bg;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@@ -325,20 +325,20 @@ $story-sp-input-width: 50px;
|
||||
}
|
||||
|
||||
ul {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
top: $header-line-height + 1px;
|
||||
left: -1px;
|
||||
margin: 0;
|
||||
padding: $padding-small-vertical 0;
|
||||
list-style: none;
|
||||
transition: visibility 0s .1s;
|
||||
border: 1px solid $header-bg;
|
||||
border-top-width: 0;
|
||||
border-radius: 0 0 $border-radius-base $border-radius-base;
|
||||
background-color: $body-bg;
|
||||
list-style: none;
|
||||
box-shadow: 0 2px 1px rgba(#000, .1);
|
||||
visibility: hidden;
|
||||
z-index: 999;
|
||||
|
||||
a {
|
||||
color: $gray-darker;
|
||||
@@ -346,8 +346,8 @@ $story-sp-input-width: 50px;
|
||||
}
|
||||
|
||||
&:hover .items {
|
||||
transition: visibility 0s 0s;
|
||||
visibility: visible;
|
||||
transition: visibility 0s 0s;
|
||||
}
|
||||
|
||||
.item {
|
||||
@@ -385,8 +385,8 @@ $story-sp-input-width: 50px;
|
||||
background-color: darken($body-bg, 8%);
|
||||
|
||||
ul {
|
||||
transition: visibility 0s 0s;
|
||||
visibility: visible;
|
||||
transition: visibility 0s 0s;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -399,9 +399,9 @@ $story-sp-input-width: 50px;
|
||||
|
||||
.close_sprint {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
color: $header-link;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.closedbacklog {
|
||||
@@ -425,8 +425,8 @@ $story-sp-input-width: 50px;
|
||||
min-height: ($line-height-computed + $table-condensed-cell-padding * 2);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: $font-size-list;
|
||||
list-style: none;
|
||||
font-size: $font-size-list;
|
||||
|
||||
.v {
|
||||
display: none;
|
||||
@@ -492,6 +492,7 @@ $story-sp-input-width: 50px;
|
||||
text-align: right;
|
||||
|
||||
&::before {
|
||||
content: "#";
|
||||
margin-left: -1em;
|
||||
@if $color-trackers {
|
||||
color: mix($tracker-default-text, $tracker-default-bg, 50%);
|
||||
@@ -499,7 +500,6 @@ $story-sp-input-width: 50px;
|
||||
color: $gray-light;
|
||||
}
|
||||
font-weight: normal;
|
||||
content: "#";
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@@ -527,9 +527,9 @@ $story-sp-input-width: 50px;
|
||||
width: $story-project-width;
|
||||
padding: $table-condensed-cell-padding 0 $table-condensed-cell-padding $table-condensed-cell-padding;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
.t {
|
||||
overflow: hidden;
|
||||
@@ -592,9 +592,9 @@ $story-sp-input-width: 50px;
|
||||
|
||||
&:focus {
|
||||
border-color: darken($highlight-border, 15%);
|
||||
color: $gray-darkest;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075),
|
||||
0 0 5px rgba(darken($highlight-border, 15%), .5);
|
||||
color: $gray-darkest;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -646,8 +646,8 @@ $story-sp-input-width: 50px;
|
||||
width: calc(100% - #{$subject-width-minus}) !important; // scss-lint:disable ImportantRule
|
||||
height: 60px;
|
||||
float: left;
|
||||
white-space: normal;
|
||||
overflow: auto;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
&.category_id {
|
||||
@@ -682,8 +682,8 @@ $story-sp-input-width: 50px;
|
||||
// Override: display story subject in multiple lines
|
||||
.rb-multilinesubject & .subject {
|
||||
height: auto;
|
||||
white-space: normal;
|
||||
overflow: show;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@if $color-trackers {
|
||||
|
||||
@@ -64,11 +64,11 @@ $swimlane-width: $issue-width + 2 * ($issue-margin + $issue-paddi
|
||||
|
||||
#board_header {
|
||||
position: absolute;
|
||||
z-index: 200;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 0;
|
||||
border: 1px solid darken($header-bg, 5%);
|
||||
background-color: $header-bg;
|
||||
z-index: 200;
|
||||
|
||||
td {
|
||||
height: 20px;
|
||||
@@ -146,12 +146,12 @@ $swimlane-width: $issue-width + 2 * ($issue-margin + $issue-paddi
|
||||
.id {
|
||||
margin-bottom: 5px;
|
||||
padding: 0 3px;
|
||||
overflow: hidden;
|
||||
border-radius: $border-radius-base;
|
||||
opacity: .8;
|
||||
background-color: $body-bg;
|
||||
font-size: .9em;
|
||||
line-height: 16px;
|
||||
opacity: .8;
|
||||
overflow: hidden;
|
||||
|
||||
a,
|
||||
.remaininghours {
|
||||
@@ -174,8 +174,8 @@ $swimlane-width: $issue-width + 2 * ($issue-margin + $issue-paddi
|
||||
.subject {
|
||||
height: $issue-height * .6;
|
||||
padding: 2px;
|
||||
line-height: 1.3;
|
||||
overflow: hidden;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
&.closed .subject {
|
||||
@@ -245,14 +245,14 @@ $swimlane-width: $issue-width + 2 * ($issue-margin + $issue-paddi
|
||||
.id {
|
||||
margin-bottom: 5px;
|
||||
padding: 0 3px;
|
||||
overflow: hidden;
|
||||
border-radius: $border-radius-base;
|
||||
opacity: .8;
|
||||
background-color: $body-bg;
|
||||
font-size: $font-size-small-px;
|
||||
font-weight: $font-weight-bold;
|
||||
line-height: 16px;
|
||||
text-align: right;
|
||||
opacity: .8;
|
||||
overflow: hidden;
|
||||
|
||||
.v {
|
||||
display: none;
|
||||
@@ -284,9 +284,9 @@ $swimlane-width: $issue-width + 2 * ($issue-margin + $issue-paddi
|
||||
margin-top: 2px;
|
||||
padding: 2px;
|
||||
padding-top: 0;
|
||||
overflow: hidden;
|
||||
font-size: 9px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.v {
|
||||
@@ -375,9 +375,9 @@ $swimlane-width: $issue-width + 2 * ($issue-margin + $issue-paddi
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
opacity: .5;
|
||||
background: none;
|
||||
background-color: #fff;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.ui-dialog-title {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user