Lungo.widgets.css 768 B

12345678910
  1. .scrollable{position:absolute;display:block;}
  2. .scroll{overflow:scroll;-webkit-overflow-scrolling:touch;}
  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;}