Content
View differences
Updated by Stefan Botzenhart almost 11 years ago
We need to make various UI enhancements which came up during the WP fullscreen development. Therefor I recommend making the changes based on the fullscreen branch of Tim Habermaas.
## Tasks
1. Tab names should be in caps. currently only camel-case. split and fullscreen view.
2. Dropdown indicator of column ID is behind the following column. see screenshot dropdown-indicator.png
3. spacing / padding of left pane needs to be removed in wp fullscreen view
4. vertical scrollbar in WP list even if there’s nothing to scroll
5. decrease indentation for activity actions and use full dot (not just circle dot)
1\. tabs in caps
.tabrow a {
text-transform: uppercase;
font-weight: bold;
}
should do the trick?
3\. padding
- EDIT: <s>tried tried to by myself but it also affects right pane</s> removing padding top and left on `work-packages--left-panel` helps :smile:
pane
- remove top padding
- remove left padding so “Description” is aligned with “Task \#146”
5\. Padding activity actions
- `margin-left: 15px` for `class="user-comment wiki"`
- remove `padding-left` on `work-package-details-activities-messages`
## Tasks
1. Tab names should be in caps. currently only camel-case. split and fullscreen view.
2. Dropdown indicator of column ID is behind the following column. see screenshot dropdown-indicator.png
3. spacing / padding of left pane needs to be removed in wp fullscreen view
4. vertical scrollbar in WP list even if there’s nothing to scroll
5. decrease indentation for activity actions and use full dot (not just circle dot)
1\. tabs in caps
.tabrow a {
text-transform: uppercase;
font-weight: bold;
}
should do the trick?
3\. padding
- EDIT: <s>tried
- remove left padding so “Description” is aligned with “Task \#146”
5\. Padding activity actions
- `margin-left: 15px` for `class="user-comment wiki"`
- remove `padding-left` on `work-package-details-activities-messages`