org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 417 dc5d845451fc
parent 416 461da1f79f43
child 422 15592887bf5e
equal deleted inserted replaced
416:461da1f79f43 417:dc5d845451fc
   719 
   719 
   720 #preview-ui-bottom-header div {
   720 #preview-ui-bottom-header div {
   721 	float: left;
   721 	float: left;
   722 	margin: 9px;
   722 	margin: 9px;
   723 	color: #ffffff;
   723 	color: #ffffff;
   724 	font-size: 11px;
   724 	font-size: 13px;
   725 	font-weight: bolder;
   725 	font-weight: bolder;
   726 	font-family: "Arial";
       
   727 }
   726 }
   728 
   727 
   729 span#wrt-help {
   728 span#wrt-help {
   730 	height: 28px;
   729 	height: 28px;
   731 	width: 28px;
   730 	width: 28px;
   782 .button-cclockwise {
   781 .button-cclockwise {
   783 	background: url("../images/rotate-buttons.png") !important;
   782 	background: url("../images/rotate-buttons.png") !important;
   784 	background-attachment: scroll !important;
   783 	background-attachment: scroll !important;
   785 	background-position: 16px 0 !important;
   784 	background-position: 16px 0 !important;
   786 }
   785 }
       
   786 
       
   787 #Console-Notification {
       
   788 	float: left;
       
   789 	margin-left: 5ex;
       
   790 	width: 16px;
       
   791 	height: 16px;
       
   792 	background-image: url(../script/jquery-ui/css/ui-darkness/images/ui-icons_cccccc_256x240.png);
       
   793 	background-position: -0px -144px;
       
   794 }
       
   795 
       
   796 #Console-Notification:HOVER {
       
   797 	background-image: url(../script/jquery-ui/css/ui-darkness/images/ui-icons_ffffff_256x240.png);
       
   798 }