aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-31 14:25:30 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-31 14:25:30 +0000
commit597d191dabf15834087be43bfaeb144726a26759 (patch)
tree61fd22e63af92ca193344cfde32393689a6acedf
parentb15b099ffecef7a6b29c7752a510cceea8aaece2 (diff)
downloadelgg-597d191dabf15834087be43bfaeb144726a26759.tar.gz
elgg-597d191dabf15834087be43bfaeb144726a26759.tar.bz2
switching to a better name for tabs in css
git-svn-id: http://code.elgg.org/elgg/trunk@7787 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--mod/embed/views/default/embed/css.php14
-rw-r--r--mod/groups/views/default/groups/group_sort_menu.php2
-rw-r--r--mod/sitepages/views/default/sitepages/menu.php2
-rw-r--r--views/default/core/friends/collectiontabs.php2
-rw-r--r--views/default/css/admin.php14
-rw-r--r--views/default/css/elements/navigation.php14
-rw-r--r--views/default/css/ie.php2
-rw-r--r--views/default/navigation/tabs.php4
8 files changed, 27 insertions, 27 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index fe8cef972..75b13ee93 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -153,19 +153,19 @@
/* ***************************************
ELGG TABBED PAGE NAVIGATION
*************************************** */
-#facebox .body .elgg-horizontal-tabbed-nav {
+#facebox .body .elgg-tabs {
margin-bottom:5px;
padding: 0;
border-bottom: 2px solid #cccccc;
display:table;
width:100%;
}
-#facebox .body .elgg-horizontal-tabbed-nav ul {
+#facebox .body .elgg-tabs ul {
list-style: none;
padding: 0;
margin: 0;
}
-#facebox .body .elgg-horizontal-tabbed-nav li {
+#facebox .body .elgg-tabs li {
float: left;
border: 2px solid #cccccc;
border-bottom-width: 0;
@@ -176,7 +176,7 @@
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}
-#facebox .body .elgg-horizontal-tabbed-nav a {
+#facebox .body .elgg-tabs a {
text-decoration: none;
display: block;
padding:3px 10px 0 10px;
@@ -184,15 +184,15 @@
height:21px;
color:#999999;
}
-#facebox .body .elgg-horizontal-tabbed-nav a:hover {
+#facebox .body .elgg-tabs a:hover {
background: #dedede;
color:#666666;
}
-#facebox .body .elgg-horizontal-tabbed-nav .selected {
+#facebox .body .elgg-tabs .selected {
border-color: #cccccc;
background: white;
}
-#facebox .body .elgg-horizontal-tabbed-nav .selected a {
+#facebox .body .elgg-tabs .selected a {
position: relative;
top: 2px;
background: white;
diff --git a/mod/groups/views/default/groups/group_sort_menu.php b/mod/groups/views/default/groups/group_sort_menu.php
index 58ecf920f..b25f682e7 100644
--- a/mod/groups/views/default/groups/group_sort_menu.php
+++ b/mod/groups/views/default/groups/group_sort_menu.php
@@ -14,7 +14,7 @@
$url = elgg_get_site_url() . "pg/groups/world/";
?>
-<div class="elgg-horizontal-tabbed-nav margin-top">
+<div class="elgg-tabs margin-top">
<div class="group_count"><?php echo $num_groups . " " . elgg_echo("groups:count"); ?></div>
<ul>
<li <?php if($filter == "newest") echo "class='selected'"; ?>><a href="<?php echo $url; ?>?filter=newest"><?php echo elgg_echo('groups:newest'); ?></a></li>
diff --git a/mod/sitepages/views/default/sitepages/menu.php b/mod/sitepages/views/default/sitepages/menu.php
index 6759e3570..aed424af7 100644
--- a/mod/sitepages/views/default/sitepages/menu.php
+++ b/mod/sitepages/views/default/sitepages/menu.php
@@ -9,7 +9,7 @@ $page_type = $vars['page_type'];
$url = elgg_get_site_url()."pg/admin/plugin_settings/sitepages/";
?>
-<div class="elgg-horizontal-tabbed-nav margin-top">
+<div class="elgg-tabs margin-top">
<ul>
<?php
// @todo let users be able to add static content pages.
diff --git a/views/default/core/friends/collectiontabs.php b/views/default/core/friends/collectiontabs.php
index 6aef4bf1e..6a939aca7 100644
--- a/views/default/core/friends/collectiontabs.php
+++ b/views/default/core/friends/collectiontabs.php
@@ -16,7 +16,7 @@ $ownerid = $vars['owner']->getGUID();
?>
-<div id="elgg-horizontal-tabbed-nav">
+<div id="elgg-tabs">
<ul>
<li class="selected"><a href="#" class="collectionmembers<?php echo $friendspicker; ?>"><?php echo elgg_echo('friends:collections:members'); ?></a></li>
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index 81d30381f..854c053c6 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -602,19 +602,19 @@ ul.admin_plugins {
/* ***************************************
ELGG TABBED PAGE NAVIGATION
*************************************** */
-.elgg-horizontal-tabbed-nav {
+.elgg-tabs {
margin-bottom:5px;
padding: 0;
border-bottom: 2px solid #cccccc;
display:table;
width:100%;
}
-.elgg-horizontal-tabbed-nav ul {
+.elgg-tabs ul {
list-style: none;
padding: 0;
margin: 0;
}
-.elgg-horizontal-tabbed-nav li {
+.elgg-tabs li {
float: left;
border: 2px solid #cccccc;
border-bottom-width: 0;
@@ -625,7 +625,7 @@ ul.admin_plugins {
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}
-.elgg-horizontal-tabbed-nav a {
+.elgg-tabs a {
text-decoration: none;
display: block;
padding:3px 10px 0 10px;
@@ -633,15 +633,15 @@ ul.admin_plugins {
height:21px;
color:#999999;
}
-.elgg-horizontal-tabbed-nav a:hover {
+.elgg-tabs a:hover {
background: #dedede;
color:#4690D6;
}
-.elgg-horizontal-tabbed-nav .selected {
+.elgg-tabs .selected {
border-color: #cccccc;
background: white;
}
-.elgg-horizontal-tabbed-nav .selected a {
+.elgg-tabs .selected a {
position: relative;
top: 2px;
background: white;
diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php
index 710c76620..e4524b7f7 100644
--- a/views/default/css/elements/navigation.php
+++ b/views/default/css/elements/navigation.php
@@ -44,19 +44,19 @@
/* ***************************************
TABS
*************************************** */
-.elgg-horizontal-tabbed-nav {
+.elgg-tabs {
margin-bottom:5px;
padding: 0;
border-bottom: 2px solid #cccccc;
display:table;
width:100%;
}
-.elgg-horizontal-tabbed-nav ul {
+.elgg-tabs ul {
list-style: none;
padding: 0;
margin: 0;
}
-.elgg-horizontal-tabbed-nav li {
+.elgg-tabs li {
float: left;
border: 2px solid #cccccc;
border-bottom-width: 0;
@@ -67,7 +67,7 @@
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}
-.elgg-horizontal-tabbed-nav a {
+.elgg-tabs a {
text-decoration: none;
display: block;
padding:3px 10px 0 10px;
@@ -75,15 +75,15 @@
height:21px;
color:#999999;
}
-.elgg-horizontal-tabbed-nav a:hover {
+.elgg-tabs a:hover {
background: #dedede;
color:#4690D6;
}
-.elgg-horizontal-tabbed-nav .selected {
+.elgg-tabs .selected {
border-color: #cccccc;
background: white;
}
-.elgg-horizontal-tabbed-nav .selected a {
+.elgg-tabs .selected a {
position: relative;
top: 2px;
background: white;
diff --git a/views/default/css/ie.php b/views/default/css/ie.php
index 94407fdc8..1595d3018 100644
--- a/views/default/css/ie.php
+++ b/views/default/css/ie.php
@@ -29,7 +29,7 @@
.elgg-likes-user .entity-metadata .delete-button {float:none;}
/* profile */
-.elgg-horizontal-tabbed-nav.profile .profile_name {margin-left: -260px;}
+.elgg-tabs.profile .profile_name {margin-left: -260px;}
#profile_content .river_comment_form.hidden .input-text { width:510px; }
/* notifications */
diff --git a/views/default/navigation/tabs.php b/views/default/navigation/tabs.php
index 9d634a35a..e3398a99d 100644
--- a/views/default/navigation/tabs.php
+++ b/views/default/navigation/tabs.php
@@ -15,9 +15,9 @@
$type = elgg_get_array_value('type', $vars, 'horizontal');
if ($type == 'horizontal') {
- $type_class = "elgg-horizontal-tabbed-nav mtm";
+ $type_class = "elgg-tabs elgg-htabs mtm";
} else {
- $type_class = "elgg_vertical_tabbed_nav";
+ $type_class = "elgg-tabs elgg-vtabs";
}
if (isset($vars['tabs']) && is_array($vars['tabs']) && !empty($vars['tabs'])) {