12345678910111213141516171819202122232425262728293031323334 |
- @charset "UTF-8";
- /* CSS Document */
- /*
- * Widget specific styles
- *
- */
-
- #img_camerapreview {
- width: 100%;
- }
- .rightfloater {
- float: right;
- }
- .leftfloater {
- float: left;
- }
- .previewcontainerportrait {
- padding:0;
- margin: 0;
- width: 100%;
- }
- .previewcontainerlandscape {
- padding:0;
- margin-right: 10px;
- width: 64%;
- float: left;
- }
|