web/wp-content/themes/inove/wp-recentcomments.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 #sidebar .rc_item, 
       
     2 #sidebar #rc_nav {
       
     3 	background:transparent;
       
     4 	line-height:145%;
       
     5 	padding:2px 0;
       
     6 }
       
     7 #sidebar #rc_nav {
       
     8 	height:16px;
       
     9 }
       
    10 .rc_item .rc_avatar {
       
    11 	line-height:1px;
       
    12 }
       
    13 .rc_item .rc_avatar img {
       
    14 	background:#FFF;
       
    15 	padding:1px;
       
    16 	border:1px solid #999;
       
    17 }
       
    18 .rc_item .rc_left {
       
    19 	display:inline;
       
    20 	float:left;
       
    21 	padding-right:7px !important;
       
    22 	padding-right:4px;
       
    23 }
       
    24 .rc_item .rc_right {
       
    25 	display:inline;
       
    26 	float:right;
       
    27 	padding-left:7px !important;
       
    28 	padding-left:4px;
       
    29 }
       
    30 .rc_item .rc_info .author_name {
       
    31 	font-weight:bold;
       
    32 }
       
    33 #sidebar #rc_nav {
       
    34 	padding-top:5px;
       
    35 }
       
    36 #rc_newest {
       
    37 	float:left;
       
    38 	padding-right:10px;
       
    39 }
       
    40 #rc_newer {
       
    41 	float:left;
       
    42 }
       
    43 #rc_older {
       
    44 	float:right;
       
    45 }
       
    46 .rc_fixed {
       
    47 	clear:both;
       
    48 }
       
    49 .rc_expand {
       
    50 	font-size:10px;
       
    51 }
       
    52 .rc_label {
       
    53 	font-weight:bolder;
       
    54 	font-size:10px;
       
    55 }
       
    56 .rc_back {
       
    57 	float:left;
       
    58 }
       
    59 .rc_datetime {
       
    60 	float:right;
       
    61 }
       
    62 .rc_ajax_loader {
       
    63 	background:url(img/ajax-loader.gif) left no-repeat;
       
    64 	padding-left:22px;
       
    65 	height:16px;
       
    66 	line-height:16px;
       
    67 	display:block;
       
    68 }