]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
switching to a better name for tabs in css
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 31 Dec 2010 14:25:30 +0000 (14:25 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 31 Dec 2010 14:25:30 +0000 (14:25 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7787 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/embed/views/default/embed/css.php
mod/groups/views/default/groups/group_sort_menu.php
mod/sitepages/views/default/sitepages/menu.php
views/default/core/friends/collectiontabs.php
views/default/css/admin.php
views/default/css/elements/navigation.php
views/default/css/ie.php
views/default/navigation/tabs.php

index fe8cef972f803524fad103a3cd06cda3669cc7e0..75b13ee9340ad79be786009f96a9a9ece8170f65 100644 (file)
 /* ***************************************
        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;
        -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;
        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;
index 58ecf920f4565739b0a1b75a6a22488228b29424..b25f682e78500d9c4e1ab22b764322e6beeff3df 100644 (file)
@@ -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>
index 6759e3570cd7ca02c6b83ef5b954d8964beeb672..aed424af7e2c068c46ed37e69049449cb22bb7dd 100644 (file)
@@ -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.
index 6aef4bf1ecad0846b90d8b9c1a884a25d7e53adf..6a939aca728414e1bf8184e1b05f0166a2692bcb 100644 (file)
@@ -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>
 
index 81d30381f94f0bff3379787ebbb35e93a1e10c14..854c053c64b287c471ee4c66b1db0fdf390f2318 100644 (file)
@@ -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;
index 710c76620433d0106c9e8dd5baa7aea38f6c6735..e4524b7f764a340a1edf58fa5ec0a0eff24483d8 100644 (file)
 /* ***************************************
        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;
        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;
index 94407fdc8a88ebb4d6811f9871e387caad224735..1595d301882f44ee3fda868fd9b2e67d015d1163 100644 (file)
@@ -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 */
index 9d634a35aceec994720f406d1ea84b5d5b536657..e3398a99dc48ed6073a8fabe350e4580f93ec4ea 100644 (file)
@@ -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'])) {