diff options
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/global.css | 4 | ||||
-rw-r--r-- | skins/custom/show_bug.css | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css index b2cbcc397..8f233e556 100644 --- a/skins/custom/global.css +++ b/skins/custom/global.css @@ -30,10 +30,6 @@ pre { font-size: medium; } -.field_label { - text-align: left; -} - #attachment_table { width: 50em; } diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 2d3e4995f..97a4f929b 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -69,3 +69,6 @@ cursor: help; } +.edit_form table td:first-child { + width: 0px; +} |