org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 334 915daddff233
parent 291 279eaef091eb
child 338 41174f0a7f7c
equal deleted inserted replaced
333:895153411a80 334:915daddff233
   293 	font-weight: normal;
   293 	font-weight: normal;
   294 	font-size: 0.8em;
   294 	font-size: 0.8em;
   295 	padding: 3px;
   295 	padding: 3px;
   296 }
   296 }
   297 
   297 
       
   298 div#rotateCW{
       
   299 	position: absolute;
       
   300 	left: 0;
       
   301 	top: 0;
       
   302 	background-image: url(../images/rotate-right.png);
       
   303 	height: 32px;
       
   304 	width: 32px;
       
   305 	cursor: pointer;
       
   306 }
       
   307 div#rotateCCW{
       
   308 	position:absolute;
       
   309 	right: 0;
       
   310 	top: 0;
       
   311 	background-image: url(../images/rotate-left.png);
       
   312 	height: 32px;
       
   313 	width: 32px;
       
   314 	cursor: pointer;
       
   315 }
       
   316 
   298 /*
   317 /*
   299 	preferences CSS
   318 	preferences CSS
   300 */
   319 */
       
   320 
       
   321 div#TopToolbar{
       
   322 	background-color: olive;
       
   323 	position: absolute;
       
   324 	left: 85px;
       
   325 	right: 85px;
       
   326 	top: 0;
       
   327 	height: 32px;
       
   328 	text-align: center;
       
   329 }
   301 
   330 
   302 div#PreferencesBtn{
   331 div#PreferencesBtn{
   303 	width: 75px;
   332 	width: 75px;
   304 	height: 85px;
   333 	height: 85px;
   305 /*  background-image: url(../images/settings-icon.png); */
   334 /*  background-image: url(../images/settings-icon.png); */
   318 }
   347 }
   319 
   348 
   320 div#InspectorBtn{
   349 div#InspectorBtn{
   321 	width: 75px;
   350 	width: 75px;
   322 	height: 85px;
   351 	height: 85px;
   323 /*  background-image: url(../images/settings-icon.png); */
       
   324 	background-image: url(../images/inspector.png); 
   352 	background-image: url(../images/inspector.png); 
   325 	position: absolute;
   353 	position: absolute;
   326 	top: 10px;
   354 	top: 10px;
   327 	right: 10px;
   355 	right: 10px;
   328 	float: right;
   356 	float: right;