|
|
@ -63,20 +63,15 @@ |
|
|
|
line-height: inherit |
|
|
|
line-height: inherit |
|
|
|
white-space: inherit |
|
|
|
white-space: inherit |
|
|
|
|
|
|
|
|
|
|
|
.action_menu_specific #col_width input |
|
|
|
|
|
|
|
text-align: right |
|
|
|
|
|
|
|
width: 2em |
|
|
|
|
|
|
|
margin-top: -1px |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#rb |
|
|
|
#rb |
|
|
|
#assigned_to_id_options |
|
|
|
#assigned_to_id_options |
|
|
|
display: none |
|
|
|
display: none |
|
|
|
.swimlane |
|
|
|
.swimlane |
|
|
|
min-width: 105px |
|
|
|
min-width: 105px |
|
|
|
/* width + (2*margin) + (2*padding) + (2*border) of .work_package |
|
|
|
/* width + (2*margin) + (2*padding) + (2*border) of .work_package */ |
|
|
|
padding: 5px 0 0 5px |
|
|
|
padding: 5px 0 0 5px |
|
|
|
width: 105px |
|
|
|
width: 105px |
|
|
|
/* Must be the same as min-width |
|
|
|
/* Must be the same as min-width */ |
|
|
|
#board_header |
|
|
|
#board_header |
|
|
|
background-color: #EBEBEB |
|
|
|
background-color: #EBEBEB |
|
|
|
border: 1px solid #CCCCCC |
|
|
|
border: 1px solid #CCCCCC |
|
|
@ -102,7 +97,7 @@ |
|
|
|
border: 1px solid #CCCCCC |
|
|
|
border: 1px solid #CCCCCC |
|
|
|
border-top: none |
|
|
|
border-top: none |
|
|
|
margin-right: 10px |
|
|
|
margin-right: 10px |
|
|
|
/* IE7 table fix |
|
|
|
/* IE7 table fix */ |
|
|
|
table-layout: fixed |
|
|
|
table-layout: fixed |
|
|
|
border-collapse: collapse |
|
|
|
border-collapse: collapse |
|
|
|
empty-cells: show |
|
|
|
empty-cells: show |
|
|
@ -218,13 +213,13 @@ |
|
|
|
* Also use by the Column Width preference to determine the unit width of the |
|
|
|
* Also use by the Column Width preference to determine the unit width of the |
|
|
|
* swimlanes. See RB.Taskboard.initialize() |
|
|
|
* swimlanes. See RB.Taskboard.initialize() |
|
|
|
|
|
|
|
|
|
|
|
/* status labels |
|
|
|
/* status labels */ |
|
|
|
|
|
|
|
|
|
|
|
/* shared #impediments and #tasks |
|
|
|
/* shared #impediments and #tasks */ |
|
|
|
|
|
|
|
|
|
|
|
/* item styles used by .task and .impediment |
|
|
|
/* item styles used by .task and .impediment */ |
|
|
|
|
|
|
|
|
|
|
|
/* dialog |
|
|
|
/* dialog */ |
|
|
|
|
|
|
|
|
|
|
|
.task_editor_dialog.ui-dialog |
|
|
|
.task_editor_dialog.ui-dialog |
|
|
|
.ui-dialog-titlebar-close |
|
|
|
.ui-dialog-titlebar-close |
|
|
@ -257,7 +252,7 @@ |
|
|
|
.light div |
|
|
|
.light div |
|
|
|
color: #000000 |
|
|
|
color: #000000 |
|
|
|
|
|
|
|
|
|
|
|
/* item editor |
|
|
|
/* item editor */ |
|
|
|
|
|
|
|
|
|
|
|
#task_editor |
|
|
|
#task_editor |
|
|
|
label |
|
|
|
label |
|
|
@ -275,7 +270,7 @@ |
|
|
|
.remaining_hours, .blocks |
|
|
|
.remaining_hours, .blocks |
|
|
|
width: 268px |
|
|
|
width: 268px |
|
|
|
|
|
|
|
|
|
|
|
/* compact view |
|
|
|
/* compact view */ |
|
|
|
|
|
|
|
|
|
|
|
#rb |
|
|
|
#rb |
|
|
|
.compact |
|
|
|
.compact |
|
|
@ -304,7 +299,7 @@ |
|
|
|
#warning |
|
|
|
#warning |
|
|
|
background-image: image-url("webalys/warning.png") |
|
|
|
background-image: image-url("webalys/warning.png") |
|
|
|
|
|
|
|
|
|
|
|
/* others |
|
|
|
/* others */ |
|
|
|
|
|
|
|
|
|
|
|
.story |
|
|
|
.story |
|
|
|
.story-bar |
|
|
|
.story-bar |
|
|
@ -353,3 +348,13 @@ |
|
|
|
@include story-footer |
|
|
|
@include story-footer |
|
|
|
.t |
|
|
|
.t |
|
|
|
@include ellipsis |
|
|
|
@include ellipsis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Toolbar modifications (no support for labels form the component) */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#toolbar |
|
|
|
|
|
|
|
label[for=col_width_input] |
|
|
|
|
|
|
|
padding-top: rem-calc(20px) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#col_width_input |
|
|
|
|
|
|
|
max-width: 60px |
|
|
|
|
|
|
|
|
|
|
|