org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 407 c7c8bde493b1
parent 402 f943a50b6689
child 408 9985028ffc2c
equal deleted inserted replaced
406:f928c6777132 407:c7c8bde493b1
   299 	font-weight: normal;
   299 	font-weight: normal;
   300 	font-size: 0.8em;
   300 	font-size: 0.8em;
   301 	padding: 3px;
   301 	padding: 3px;
   302 }
   302 }
   303 
   303 
   304 div#rotateCW{
       
   305 	position: absolute;
       
   306 	left: 0;
       
   307 	top: 0;
       
   308 	background-image: url(../images/rotate-right.png);
       
   309 	height: 32px;
       
   310 	width: 32px;
       
   311 	cursor: pointer;
       
   312 }
       
   313 div#rotateCCW{
       
   314 	position:absolute;
       
   315 	right: 0;
       
   316 	top: 0;
       
   317 	background-image: url(../images/rotate-left.png);
       
   318 	height: 32px;
       
   319 	width: 32px;
       
   320 	cursor: pointer;
       
   321 	opacity: 0.8;
       
   322 }
       
   323 
       
   324 /*
   304 /*
   325 	preferences CSS
   305 	preferences CSS
   326 */
   306 */
   327 div#TopToolbar{
   307 div#TopToolbar{
   328 	left: 20%;
   308 	left: 30%;
   329 	right: 20%;
   309 	right: 30%;
   330 	background-color: gray;
       
   331 	opacity: 0.7;
       
   332 	top: 0;
   310 	top: 0;
   333 	height: 32px;
   311 	height: 32px;
   334 	text-align: center;
   312 	text-align: center;
   335 	min-width: 150px;
   313 	min-width: 50px;
   336 	position: absolute;
   314 	position: absolute;
   337 }
       
   338 div#TopToolbar:hover{
       
   339 	opacity: 0.9;
       
   340 }
   315 }
   341 
   316 
   342 div#InspectorBtn{
   317 div#InspectorBtn{
   343 	width: 75px;
   318 	width: 75px;
   344 	height: 85px;
   319 	height: 85px;
   744 	position: relative;
   719 	position: relative;
   745 	left: 0;
   720 	left: 0;
   746 	width: 100%;
   721 	width: 100%;
   747 	top: 130px	
   722 	top: 130px	
   748 }
   723 }
       
   724 
       
   725 input.axis-entry {
       
   726 	margin-bottom: 5px;
       
   727 	margin-top: 5px;
       
   728 	margin-left: 15px;
       
   729 	margin-right: 15px;
       
   730 	text-align: center;
       
   731 	width: 6ex;
       
   732 }