Changeset 1623 for trunk/gregarius/themes
- Timestamp:
- 11/01/06 09:10:11 (2 years ago)
- Location:
- trunk/gregarius/themes/default/mobile
- Files:
-
- 2 modified
-
itemlist.php (modified) (1 diff)
-
style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/default/mobile/itemlist.php
r1618 r1623 9 9 <input type='hidden' name='mobile' /> 10 10 <?php } ?> 11 <p id="nextitems"><input type='submit' value=' next' /></p>11 <p id="nextitems"><input type='submit' value='Next »»' /></p> 12 12 </form> -
trunk/gregarius/themes/default/mobile/style.css
r1622 r1623 8 8 input,select,option{font-size:xx-small;} 9 9 div,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 ;}10 div.item { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin:0.3em 0; padding: 0 ;} 11 11 div.item.e { background-color: #efefef;} 12 12 div.item.o { background-color: #f6f6f6;} … … 14 14 a {color:#d54; text-decoration:none;} 15 15 img {border: 0px;} 16 h2,h3 {font-size:110%;} 16 h2 {font-size:120%;} 17 h3 {font-size:110%;} 17 18 h4,h5 {font-size:100%;} 18 19 h1,h2,h3,h4,h5 {display:block;} … … 36 37 #footer span {font-weight:bold;} 37 38 .favicon { vertical-align:bottom; margin: 0 0.2em;} 38 #nextitems{text-align:right;padding-right: 2em}39 #nextitems{text-align:right;padding-right:1em}
