From 8ef2424123c8d07d418a191c20577a3e00ff2a78 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 13 Feb 2011 23:27:45 +0000 Subject: added tabs to admin theme git-svn-id: http://code.elgg.org/elgg/trunk@8210 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 9aac987d3..2abb8ea75 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -454,6 +454,44 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover border-color: #555555; } +/* *************************************** + TABS +*************************************** */ +.elgg-tabs { + margin-bottom: 5px; + border-bottom: 1px solid #cccccc; + display: table; + width: 100%; +} +.elgg-tabs li { + float: left; + border: 1px solid #cccccc; + border-bottom-width: 0; + background: #eeeeee; + margin: 0 0 0 10px; +} +.elgg-tabs a { + text-decoration: none; + display: block; + padding: 3px 10px 0 10px; + text-align: center; + height: 21px; + color: #999999; +} +.elgg-tabs a:hover { + background: #dedede; + color:#333333; +} +.elgg-tabs .elgg-state-selected { + border-color: #cccccc; + background: white; +} +.elgg-tabs .elgg-state-selected a { + position: relative; + top: 2px; + background: white; +} + /* *************************************** WIDGETS *************************************** */ -- cgit v1.2.3