org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 369 0a31422d2116
parent 338 41174f0a7f7c
child 391 62472296236e
equal deleted inserted replaced
368:749e38c3b756 369:0a31422d2116
   653 	background-position: 0px -18px;
   653 	background-position: 0px -18px;
   654 }
   654 }
   655 
   655 
   656 
   656 
   657 span#Console-Clear-Button{
   657 span#Console-Clear-Button{
   658 	height: 16px;
   658 	height: 17px;
   659 	width: 39px;
   659 	width: 39px;
   660 	float: right;
   660 	float: right;
   661 	background-image: url(../images/console-clear-button.png);
   661 	background-image: url(../images/console-clear-button.png);
   662 	background-repeat: no-repeat;
   662 	background-repeat: no-repeat;
   663 	margin : 10px 10px 0px 0px;
   663 	margin : 10px 10px 0px 0px;
   664 	cursor: hand;
   664 	cursor: hand;
   665 }
   665 }
   666 span#Console-Clear-Button:hover{
   666 span#Console-Clear-Button:hover{
   667 	background-position: -0px -16px;
   667 	background-position: -0px -17px;
   668 }
   668 }
   669 
   669 
   670 #preview-ui-bottom-body{
   670 #preview-ui-bottom-body{
   671 	overflow:auto;
   671 	overflow:auto;
   672 	background-color: #ffffff;
   672 	background-color: #ffffff;
   725 }
   725 }
   726 
   726 
   727 span#wrt-help:hover{
   727 span#wrt-help:hover{
   728 	background-position: -28px 0px;
   728 	background-position: -28px 0px;
   729 }
   729 }
       
   730 
       
   731 #camera {
       
   732 	position : relative;
       
   733 	top: 30%;
       
   734 	height: 100%;
       
   735 	text-align: center;
       
   736 	vertical-align: middle;