summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-11 17:19:40 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:02 +0100
commitb69d30072a5d2b92581cddbd30439b7f9c0002dc (patch)
tree1e15161ec4126a7a3d25043b85811d35296cd7af /install/ui/ipa.css
parent99bdfe8ac38b60193a91f7981a793b3f23f14b25 (diff)
downloadfreeipa-b69d30072a5d2b92581cddbd30439b7f9c0002dc.tar.gz
freeipa-b69d30072a5d2b92581cddbd30439b7f9c0002dc.tar.xz
freeipa-b69d30072a5d2b92581cddbd30439b7f9c0002dc.zip
RCUE Navigation
https://fedorahosted.org/freeipa/ticket/3902
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css166
1 files changed, 0 insertions, 166 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 440f5a65b..126c51ed7 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -194,172 +194,6 @@ textarea[readonly] {
word-wrap: break-word;
}
-/* ---- Navigation ---- */
-.navigation {
- position: absolute;
- top: 34px;
- left: 6px;
- right: 6px;
- height: 102px;
-}
-
-.navigation ul {
- list-style-type: none;
-}
-
-.navigation .submenu li {
- float: left;
- position: relative;
- list-style: none;
- white-space:nowrap;
-}
-/*
-.navigation.tabs-3 {
- height: 150px;
-}*/
-
-.submenu {
- width: 100%;
-/* min-height: 4em;
- background: transparent;*/
-}
-
-/* ---- Navigation level 1 ---- */
-
-.menu-level-1 > ul {
- height: 38px;
- padding: 34px 0 0;
- margin: 0;
-/* border: none;*/
-}
-
-.menu-level-1 > ul > li {
- height: 36px;
- padding: 0 18px;
- border: 1px solid #A0A0A0;
- border-bottom:none;
- background-image: url(images/mainnav-tab-off.png);
- margin: 0 0.4em 0 0;
- text-align: center;
- vertical-align:baseline;
-}
-
-.menu-level-1 > ul > li.ui-state-hover,
-.menu-level-1 > ul > li:hover {
- background: url(images/hover-tab.png);
-}
-
-.menu-level-1 > ul > li.selected {
- padding-bottom: 1px;
- background-image: url(images/mainnav-tab-on.png);
-}
-
-.menu-level-1 > ul > li > a {
- font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
- min-width: 5em;
- line-height: 38px;
- color: #858585;
- margin: 0 auto;
- text-align:center;
- font-size:1.5em;
- text-shadow: 1px 1px 0 #FFFFFF;
-}
-
-.menu-level-1 > ul > li.selected > a {
- color: #1e5e05;
-}
-
-
-/* ---- Navigation level 2 ---- */
-
-.menu-level-2 {
- display: block;
- border-width: 0;
- padding: 0 0 0 0;
- background-color: transparent;
-}
-
-.menu-level-2 > ul {
- padding: 5px 24px 1px;
- margin: 0;
- height: 25px;
-}
-
-.menu-level-2 > ul > li {
- width: auto;
- margin: 0;
- color: white;
- padding-top: 3px;
-}
-
-.menu-level-2 > ul > li.selected {
- background: url(images/nav-arrow.png) no-repeat scroll center 2.1em transparent !important;
- height: 31px;
- border: none;
- margin: 0;
-}
-
-.menu-level-2 > ul > li > a {
- width:auto;
- padding: 0.3em 0.8em ;
- -moz-border-radius: 2em !important;
- -webkit-border-radius: 2em !important;
- border-radius: 2em !important;
- color: #333333;
- font-size: 1em;
- font-family: "Liberation Sans", Arial, Sans;
- margin: 0 0.3em;
-}
-
-.menu-level-2 > ul > li.selected > a,
-.menu-level-2 > ul > li > a:hover {
- background-color:#EEEEEE;
- color: #164304;
- text-shadow: 1px 1px 0 #FFFFFF;
-
-}
-
-/* ---- Navigation level 3 ---- */
-.menu-level-3 {
- height: 28px;
-}
-
-.menu-level-3 > ul {
- padding: 0 22px 0.1em;
-}
-
-.menu-level-3 > ul > li {
- margin: 0 2.4em 1px 0;
-}
-
-.menu-level-3 > ul > li > a {
- width: auto;
- margin: 0;
- padding: 0.3em 0 0.3em 0;
- font-family: "Overpass", "Liberation Sans", Arial, sans-serif;
- font-size: 1.2em;
- text-transform: uppercase;
- color: #858585;
-}
-
-.menu-level-3 > ul > li.selected > a {
- font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
- color: #1e5e05;
-}
-
-/* ---- Content ---- */
-.content {
- position: absolute;
- top: 151px;
- left: 6px;
- right: 6px;
- bottom: 10px;
-}
-
-.content.nav-space-3 {
- top: 175px;
-}
-
/* ---- Entity ---- */
.entity {