src/cm/media/css/base.css
changeset 26 cef8c0caee3a
parent 0 40c8f766c9b8
child 34 a877b19deb98
equal deleted inserted replaced
23:dbbd99172620 26:cef8c0caee3a
    40 	background: #F3F3F3 url(../img/header_bg2.png) repeat-x scroll
    40 	background: #F3F3F3 url(../img/header_bg2.png) repeat-x scroll
    41 		left bottom;
    41 		left bottom;
    42 	/*background: #FFFFFF url(../img/header_bg2.png) repeat-x scroll
    42 	/*background: #FFFFFF url(../img/header_bg2.png) repeat-x scroll
    43 		top bottom;*/
    43 		top bottom;*/
    44 	
    44 	
    45 	height: 45px;
    45 	height: 25px;
    46 	margin: 0 auto 5px;
    46 	margin: 0 auto 5px;
    47 	position: relative;
    47 	position: relative;
    48 	/*border-color: -moz-use-text-color -moz-use-text-color #BBB;
    48 	/*border-color: -moz-use-text-color -moz-use-text-color #BBB;
    49 		border-width: 0 0 1px 0;
    49 		border-width: 0 0 1px 0;
    50 			border-style: none none solid;
    50 			border-style: none none solid;
    53 	*/
    53 	*/
    54 	border: none;
    54 	border: none;
    55 }
    55 }
    56 
    56 
    57 #header_controls {
    57 #header_controls {
    58 	margin-top: 10px;
    58 	margin-top: 2px;
    59 	float: right;
    59 	float: right;
    60 }
    60 }
    61 
    61 
    62 #content {
    62 #content {
    63 	
    63 	
   372 }
   372 }
   373 
   373 
   374 /* jquery custom overrides */
   374 /* jquery custom overrides */
   375 
   375 
   376 #main-tabs, #text-tabs {
   376 #main-tabs, #text-tabs {
   377 	margin-top: 20px;
   377 	margin-top: 10px;
   378     border : none ;
   378     border : none ;
   379     padding : 0 ;
   379     padding : 0 ;
   380 }
   380 }
   381 #main-tabs .ui-widget-header, #text-tabs .ui-widget-header {
   381 #main-tabs .ui-widget-header, #text-tabs .ui-widget-header {
   382     background : none ;
   382     background : none ;
   387     list-style: none;
   387     list-style: none;
   388 }
   388 }
   389 
   389 
   390 
   390 
   391 #main-tabs .ui-tabs-nav li a, #text-tabs .ui-tabs-nav li a {
   391 #main-tabs .ui-tabs-nav li a, #text-tabs .ui-tabs-nav li a {
   392     padding:0.4em 2em;
   392     padding:0.3em 1.7em;
   393 }
   393 }
   394 
   394 
   395 .text-meta {
   395 .text-meta {
   396 	padding: 10px;
   396 	padding: 10px;
   397 }
   397 }