Max width for atomic fields.

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1959 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
rkh 14 years ago
parent 7c41b6af46
commit 26d1c64b9a
  1. 5
      assets/stylesheets/reporting.css
  2. 3
      features/permissions.feature

@ -26,6 +26,11 @@
padding-right: 5px;
}
.report tbody th, .report tbody td, .inner {
max-width: 300px;
white-space: normal !important;
}
.report td:hover {
color: #000;
outline: #ccc 1px solid;

@ -1,3 +1,6 @@
Feature: Permissions
#XXX: Test permissions on table and simple table (currently testet in _cost_entry_table partial only)
#XXX: Test access permissions for /cost_reports AND /project/../cost_reports - sometimes there is access denied where is should not and vice versa
Scenario: Coming to the cost report for the first time, I should see my entries
Given there is a standard cost control project named "Standard Project"
Loading…
Cancel
Save