Changeset 5971 for trunk/lib/docbook


Ignore:
Timestamp:
Feb 17, 2012, 11:30:22 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

References #1655: GUI improvements

  • Started to create screen shots with the new design for the user documentation.
  • Got rid of old .gif icons in the documentation and replaced them with .png versions.
  • Fixed some issues with placement of 'required information' in two dialogs.
Location:
trunk/lib/docbook/custom-styles/docbook/plain
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/docbook/custom-styles/docbook/plain/css/docbook.css

    r5826 r5971  
    1 
     1@charset "UTF-8";
    22/*
    33 * A CSS stylesheet for Docbook-generated documentation.
     
    124124  font-weight: bold;     
    125125}
    126 
    127 .guimenu, .guisubmenu, .guimenuitem {
    128   padding-right: 2px;
    129   padding-left: 2px;
    130 }
     126.guimenuitem:before, .guisubmenu:before
     127{
     128  content: '››';
     129  padding-right: 4px;
     130  padding-left: 4px;
     131}
     132
     133.guibutton
     134{
     135  font-weight: bold;
     136  border: 1px solid #A0A0A0;
     137  border-radius: 4px;
     138  padding: 1px 5px 1px 5px;
     139  background: #E8E8E8;
     140  line-height: 1.5em;
     141  white-space: nowrap;
     142
     143}
     144
     145.guimenu, .guisubmenu, .guimenuitem
     146{}
    131147
    132148.userinput, .literallayout, .package {
     
    141157.inlinemediaobject img {
    142158  vertical-align: text-bottom;
     159  padding-bottom: 2px;
    143160}
    144161
     
    281298    text-align:     center;
    282299    margin-top:     1em;
    283     margin-bottom:  1em;
     300    margin-bottom:  0em;
     301}
     302
     303br.figure-break
     304{
     305  line-height: 0px;
    284306}
    285307
  • trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl

    r5791 r5971  
    5252<xsl:param name="admon.style"></xsl:param>
    5353<xsl:param name="admonition.title.properties">text-align: left</xsl:param>
    54 <xsl:param name="menuchoice.menu.separator">&#9658;</xsl:param>
     54<!-- xsl:param name="menuchoice.menu.separator">&#9658;</xsl:param-->
     55<xsl:param name="menuchoice.menu.separator"></xsl:param>
    5556
    5657<xsl:param name="keep.relative.image.uris" select="false"/>
Note: See TracChangeset for help on using the changeset viewer.