Ignore:
Timestamp:
2006-11-29T15:05:25+13:00 (17 years ago)
Author:
shaoqun
Message:

added styles for the next and previous search result link in a document page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/images/style.css

    r13164 r13375  
    172172
    173173div.document {
    174   padding-top: 5px;
    175 }
     174 padding: .2em 0 0 0;
     175 clear: both;
     176 
     177}
     178
    176179div.documenttext { clear: both; } /* come after any floating divs */
    177180
     181div.searchresults{
     182  padding: 0;
     183  margin: .2em 0 .2em 0;
     184}
     185
     186div.nextresult{
     187  display: inline;
     188  text-align:right;
     189  float:right;
     190  width:50%
     191}
     192
     193div.prevresult{
     194   display:inline;
     195   float:left;   
     196   width:50%;
     197}
     198
     199
    178200div.warning { /* eg expanding more than 10 sections in table of contents */
    179201}
    180202div.warning div.buttons { float: right; } /* continue button */
    181203
    182 div.heading_image { float: left; } /* optional cover image */
     204div.heading_image {
     205 float: left;
     206
     207 } /* optional cover image */
    183208
    184209div.heading_title {
Note: See TracChangeset for help on using the changeset viewer.