diff --git a/main/inc/lib/javascript/jquery.tabs.css b/main/inc/lib/javascript/jquery.tabs.css index 281e80b6ed..a89bb96afd 100755 --- a/main/inc/lib/javascript/jquery.tabs.css +++ b/main/inc/lib/javascript/jquery.tabs.css @@ -15,8 +15,11 @@ /* Skin */ .tabs-nav { list-style: none; - margin: 0; - padding: 0 0 0 4px; + padding: 4px 0 4px 4px; + border-bottom:2px dotted #999999; + border-top:2px dotted #999999; + vertical-align:middle; + background:#efefef; } .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ display: block; @@ -31,7 +34,6 @@ .tabs-nav a, .tabs-nav a span { display: block; padding: 0 10px; - background: url(tab.png) no-repeat; } .tabs-nav a { position: relative; @@ -40,7 +42,7 @@ padding-left: 0; color: #27537a; font-size: 12px; - font-weight: bold; + font-weight: bolder; line-height: 1.2; text-align: center; text-decoration: none; @@ -57,19 +59,19 @@ background-position: 100% -100px; } .tabs-nav a span { - width: 64px; /* IE 6 treats width as min-width */ - min-width: 64px; - height: 18px; /* IE 6 treats height as min-height */ - min-height: 18px; - padding-top: 6px; - padding-right: 0; + //width: 64px; /* IE 6 treats width as min-width */ + //min-width: 64px; + //height: 18px; /* IE 6 treats height as min-height */ + //min-height: 18px; + //padding-top: 6px; + //padding-right: 0; } *>.tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto; } .tabs-nav .tabs-selected a span { - padding-top: 7px; + //padding-top: 7px; } .tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span { background-position: 0 -50px; @@ -87,9 +89,9 @@ opacity: .4; } .tabs-container { - border-top: 1px solid #97a5b0; - padding: 1em 8px; - background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ + //border-top: 1px solid #97a5b0; + //padding: 1em 8px; + //background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ } .tabs-loading em { padding: 0 0 0 20px; diff --git a/main/social/index.php b/main/social/index.php index c939bb9ce1..4878f80ec8 100755 --- a/main/social/index.php +++ b/main/social/index.php @@ -470,23 +470,25 @@ if (isset($_GET['sendform'])) { } $form_url_send=isset($form_send_data_message) ? $form_send_data_message :''; ?> +
';?>