appspecific.css 353 B

12345678910111213141516171819202122232425262728293031323334
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. /*
  4. * Widget specific styles
  5. *
  6. */
  7. #img_camerapreview {
  8. width: 100%;
  9. }
  10. .rightfloater {
  11. float: right;
  12. }
  13. .leftfloater {
  14. float: left;
  15. }
  16. .previewcontainerportrait {
  17. padding:0;
  18. margin: 0;
  19. width: 100%;
  20. }
  21. .previewcontainerlandscape {
  22. padding:0;
  23. margin-right: 10px;
  24. width: 64%;
  25. float: left;
  26. }