org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 402 f943a50b6689
parent 395 1de2c096aee1
child 407 c7c8bde493b1
equal deleted inserted replaced
400:91acf7e95f86 402:f943a50b6689
    18 .tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }
    18 .tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }
    19 .ui-tabs-selected { margin-top: -3px !important; }
    19 .ui-tabs-selected { margin-top: -3px !important; }
    20 
    20 
    21 
    21 
    22 body {
    22 body {
    23 /*  background-image: url(../images/Gradient0Background.png); */
    23 /*	background-image: url(../images/Gradient0Background_2.png);*/
    24 	background-image: url(../images/Gradient0Background_2.png);
       
    25 	background-repeat: repeat-x;
    24 	background-repeat: repeat-x;
    26 	background-color: gray;
    25 	background-color: AppWorkspace;
    27 	margin: 0px;
    26 	margin: 0px;
    28 	font-family: "Nokia Sans", "Nokia Sans SemiBold", "Arial Narrow";
    27 	font-family: "Nokia Sans", "Nokia Sans SemiBold", "Arial Narrow";
    29 	padding: 0px;
    28 	padding: 0px;
    30 	overflow: hidden;
    29 	overflow: hidden;
    31 	font-size: 11px;
    30 	font-size: 11px;
   580 div#slider-value-panel{
   579 div#slider-value-panel{
   581 	text-align: center;
   580 	text-align: center;
   582 	margin-top: 10px;
   581 	margin-top: 10px;
   583 }
   582 }
   584 
   583 
   585 div#slider-value-panel span{
   584 span.readonly-field {
   586 	padding: 3px;
   585 	padding: 3px;
   587 	background:#0078A3 url(../script/jquery-ui/css/ui-darkness/images/0078a3_40x100_textures_02_glass_40.png) repeat-x scroll 0 50%;
   586 	background:#0078A3 url(../script/jquery-ui/css/ui-darkness/images/0078a3_40x100_textures_02_glass_40.png) repeat-x scroll 0 50%;
   588 	border:1px solid #4bd94b;
   587 	border:1px solid #4bd94b;
   589 	color:#FFFFFF;
   588 	color:#FFFFFF;
   590 	font-weight: bolder;
   589 	font-weight: bolder;
   591 }
   590 	width: 30px
   592 
   591 }
   593 
   592 
   594 /*
   593 /*
   595 	Console UI
   594 	Console UI
   596 */
   595 */
   597 #preview-ui-top{
   596 #preview-ui-top{
   724 	position : relative;
   723 	position : relative;
   725 	top: 30%;
   724 	top: 30%;
   726 	height: 100%;
   725 	height: 100%;
   727 	text-align: center;
   726 	text-align: center;
   728 	vertical-align: middle;
   727 	vertical-align: middle;
       
   728 }
       
   729 	
       
   730 #accel-data {
       
   731 	float: left;
       
   732 	margin-top: 15px;	
       
   733 }
       
   734 
       
   735 #phoneposition {
       
   736 	float:left
       
   737 }
       
   738 
       
   739 #accel-data div {
       
   740 	margin-top: 10px;
       
   741 }
       
   742 	
       
   743 #accel-sliders {
       
   744 	position: relative;
       
   745 	left: 0;
       
   746 	width: 100%;
       
   747 	top: 130px	
       
   748 }