Advertisement
Guest User

index.tss

a guest
Jul 20th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. ".container": {
  2.     backgroundColor:"white"
  3. }
  4.  
  5. "Label": {
  6.     width: Ti.UI.SIZE,
  7.     height: Ti.UI.SIZE,
  8.     color: "#000"
  9. }
  10.  
  11. "#label": {
  12.     font: {
  13.         fontSize: 12
  14.     }
  15. }
  16. "#table[platform=ios]":{
  17.     top:21
  18. }
  19. ".row" :{
  20.     height:Ti.UI.SIZE,
  21.     layout:"vertical"
  22. }
  23.  
  24. ".labelWrapper":{
  25.     height:Ti.UI.SIZE,
  26. }
  27. ".imageWrapper":{
  28.     width:Ti.UI.FILL,
  29.     height:140,
  30.  
  31. }
  32. ".imageWrapper[platform=ios]":{
  33.     layout:"vertical",
  34.     //layout:"horizontal"
  35. }
  36. ".imageWrapper[platform=android]":{
  37.     layout:"vertical",
  38.     //layout:"horizontal"
  39. }
  40. ".image":{
  41.     width:Ti.UI.FILL,
  42.     height:Ti.UI.SIZE,
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement