[drupal-devel] [bug] Pushbutton Header CSS Cleanup
Issue status update for http://drupal.org/node/18879 Project: Drupal Version: cvs Component: theme system Category: bug reports Priority: normal Assigned to: Robert Castelo Reported by: Robert Castelo Updated by: Robert Castelo Status: patch Attachment: http://drupal.org/files/issues/pushbutton-header.patch (973 bytes) Update to CSS used by Pushbutton in the header of the page, fixes two issues: * img was specified to display as block, which wasn't neccessary. Better to leave it as the default (inline), making it easier to control image placement. * Border to top and bottom of secondary-menu was not displaying in Safari, fixed by overiding drupal.css "table {border-collapse: collapse;}" Robert Castelo
Issue status update for http://drupal.org/node/18879 Project: Drupal Version: cvs Component: theme system Category: bug reports Priority: normal Assigned to: Robert Castelo Reported by: Robert Castelo Updated by: mathias Status: patch +1 I too have been bitten by the unfocused scope of the img selector before. mathias Previous comments: ------------------------------------------------------------------------ March 14, 2005 - 10:53 : Robert Castelo Attachment: http://drupal.org/files/issues/pushbutton-header.patch (973 bytes) Update to CSS used by Pushbutton in the header of the page, fixes two issues: * img was specified to display as block, which wasn't neccessary. Better to leave it as the default (inline), making it easier to control image placement. * Border to top and bottom of secondary-menu was not displaying in Safari, fixed by overiding drupal.css "table {border-collapse: collapse;}"
participants (2)
-
mathias -
Robert Castelo