Ignore:
Timestamp:
2006-12-19T14:53:42+13:00 (17 years ago)
Author:
shaoqun
Message:

modify the styleof the buttons of document pages

File:
1 edited

Legend:

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

    r13375 r13521  
    179179div.documenttext { clear: both; } /* come after any floating divs */
    180180
    181 div.searchresults{
    182   padding: 0;
    183   margin: .2em 0 .2em 0;
    184 }
    185 
    186 div.nextresult{
    187   display: inline;
    188   text-align:right;
     181ul#searchresults{
     182  list-style-type: none;
     183  margin: 0 0 .2em 0;
     184  padding:0;
     185  overflow: hidden;
     186}
     187
     188ul#searchresults li{
     189  margin: 0;
     190  padding: 2px 0 2px 0;
     191  font-size: 11px;
     192  font-weight: bold;   
     193  width: 160px;
     194  background-color:#f7e7c5;
     195  text-align:center;
     196}
     197 
     198li#nextresult{
    189199  float:right;
    190   width:50%
    191 }
    192 
    193 div.prevresult{
    194    display:inline;
    195    float:left;   
    196    width:50%;
     200}
     201
     202li#prevresult{
     203  float:left;
     204}
     205
     206
     207ul#searchresults li a {
     208  margin:0; 
     209  padding:0;
     210  text-decoration: none;
     211  color: black;
    197212}
    198213
     
    224239  font-size: 11px;
    225240  font-weight: bold;
    226   line-height: 1.2em;
    227   /*background: #ffeecc; */
    228241  background: #f7e7c5;
    229242  margin: 1px;
     
    231244  text-align: center;
    232245  vertical-align: middle;
    233   height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
    234246  width: 110px;
    235247}
     
    237249  height: auto;
    238250  width: auto;
    239   min-height: 30px;
    240251  min-width: 110px;
    241252}
Note: See TracChangeset for help on using the changeset viewer.