Show
Ignore:
Timestamp:
11/01/06 09:10:11 (2 years ago)
Author:
mbonetti
Message:
 
Location:
trunk/gregarius/themes/default/mobile
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/mobile/itemlist.php

    r1618 r1623  
    99<input type='hidden' name='mobile' /> 
    1010<?php } ?> 
    11 <p id="nextitems"><input type='submit' value='next' /></p> 
     11<p id="nextitems"><input type='submit' value='Next  &raquo;&raquo;' /></p> 
    1212</form> 
  • trunk/gregarius/themes/default/mobile/style.css

    r1622 r1623  
    88input,select,option{font-size:xx-small;} 
    99div,p,h4,h5,ul {margin:0;padding:0;} 
    10 div.item { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 1em 0; padding: 0 ;} 
     10div.item { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin:0.3em 0; padding: 0 ;} 
    1111div.item.e { background-color: #efefef;} 
    1212div.item.o { background-color: #f6f6f6;} 
     
    1414a {color:#d54; text-decoration:none;} 
    1515img {border: 0px;} 
    16 h2,h3 {font-size:110%;} 
     16h2 {font-size:120%;} 
     17h3 {font-size:110%;} 
    1718h4,h5 {font-size:100%;} 
    1819h1,h2,h3,h4,h5 {display:block;} 
     
    3637#footer span {font-weight:bold;} 
    3738.favicon { vertical-align:bottom; margin: 0 0.2em;} 
    38 #nextitems{text-align:right;padding-right:2em} 
     39#nextitems{text-align:right;padding-right:1em}