]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added tabs to admin theme
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Feb 2011 23:27:45 +0000 (23:27 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Feb 2011 23:27:45 +0000 (23:27 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8210 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php

index 9aac987d3cd4ecb624757595414a75649f07cca0..2abb8ea75e846e2fc3f6220bdef5306b50e8b650 100644 (file)
@@ -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
 *************************************** */