Browse Source

Minor CSS changes

Julio Montoya 14 years ago
parent
commit
ec95310207

+ 8 - 5
main/inc/lib/javascript/jquery-ui/default.css

@@ -21,11 +21,11 @@
 	color: #212121; 
 }
 
-/* Changes the row style in a table (even, odd) */
+/* jqgrid: Changes the row style in a table (even, odd) */
 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: 1; font-weight: normal; background-color: #F2F2F2; }
 .ui-widget-content { background: #FFF; }
 
-/* Changing anchors in a jqgrid see main/session/ */
+/* jqgrid: Changing anchors colors see main/session/ */
 
 .ui-widget-content a {
     color: #3757F7;
@@ -36,18 +36,21 @@
     cursor: pointer;
 }
 
-/* Removes the gray background in the jqgrid main/session */
+/* Removes the gray background in the jqgrid main/session/index.php */
 .ui-widget-header {
 	background: #FFF; 
 }
 
-/* anchor size  */
+/* tabs: anchor size otherwise anchors will have a bigger font size */
 
 .ui-widget {
 	font-size:100%;
 }
 
-
+/* tabs: removing a lot of padding */
+.ui-tabs .ui-tabs-panel {
+	padding: 10px;
+}
 
 /*  cupertino */
 

+ 0 - 1
main/social/groups.php

@@ -237,7 +237,6 @@ if ($group_id != 0 ) {
 }
 
 echo '<div id="social-content">';
-
 	echo '<div id="social-content-left">';
 		//this include the social menu div
 		if ($group_id != 0 ) {

+ 1 - 1
main/social/profile.php

@@ -498,7 +498,7 @@ if ($show_full_profile) {
 
 					if ($i > $max_numbers_of_group) {
 						if (api_get_user_id() == $user_id) {
-							echo '<div class="box_shared_profile_group_actions"><a href="groups.php?view=mygroups">'.get_lang('SeeAllMyGroups').'</a></div>';
+							echo '<div class="box_shared_profile_group_actions"><a href="groups.php?#tab_browse-1">'.get_lang('SeeAllMyGroups').'</a></div>';
 						} else {
 							echo '<div class="box_shared_profile_group_actions"><a href="'.api_get_path(WEB_CODE_PATH).'social/profile_friends_and_groups.inc.php?view=mygroups&height=390&width=610&&user_id='.$user_id.'" class="thickbox" title="'.get_lang('SeeAll').'" >'.get_lang('SeeAllMyGroups').'</a></div>';
 						}