Lungo.widgets.css 915 B

12345678910
  1. .scrollable{display:block;}
  2. .scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-box-flex:1;}.scroll.horizontal{overflow-x:scroll;overflow-y:hidden !important;}.scroll.horizontal >*{min-width:4096px;}.scroll.horizontal >* >*{float:left;}
  3. .onleft{float:left;}
  4. .onright{float:right;}
  5. .hidden{display:none;}
  6. .indented>*{padding:10px;}
  7. .icon.small{font-size:20px !important;height:16px !important;width:16px !important;line-height:16px !important;}
  8. .framed{border:2px solid #fff;}
  9. .round{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
  10. .bubble{padding:1px 3px 1px 3px;height:14px;font-size:10px;font-weight:bold;line-height:14px;}