X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e822adb3f7c61a1148cd6f73be2bb302ab704e0f..541a31c295de935edd2b357ba25d8da811bbf465:/css/requirement_spec.css diff --git a/css/requirement_spec.css b/css/requirement_spec.css index 123713398..36dfeb5a3 100644 --- a/css/requirement_spec.css +++ b/css/requirement_spec.css @@ -3,7 +3,7 @@ /* ------------------------------------------------------------ */ input.rs_input_field, select.rs_input_field, -table.rs_input_field input, table.rs_input_field select { +table.rs_input_field input[type=text], table.rs_input_field input[type=password], table.rs_input_field select { width: 300px; } @@ -48,6 +48,7 @@ table.rs_input_field input, table.rs_input_field select { .context-menu-item.icon-save { background-image: url("../image/document-save.png"); } .context-menu-item.icon-revert { background-image: url("../image/edit-undo.png"); } .context-menu-item.icon-pdf { background-image: url("../image/application-pdf.png"); } +.context-menu-item.icon-html { background-image: url("../image/text-html.png"); } .context-menu-item.icon-add-picture { background-image: url("../image/add-picture.png"); } .context-menu-item.icon-download { background-image: url("../image/download.png"); } .context-menu-item.icon-renumber { background-image: url("../image/format-list-ordered.png"); }