diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-31 14:25:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-31 14:25:30 +0000 |
commit | 597d191dabf15834087be43bfaeb144726a26759 (patch) | |
tree | 61fd22e63af92ca193344cfde32393689a6acedf /mod/embed | |
parent | b15b099ffecef7a6b29c7752a510cceea8aaece2 (diff) | |
download | elgg-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
Diffstat (limited to 'mod/embed')
-rw-r--r-- | mod/embed/views/default/embed/css.php | 14 |
1 files changed, 7 insertions, 7 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; |