From f0e20bdc3ede23a0d9a73856122d54ba4883688c Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 17 Feb 2009 13:24:11 +0000 Subject: interface updated, markup tweaked etc git-svn-id: https://code.elgg.org/elgg/trunk@2778 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 58 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 7 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 3d92fd2c6..766e147fa 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1231,13 +1231,13 @@ table.search_gallery { .plugin_details a.manifest_details { cursor:pointer; font-size:80%; -} -.plugin_details a.pluginsettings_link { - cursor:pointer; - font-size:80%; -} -.pluginsettings { - display:none; +} +.plugin_details a.pluginsettings_link { + cursor:pointer; + font-size:80%; +} +.pluginsettings { + display:none; } .not-active .admin_plugin_enable_disable a { float:right; @@ -2146,3 +2146,47 @@ div.ajax_loader { height:33px; } + +/* reusable elgg horizontal tabbed navigation + (used on friends collections, and external pages mod) +*/ +#elgg_horizontal_tabbed_nav { + margin:10px 0 10px 0; + padding: 0; + border-bottom: 1px solid #cccccc; + display:table; + width:100%; +} +#elgg_horizontal_tabbed_nav ul { + list-style: none; + padding: 0; + margin: 0; +} +#elgg_horizontal_tabbed_nav li { + float: left; + border: 1px solid #ffffff; + border-bottom-width: 0; + margin: 0; +} +#elgg_horizontal_tabbed_nav a { + text-decoration: none; + display: block; + padding: 0.22em 1em; + color: #666666; + text-align: center; +} +#elgg_horizontal_tabbed_nav a:hover { + color: #4690d6; +} +#elgg_horizontal_tabbed_nav .selected { + border-color: #cccccc; +} +#elgg_horizontal_tabbed_nav .selected a { + position: relative; + top: 1px; + background: white; + color: #4690d6; +} + + + -- cgit v1.2.3