From 597d191dabf15834087be43bfaeb144726a26759 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 31 Dec 2010 14:25:30 +0000 Subject: switching to a better name for tabs in css git-svn-id: http://code.elgg.org/elgg/trunk@7787 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'views/default/css/admin.php') 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; -- cgit v1.2.3