2011-06-21 10:58:26 -05:00
|
|
|
|
2010-08-06 09:01:44 -05:00
|
|
|
/* Authors:
|
|
|
|
* Pavel Zuna <pzuna@redhat.com>
|
|
|
|
* Adam Young <ayoung@redhat.com>
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
* Endi Sukma Dewata <edewata@redhat.com>
|
2010-12-09 15:32:22 -06:00
|
|
|
* Kyle Baker <kybaker@redhat.com>
|
2010-08-06 09:01:44 -05:00
|
|
|
*
|
|
|
|
* Copyright (C) 2010 Red Hat
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2011-06-13 15:40:36 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Overpass';
|
|
|
|
src: url('overpass_regular-web.eot');
|
|
|
|
src: url('overpass_regular-web.eot?#iefix') format('eot'),
|
|
|
|
url('overpass_regular-web.woff') format('woff'),
|
|
|
|
url('overpass_regular-web.ttf') format('truetype'),
|
|
|
|
url('overpass_regular-web.svg#webfontLTZe4IYH') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Overpass Bold';
|
|
|
|
src: url('overpass_bold-web.eot');
|
|
|
|
src: url('overpass_bold-web.eot?#iefix') format('eot'),
|
|
|
|
url('overpass_bold-web.woff') format('woff'),
|
|
|
|
url('overpass_bold-web.ttf') format('truetype'),
|
|
|
|
url('overpass_bold-web.svg#webfontzAU82Ltw') format('svg');
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
}
|
2011-01-06 10:22:57 -06:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
overflow: auto;
|
|
|
|
background: url("outer-bg.png");
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: left top;
|
|
|
|
background-color: #FFFFFF;
|
2010-11-17 13:13:33 -06:00
|
|
|
border-width: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
font-family: "Liberation Sans",Arial,Sans;
|
|
|
|
font-size: 11px;
|
2010-11-17 13:13:33 -06:00
|
|
|
margin: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
padding: 0;
|
|
|
|
height: 100%;
|
2010-11-12 14:23:58 -06:00
|
|
|
}
|
|
|
|
|
2011-04-28 19:17:58 -05:00
|
|
|
.network-activity-indicator {
|
|
|
|
visibility: hidden;
|
2011-06-13 15:40:36 -05:00
|
|
|
padding-right: 11px;
|
|
|
|
float: right;
|
|
|
|
padding-top: 3px;
|
2011-01-10 20:14:51 -06:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
/* ---- Container ---- */
|
|
|
|
|
|
|
|
#container {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 960px;
|
|
|
|
margin: 0 auto 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Background ---- */
|
|
|
|
|
|
|
|
#background-header {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 34px;
|
|
|
|
background: url("top-bg.png") #0C3B00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#background-navigation {
|
|
|
|
position: absolute;
|
|
|
|
top: 34px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 72px;
|
|
|
|
background: url("Mainnav-background.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#background-left {
|
|
|
|
position: absolute;
|
|
|
|
top: 106px;
|
|
|
|
left: 0;
|
|
|
|
width: 10px;
|
|
|
|
bottom: 0;
|
|
|
|
background: url("background-left.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#background-center {
|
|
|
|
position: absolute;
|
|
|
|
top: 106px;
|
|
|
|
left: 10px;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 0;
|
|
|
|
background: url("background-center.png");
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
#background-right {
|
|
|
|
position: absolute;
|
|
|
|
top: 106px;
|
|
|
|
right: 0;
|
|
|
|
width: 10px;
|
|
|
|
bottom: 0;
|
|
|
|
background: url("background-right.png");
|
|
|
|
background-repeat: no-repeat;
|
2011-01-10 08:26:32 -06:00
|
|
|
}
|
|
|
|
|
2011-01-06 10:22:57 -06:00
|
|
|
.ui-widget {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2010-12-09 15:32:22 -06:00
|
|
|
|
|
|
|
.input_link {
|
2011-04-27 12:17:13 -05:00
|
|
|
padding: .4em 1em .4em 0em;
|
2010-12-09 15:32:22 -06:00
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2011-01-27 15:37:48 -06:00
|
|
|
.input_link_disabled {
|
|
|
|
cursor: default;
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
2010-12-09 15:32:22 -06:00
|
|
|
.input_link span.ui-icon {
|
|
|
|
-moz-border-radius: 0.3em;
|
2011-04-11 13:49:36 -05:00
|
|
|
-webkit-border-radius: 0.3em;
|
2010-12-09 15:32:22 -06:00
|
|
|
border: 1px solid #B8B8B8;
|
2011-04-27 12:17:13 -05:00
|
|
|
vertical-align: middle;
|
2011-01-27 15:37:48 -06:00
|
|
|
}
|
|
|
|
|
2011-06-13 15:40:36 -05:00
|
|
|
.input_link span.search-icon {
|
|
|
|
background: url(search-icon.png);
|
|
|
|
border: none;
|
2011-06-14 10:41:17 -05:00
|
|
|
margin: -1px 0 0 !important;
|
2011-06-13 15:40:36 -05:00
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input_link span.add-icon {
|
|
|
|
background: url(add-icon.png);
|
|
|
|
border: none;
|
2011-06-14 10:41:17 -05:00
|
|
|
margin: -4px 0 0 1px;
|
2011-06-13 15:40:36 -05:00
|
|
|
}
|
2011-01-27 15:37:48 -06:00
|
|
|
|
2011-06-13 15:40:36 -05:00
|
|
|
.input_link span.remove-icon {
|
|
|
|
background: url(remove-icon.png);
|
|
|
|
border: none;
|
2011-06-14 10:41:17 -05:00
|
|
|
margin: -4px 0 0 1px;
|
2011-06-13 15:40:36 -05:00
|
|
|
}
|
2011-01-27 15:37:48 -06:00
|
|
|
|
2011-06-21 10:58:26 -05:00
|
|
|
.input_link span.update-icon {
|
|
|
|
background: url(update-icon.png);
|
|
|
|
border: none;
|
|
|
|
margin: -4px 0 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input_link span.reset-icon {
|
|
|
|
background: url(reset-icon.png);
|
|
|
|
border: none;
|
|
|
|
margin: -4px 0 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input_link span.enroll-icon {
|
|
|
|
background: url(enroll-icon.png);
|
|
|
|
border: none;
|
|
|
|
margin: -4px 0 0 1px;
|
|
|
|
}
|
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
.ipa-icon {
|
2011-04-11 13:49:36 -05:00
|
|
|
font-size: 0.7em;
|
|
|
|
padding-right: 0.3em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
2010-08-06 09:01:44 -05:00
|
|
|
/* ---- Header ---- */
|
2011-06-07 20:48:20 -05:00
|
|
|
#header {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 6px;
|
|
|
|
right: 6px;
|
|
|
|
height: 34px;
|
|
|
|
background: transparent;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
2010-09-16 09:28:07 -05:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header a {
|
2010-09-16 09:28:07 -05:00
|
|
|
text-decoration: none;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header a:link {
|
2010-09-16 09:28:07 -05:00
|
|
|
text-decoration: none;
|
2010-09-24 09:47:40 -05:00
|
|
|
color: white;
|
2010-09-16 09:28:07 -05:00
|
|
|
}
|
2010-08-06 09:01:44 -05:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header a:visited {
|
2010-09-16 09:28:07 -05:00
|
|
|
text-decoration: none;
|
2010-09-24 09:47:40 -05:00
|
|
|
color: white;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header span.header-logo {
|
2011-01-10 08:26:32 -06:00
|
|
|
padding-left: 2em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header span.header-logo a img {
|
2010-08-06 09:01:44 -05:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
/* ---- Logged-in As ---- */
|
|
|
|
#loggedinas {
|
|
|
|
float: right;
|
|
|
|
line-height: 34px;
|
|
|
|
margin-right: 10px;
|
2010-08-06 09:01:44 -05:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2010-09-16 09:28:07 -05:00
|
|
|
/* ---- Navigation ---- */
|
2011-06-07 20:48:20 -05:00
|
|
|
#navigation {
|
|
|
|
position: absolute;
|
|
|
|
top: 34px;
|
|
|
|
left: 6px;
|
|
|
|
right: 6px;
|
|
|
|
height: 102px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigation.tabs-3 {
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
|
2010-09-16 09:28:07 -05:00
|
|
|
div.tabs {
|
2010-11-12 14:23:58 -06:00
|
|
|
width: 100%;
|
2011-04-28 19:17:58 -05:00
|
|
|
min-height: 4em;
|
|
|
|
background: transparent;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
/* ---- Tabs level 1 ---- */
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav > .ui-state-hover {
|
|
|
|
background: url("hover-tab.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav {
|
|
|
|
padding: 33px 0 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav li {
|
|
|
|
-moz-border-radius: 0 !important;
|
|
|
|
-webkit-border-radius: 0 !important;
|
|
|
|
background-image: url("Mainnav-offtab.png");
|
|
|
|
margin: 0 0.4em 0 0;
|
|
|
|
border-width: 0;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align:baseline;
|
|
|
|
border: 1px solid #A0A0A0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav > li.ui-tabs-selected {
|
|
|
|
padding: 0 0;
|
|
|
|
background-image: url("Mainnav-ontab.png");
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav > li > a {
|
|
|
|
-moz-border-radius: 0 !important;
|
|
|
|
-webkit-border-radius: 0 !important;
|
2011-06-13 15:40:36 -05:00
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
2011-06-07 20:48:20 -05:00
|
|
|
width: 5em;
|
|
|
|
height: 20px;
|
|
|
|
color: #858585;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align:center;
|
|
|
|
font-size:1.5em;
|
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 .ui-tabs-nav li > a:link, span.main-nav-off > a:visited{
|
|
|
|
color: #858585;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 .ui-tabs-nav li.ui-tabs-selected a{
|
|
|
|
color: #1e5e05;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs1 .ui-tabs-panel {
|
|
|
|
display: block;
|
|
|
|
border-width: 0;
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Tabs level 2 ---- */
|
|
|
|
|
|
|
|
.tabs2 {
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs2 > .ui-tabs-nav {
|
2011-06-14 10:41:17 -05:00
|
|
|
padding: 5px 24px 1px;
|
2011-06-07 20:48:20 -05:00
|
|
|
margin: 0;
|
|
|
|
height: 25px;
|
|
|
|
border: none;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs2 .ui-tabs-nav li {
|
|
|
|
width:auto;
|
|
|
|
margin: 0;
|
|
|
|
background: none repeat scroll 0 0 transparent !important;
|
|
|
|
color: white;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs2 .ui-tabs-nav li.ui-tabs-selected {
|
2011-06-14 10:41:17 -05:00
|
|
|
background: url("nav-arrow.png") no-repeat scroll center 2.1em transparent !important;
|
2011-06-07 20:48:20 -05:00
|
|
|
height: 3.1em;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs2 .ui-tabs-nav 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs2 .ui-tabs-nav li > a:link, span.main-nav-off > a:visited {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs2 .ui-tabs-nav li.ui-tabs-selected a,
|
|
|
|
.tabs2 .ui-tabs-nav li a:hover {
|
|
|
|
background-color:#EEEEEE;
|
|
|
|
color: #164304;
|
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Tabs level 3 ---- */
|
|
|
|
|
|
|
|
.tabs3 {
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs3 > .ui-tabs-nav {
|
|
|
|
padding: 1em 2em 0.1em 2em;
|
|
|
|
border: none;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Content ---- */
|
2011-04-28 19:17:58 -05:00
|
|
|
#content {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 136px;
|
|
|
|
left: 6px;
|
|
|
|
right: 6px;
|
|
|
|
bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content.tabs-3 {
|
|
|
|
top: 175px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Entity ---- */
|
|
|
|
|
|
|
|
.entity {
|
2011-06-21 15:05:44 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.entity h1 {
|
2011-06-07 20:48:20 -05:00
|
|
|
margin: 0 0 10px;
|
2011-06-21 15:05:44 -05:00
|
|
|
}
|
2011-06-07 20:48:20 -05:00
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.entity-content {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
font-size: 10px;
|
|
|
|
margin: 0 0 0;
|
2011-04-28 19:17:58 -05:00
|
|
|
}
|
2011-04-11 13:49:36 -05:00
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.entity-content div.content-buttons {
|
|
|
|
float: right;
|
|
|
|
margin-right: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entity-content div.content-buttons img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Facet ---- */
|
|
|
|
|
|
|
|
.facet {
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
left: 10px;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facet-header {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2011-06-21 15:05:44 -05:00
|
|
|
height: 130px;
|
|
|
|
margin: 0 12px 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.facet-title {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
color: gray;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.facet-title h3 {
|
2011-06-07 20:48:20 -05:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.facet-title span {
|
2011-06-07 20:48:20 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.facet-pkey {
|
2011-06-07 20:48:20 -05:00
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.back-link {
|
|
|
|
cursor: pointer;
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
/* ---- Facet Tabs ---- */
|
2011-06-07 20:48:20 -05:00
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.facet-tabs {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2011-06-21 15:05:44 -05:00
|
|
|
bottom: 30px;
|
2011-06-07 20:48:20 -05:00
|
|
|
z-index: 1; /* need to be above facet header */
|
2011-06-21 09:21:14 -05:00
|
|
|
border-bottom: 1px solid #C9C3BA;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.facet-group {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facet-group-name {
|
2011-06-21 15:05:44 -05:00
|
|
|
height: 20px;
|
2011-06-13 15:40:36 -05:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.facet-tab {
|
2011-06-21 15:05:44 -05:00
|
|
|
height: 31px;
|
2011-06-07 20:48:20 -05:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facet-tab li {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2011-06-21 09:21:14 -05:00
|
|
|
padding-right: 5px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.facet-tab li a {
|
|
|
|
background-color: #dedbde;
|
2011-06-21 09:21:14 -05:00
|
|
|
border-left: 1px solid #c9c3ba;
|
|
|
|
border-right: 1px solid #c9c3ba;
|
2011-06-21 15:05:44 -05:00
|
|
|
margin: 0 0 0;
|
2011-06-21 10:58:26 -05:00
|
|
|
padding: 6px 16px;
|
2011-06-07 20:48:20 -05:00
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 19px;
|
2011-06-21 09:21:14 -05:00
|
|
|
background-image: url("facet-tab_off.png");
|
2011-06-21 10:58:26 -05:00
|
|
|
color: #666666;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.facet-tab li a:hover {
|
|
|
|
background-color: #f1f0ee;
|
|
|
|
}
|
2011-06-21 15:05:44 -05:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.facet-tab li a.selected {
|
2011-06-21 09:21:14 -05:00
|
|
|
color: #6C6F73;
|
2011-06-07 20:48:20 -05:00
|
|
|
background-color: #f1f0ee;
|
|
|
|
font-weight: bold;
|
2011-06-21 09:21:14 -05:00
|
|
|
background-image: url("facet-tab_on.png");
|
|
|
|
height: 20px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.facet-tab li.settings {
|
|
|
|
margin-left:1em; margin-right:1em;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
/* ---- Facet Controls ---- */
|
|
|
|
|
|
|
|
.facet-controls {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2011-06-21 15:05:44 -05:00
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.right-aligned-facet-controls {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2011-06-21 15:05:44 -05:00
|
|
|
bottom: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.facet-controls > a {
|
|
|
|
font-size: 1.3em !important;
|
|
|
|
padding: 0 6px 0 0;
|
2011-04-27 12:17:13 -05:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
/* ---- Facet Content ---- */
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.facet-content {
|
|
|
|
position: absolute;
|
2011-06-21 15:05:44 -05:00
|
|
|
top: 130px;
|
2011-06-07 20:48:20 -05:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
/* ---- Facet Customization ---- */
|
|
|
|
|
|
|
|
.no-facet-tabs .facet-header {
|
|
|
|
height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-facet-tabs .facet-content {
|
|
|
|
top: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Search Facet ---- */
|
2011-06-07 20:48:20 -05:00
|
|
|
|
|
|
|
.content-table {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-table tbody {
|
|
|
|
position: absolute;
|
|
|
|
top: 31px;
|
|
|
|
left: 3px;
|
|
|
|
right: 4px;
|
|
|
|
bottom: 32px;
|
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.search-filter {
|
2011-06-13 15:40:36 -05:00
|
|
|
float: right;
|
|
|
|
width: 215px;
|
|
|
|
-moz-border-radius: 15px !important;
|
|
|
|
-webkit-border-radius: 15px !important;
|
|
|
|
border-radius: 15px !important;
|
|
|
|
border: 1px solid #9f9e9e;
|
|
|
|
background: url("search-bg.png");
|
|
|
|
height: 18px;
|
|
|
|
padding-left: 8px;
|
2011-06-21 15:05:44 -05:00
|
|
|
margin: 5px 0 5px;
|
2011-06-13 15:40:36 -05:00
|
|
|
}
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.search-controls {
|
|
|
|
-moz-border-radius: .7em .7em 0 0;
|
|
|
|
-webkit-border-radius: .7em .7em 0 0;
|
|
|
|
height:2.5em;
|
|
|
|
background: -moz-linear-gradient(top, #eeeeee, #dfdfdf);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dfdfdf));
|
|
|
|
position: relative;
|
|
|
|
padding: 1em 1.5em;
|
|
|
|
margin-top: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table {
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table > a:link, a:visted {
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table thead tr th {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
background-color:#f6f6f6;
|
|
|
|
color:#333333;
|
|
|
|
text-align: left;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table tbody td {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table tfoot td {
|
2011-06-13 15:40:36 -05:00
|
|
|
padding: 0.5em 0 0 1em;
|
2011-06-07 20:48:20 -05:00
|
|
|
border-top: 1px solid #dfdfdf;
|
|
|
|
height: 25px;
|
2011-06-13 15:40:36 -05:00
|
|
|
margin-top: 1em;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-table span[name=summary] {
|
|
|
|
float: left;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table span[name=pagination] {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table span[name=pagination] a {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-table span[name=pagination] input[name=current_page] {
|
|
|
|
width: 22px;
|
|
|
|
}
|
2011-04-11 13:49:36 -05:00
|
|
|
|
2010-08-23 21:32:23 -05:00
|
|
|
ul#viewtype {
|
2011-01-06 10:22:57 -06:00
|
|
|
padding-left: 2em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2010-08-23 21:32:23 -05:00
|
|
|
ul#viewtype li {
|
2010-08-06 09:01:44 -05:00
|
|
|
color: #656565;
|
|
|
|
display: inline;
|
|
|
|
font-weight: bold;
|
|
|
|
list-style-type: none;
|
2011-01-06 10:22:57 -06:00
|
|
|
padding-right: 2em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-08-23 21:32:23 -05:00
|
|
|
ul#viewtype li img {
|
2010-08-06 09:01:44 -05:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2010-08-23 21:32:23 -05:00
|
|
|
ul#viewtype li a {
|
2010-08-06 09:01:44 -05:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-01-20 14:39:59 -06:00
|
|
|
h1 {
|
2011-06-13 15:40:36 -05:00
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
2011-01-20 14:39:59 -06:00
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #555555;
|
2011-01-10 20:14:51 -06:00
|
|
|
text-transform: uppercase;
|
2011-04-11 13:49:36 -05:00
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
2011-01-10 20:14:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-08-06 09:01:44 -05:00
|
|
|
h2 {
|
2011-06-13 15:40:36 -05:00
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
2010-12-09 15:32:22 -06:00
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #333333;
|
|
|
|
text-transform: uppercase;
|
2011-01-06 10:22:57 -06:00
|
|
|
margin-left: 1em;
|
|
|
|
margin-bottom: 0;
|
2010-08-06 09:01:44 -05:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2011-06-13 15:40:36 -05:00
|
|
|
h3 {
|
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
|
|
|
font-size: 1.8em;
|
|
|
|
color: #3c3c3c;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
|
|
|
}
|
|
|
|
|
2010-12-09 15:32:22 -06:00
|
|
|
.section-expand{
|
|
|
|
float:left;
|
|
|
|
-moz-border-radius: 0.3em;
|
2011-04-11 13:49:36 -05:00
|
|
|
-webkit-border-radius: 0.3em;
|
2010-12-09 15:32:22 -06:00
|
|
|
background-color: -moz-linear-gradient(top, #959595, #5e5e5e);
|
2011-04-11 13:49:36 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#5e5e5e));
|
2010-12-09 15:32:22 -06:00
|
|
|
border: 1px solid #b8b8b8;
|
|
|
|
color: #fff;
|
|
|
|
margin-right: 0.5em;
|
2011-01-20 14:39:59 -06:00
|
|
|
margin-top: -0.2em;
|
2010-12-09 15:32:22 -06:00
|
|
|
}
|
|
|
|
|
2010-08-06 09:01:44 -05:00
|
|
|
hr {
|
2010-12-09 15:32:22 -06:00
|
|
|
background-color: #EEEEEE;
|
2010-08-06 09:01:44 -05:00
|
|
|
clear: both;
|
2010-12-09 15:32:22 -06:00
|
|
|
color: #FFFFFF;
|
2011-01-06 10:22:57 -06:00
|
|
|
height: 0.1em;
|
|
|
|
margin-left: 1.5em;
|
|
|
|
margin-right: 1.5em;
|
|
|
|
margin-top: 1em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
/* ---- Details Facet ---- */
|
2011-06-07 20:48:20 -05:00
|
|
|
|
|
|
|
.details-content {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 32px;
|
|
|
|
overflow: auto;
|
|
|
|
border: none;
|
2011-06-21 09:21:14 -05:00
|
|
|
border-top: 1px solid #DFDFDF;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.details-summary {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
height: 29px;
|
|
|
|
border-top: 1px solid #DFDFDF;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
HBAC Details Page
The UI framework has been extended to include a collection of widgets:
- ipa_widget: base class
- ipa_text_widget: text field
- ipa_radio_widget: radio button
- ipa_textarea_widget: textarea
- ipa_button_widget: button
- ipa_column_widget: column for table
- ipa_table_widget: table
These widgets can be used to create input controls. They can also be
extended to create custom controls.
The framework has also been enhanced to support custom layouts. This
can be used to change the look of the application without changing
the code. Initially this is only available in details section.
Layout consists of a collection of HTML templates. Each template is a
complete and valid HTML file representing a portion of a page. The
template will be loaded and initialized by the code, then filled with
the data from the server. The layouts are located in
install/static/layouts/<name> folder.
By default, if no templates are used, the fields in the details page
are rendered vertically using dd/dt/dd tags. For pages that require
different layout, a custom UI needs to be developed. There are two ways
to do that:
- write a custom widget to generate the UI dynamically
- create an HTML template and write the initialization code
For components that are quite complex or used frequently, it's might
be better to use the first method. For simple pages that are used only
in one location or need to support customization, the second method
might be preferable. Other benefits of templates:
- cleaner code and UI separation
- more flexibility in customization
- new pages can be developed quickly and require less coding
- multiple templates can be used with the same initialization code
- easier to maintain
The HBAC details page has been implemented using both methods. By
default it will use custom widgets to generate the page. To use a
custom layout, add the following parameter to the URL, then reload
the page:
&layout=<name>
Currently the only available layout is 'default' which produces the
same look as the custom widgets.
The HBAC details page is usable, but it still needs additional work.
The access time is not working yet. There is no undo button, hint,
or validation yet.
The table in the association facet has also been changed to use
ipa_association_widget which is derived from ipa_table_widget.
The Makefile has been updated to include the layouts. The unit tests
have been updated as well.
2010-11-02 20:16:55 -05:00
|
|
|
.details-section {
|
2011-01-06 10:22:57 -06:00
|
|
|
margin-left: 4.5em;
|
|
|
|
margin-right: 1.5em;
|
|
|
|
margin-top: 1.8em;
|
HBAC Details Page
The UI framework has been extended to include a collection of widgets:
- ipa_widget: base class
- ipa_text_widget: text field
- ipa_radio_widget: radio button
- ipa_textarea_widget: textarea
- ipa_button_widget: button
- ipa_column_widget: column for table
- ipa_table_widget: table
These widgets can be used to create input controls. They can also be
extended to create custom controls.
The framework has also been enhanced to support custom layouts. This
can be used to change the look of the application without changing
the code. Initially this is only available in details section.
Layout consists of a collection of HTML templates. Each template is a
complete and valid HTML file representing a portion of a page. The
template will be loaded and initialized by the code, then filled with
the data from the server. The layouts are located in
install/static/layouts/<name> folder.
By default, if no templates are used, the fields in the details page
are rendered vertically using dd/dt/dd tags. For pages that require
different layout, a custom UI needs to be developed. There are two ways
to do that:
- write a custom widget to generate the UI dynamically
- create an HTML template and write the initialization code
For components that are quite complex or used frequently, it's might
be better to use the first method. For simple pages that are used only
in one location or need to support customization, the second method
might be preferable. Other benefits of templates:
- cleaner code and UI separation
- more flexibility in customization
- new pages can be developed quickly and require less coding
- multiple templates can be used with the same initialization code
- easier to maintain
The HBAC details page has been implemented using both methods. By
default it will use custom widgets to generate the page. To use a
custom layout, add the following parameter to the URL, then reload
the page:
&layout=<name>
Currently the only available layout is 'default' which produces the
same look as the custom widgets.
The HBAC details page is usable, but it still needs additional work.
The access time is not working yet. There is no undo button, hint,
or validation yet.
The table in the association facet has also been changed to use
ipa_association_widget which is derived from ipa_table_widget.
The Makefile has been updated to include the layouts. The unit tests
have been updated as well.
2010-11-02 20:16:55 -05:00
|
|
|
white-space: nowrap;
|
2011-01-06 10:22:57 -06:00
|
|
|
padding-bottom: 1.8em;
|
|
|
|
padding-right: 1.8em;
|
HBAC Details Page
The UI framework has been extended to include a collection of widgets:
- ipa_widget: base class
- ipa_text_widget: text field
- ipa_radio_widget: radio button
- ipa_textarea_widget: textarea
- ipa_button_widget: button
- ipa_column_widget: column for table
- ipa_table_widget: table
These widgets can be used to create input controls. They can also be
extended to create custom controls.
The framework has also been enhanced to support custom layouts. This
can be used to change the look of the application without changing
the code. Initially this is only available in details section.
Layout consists of a collection of HTML templates. Each template is a
complete and valid HTML file representing a portion of a page. The
template will be loaded and initialized by the code, then filled with
the data from the server. The layouts are located in
install/static/layouts/<name> folder.
By default, if no templates are used, the fields in the details page
are rendered vertically using dd/dt/dd tags. For pages that require
different layout, a custom UI needs to be developed. There are two ways
to do that:
- write a custom widget to generate the UI dynamically
- create an HTML template and write the initialization code
For components that are quite complex or used frequently, it's might
be better to use the first method. For simple pages that are used only
in one location or need to support customization, the second method
might be preferable. Other benefits of templates:
- cleaner code and UI separation
- more flexibility in customization
- new pages can be developed quickly and require less coding
- multiple templates can be used with the same initialization code
- easier to maintain
The HBAC details page has been implemented using both methods. By
default it will use custom widgets to generate the page. To use a
custom layout, add the following parameter to the URL, then reload
the page:
&layout=<name>
Currently the only available layout is 'default' which produces the
same look as the custom widgets.
The HBAC details page is usable, but it still needs additional work.
The access time is not working yet. There is no undo button, hint,
or validation yet.
The table in the association facet has also been changed to use
ipa_association_widget which is derived from ipa_table_widget.
The Makefile has been updated to include the layouts. The unit tests
have been updated as well.
2010-11-02 20:16:55 -05:00
|
|
|
}
|
|
|
|
|
2010-12-20 15:56:14 -06:00
|
|
|
.undo {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
2010-08-06 09:01:44 -05:00
|
|
|
dl.entryattrs {
|
|
|
|
clear: both;
|
2011-01-06 10:22:57 -06:00
|
|
|
margin-left: 1.5em;
|
|
|
|
margin-top: 1.8em;
|
2010-08-06 09:01:44 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.entryattrs dt {
|
|
|
|
clear: left;
|
|
|
|
float: left;
|
2011-01-06 10:22:57 -06:00
|
|
|
padding-bottom: 1.8em;
|
|
|
|
padding-right: 1.8em;
|
2010-08-06 09:01:44 -05:00
|
|
|
text-align: right;
|
2011-01-06 10:22:57 -06:00
|
|
|
width: 16em;
|
2010-12-09 15:32:22 -06:00
|
|
|
margin: 0.5em -0.5em 0 -6em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
dl.entryattrs dd {
|
|
|
|
float: left;
|
2011-02-16 09:29:19 -06:00
|
|
|
padding-bottom: 0.8em;
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-left: 0;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
dl.entryattrs dd.first {
|
2011-01-06 10:22:57 -06:00
|
|
|
margin-left: 0;
|
2011-01-20 14:39:59 -06:00
|
|
|
margin-top: 0.5em;
|
2011-02-02 16:18:35 -06:00
|
|
|
font-weight: bold;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
dl.entryattrs dd.other {
|
|
|
|
clear: both;
|
2011-01-06 10:22:57 -06:00
|
|
|
margin-left: 10.7em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
dl.entryattrs input {
|
2011-01-06 10:22:57 -06:00
|
|
|
margin-right: 0.5em;
|
2011-02-02 16:18:35 -06:00
|
|
|
margin-bottom: 1em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-01-13 04:20:12 -06:00
|
|
|
dl.entryattrs input.otp {
|
|
|
|
min-width: 15em;
|
2011-01-17 07:43:43 -06:00
|
|
|
width: 15em;
|
2011-01-13 04:20:12 -06:00
|
|
|
}
|
2010-08-06 09:01:44 -05:00
|
|
|
|
2011-01-26 15:11:22 -06:00
|
|
|
dl.aci-target{
|
|
|
|
clear: both;
|
2011-01-27 14:05:16 -06:00
|
|
|
margin-left: 2em;
|
2011-01-26 15:11:22 -06:00
|
|
|
margin-top: 1.8em;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.aci-target dt {
|
|
|
|
padding-bottom: 1.8em;
|
|
|
|
padding-left: 2.8em;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
width: 16em;
|
|
|
|
margin: 0.5em -0.5em 0 -6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.aci-target dd {
|
|
|
|
}
|
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
dl.aci-target dd.other {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-left: -1em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
2011-01-26 15:11:22 -06:00
|
|
|
dl.aci-target dd.first {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-left: 8.5em;
|
|
|
|
margin-top: -3.7em;
|
|
|
|
padding-bottom: 2em;
|
2011-01-26 15:11:22 -06:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-02-03 09:49:54 -06:00
|
|
|
dl.aci-target dd.other {
|
2011-04-11 13:49:36 -05:00
|
|
|
padding-left: 0.7em;
|
2011-01-26 15:11:22 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dl.aci-target input {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
#group_filter {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 2em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#aci_by_filter {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 1em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#aci_by_query {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 1em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#aci_by_group {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 1em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#aci_by_type {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 1em;
|
|
|
|
margin-top: 2.2em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
2011-01-26 15:11:22 -06:00
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
#aci_attributes_table {
|
2011-04-11 13:49:36 -05:00
|
|
|
overflow-x: hidden;
|
|
|
|
width: 46em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
2011-01-26 15:11:22 -06:00
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
#memberof-entity-select {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 1em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
2011-01-26 15:11:22 -06:00
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
#group-entity-select {
|
2011-04-11 13:49:36 -05:00
|
|
|
margin-right: 1em;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
2011-01-26 15:11:22 -06:00
|
|
|
|
2010-08-25 11:49:30 -05:00
|
|
|
span.attrhint {
|
|
|
|
font-size: 8pt;
|
2011-01-06 10:22:57 -06:00
|
|
|
left: 5em;
|
|
|
|
margin-left: 12.5em;
|
2010-08-25 11:49:30 -05:00
|
|
|
position: absolute;
|
2010-12-09 15:32:22 -06:00
|
|
|
overflow-x: hidden;
|
2010-08-25 11:49:30 -05:00
|
|
|
}
|
|
|
|
|
2010-11-12 14:23:58 -06:00
|
|
|
|
2010-11-17 13:13:33 -06:00
|
|
|
.ui-tabs {
|
|
|
|
padding:0;
|
|
|
|
}
|
2010-11-09 19:04:49 -06:00
|
|
|
|
2011-01-06 10:22:57 -06:00
|
|
|
#the positions for these are in the large icon image,
|
|
|
|
#and need to be specified in pixels.
|
2011-01-20 14:39:59 -06:00
|
|
|
|
2010-12-09 15:32:22 -06:00
|
|
|
|
|
|
|
.ui-icon-minus {
|
|
|
|
background-position: -48px -129px;
|
|
|
|
}
|
|
|
|
|
2011-01-20 14:39:59 -06:00
|
|
|
.ui-icon-plus {
|
2011-01-26 15:11:22 -06:00
|
|
|
background-position: -16px -129px;
|
2011-01-20 14:39:59 -06:00
|
|
|
}
|
|
|
|
|
2010-12-09 15:32:22 -06:00
|
|
|
.ui-icon-trash {
|
|
|
|
background-position: -176px -97px;
|
|
|
|
}
|
|
|
|
|
2011-01-25 08:23:55 -06:00
|
|
|
.ui-dialog .ui-dialog-titlebar-close span {
|
2011-01-27 14:05:16 -06:00
|
|
|
background-color: transparent !important;
|
2011-01-25 08:23:55 -06:00
|
|
|
}
|
|
|
|
|
2011-04-28 19:17:58 -05:00
|
|
|
.ui-icon {
|
2011-04-27 12:17:13 -05:00
|
|
|
/* background-image: url("ui-icons_222222_256x240.png"); */
|
2010-12-09 15:32:22 -06:00
|
|
|
background-color: #e2e2e2;
|
2011-04-27 12:17:13 -05:00
|
|
|
display: inline-block;
|
2010-12-09 15:32:22 -06:00
|
|
|
}
|
2011-06-03 10:33:32 -05:00
|
|
|
.ui-dialog .ui-dialog-content {
|
2011-04-27 12:17:13 -05:00
|
|
|
/* this should go away once we can fix table scrolling */
|
2011-06-03 10:33:32 -05:00
|
|
|
overflow:auto;
|
|
|
|
}
|
2010-12-09 15:32:22 -06:00
|
|
|
|
|
|
|
.ui-widget-content {
|
|
|
|
}
|
|
|
|
|
2011-02-17 10:11:42 -06:00
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
2011-04-11 13:49:36 -05:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
position: relative;
|
2011-02-17 10:11:42 -06:00
|
|
|
}
|
2010-12-09 15:32:22 -06:00
|
|
|
|
2011-04-28 19:17:58 -05:00
|
|
|
a {
|
2010-12-09 15:32:22 -06:00
|
|
|
text-decoration: none;
|
|
|
|
color: #1d85d5;
|
|
|
|
font-weight: normal;
|
2011-04-11 13:49:36 -05:00
|
|
|
text-transform: none;
|
2010-12-09 15:32:22 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-widget-header {
|
2011-02-17 10:11:42 -06:00
|
|
|
background: -moz-linear-gradient(center top , #225314, #1c400a) repeat scroll 0 0 transparent;
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#225314), to(#1c400a));
|
2011-04-11 13:49:36 -05:00
|
|
|
border: 1px solid #319016;
|
2010-12-09 15:32:22 -06:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-01-25 08:23:55 -06:00
|
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0.5em 0.4em 0.5em 0;
|
|
|
|
padding: 0.1em 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
|
|
background-image: none;
|
|
|
|
border-width: 1px 0 0;
|
|
|
|
padding: 0.3em 1em 0.5em 0.4em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
//.ui-dialog .ui-dialog-content {
|
2011-01-26 15:11:22 -06:00
|
|
|
min-height: 26em !important;
|
2011-01-25 08:23:55 -06:00
|
|
|
}//
|
2010-11-17 13:13:33 -06:00
|
|
|
|
2010-12-09 15:32:22 -06:00
|
|
|
.ui-widget input, .ui-widget select,
|
|
|
|
.ui-widget textarea, .ui-widget button {
|
|
|
|
font-family: "Liberation Sans", Arial, sans-serif;
|
|
|
|
font-size: 1.3em;
|
|
|
|
margin-right: .1em;
|
|
|
|
}
|
|
|
|
|
2011-04-28 19:17:58 -05:00
|
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, #content .ui-state-default {
|
2010-12-09 15:32:22 -06:00
|
|
|
-moz-border-radius: .3em;
|
2011-04-11 13:49:36 -05:00
|
|
|
-webkit-border-radius: .3em;
|
2010-12-09 15:32:22 -06:00
|
|
|
background: -moz-linear-gradient(top, #959595, #5e5e5e);
|
2011-04-11 13:49:36 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#5e5e5e));
|
2010-12-09 15:32:22 -06:00
|
|
|
border: 1px solid #777777;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: normal;
|
2011-01-26 15:11:22 -06:00
|
|
|
padding: 0.4em 1em;
|
2011-01-20 14:39:59 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
span.ui-icon-search {
|
2011-01-26 15:11:22 -06:00
|
|
|
background-color: transparent !important;
|
2011-01-20 14:39:59 -06:00
|
|
|
border: medium none !important;
|
|
|
|
color: #FFFFFF !important;
|
2011-01-26 15:11:22 -06:00
|
|
|
margin-left: 0 !important;
|
2011-01-20 14:39:59 -06:00
|
|
|
}
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
a[name=find] {
|
|
|
|
margin: 6px;
|
|
|
|
padding: 3px 3px 2px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2011-01-20 14:39:59 -06:00
|
|
|
}
|
|
|
|
|
2011-01-27 14:05:16 -06:00
|
|
|
[title=">>"] {
|
2011-04-28 19:17:58 -05:00
|
|
|
margin-top: 1em !important;
|
2011-01-27 14:05:16 -06:00
|
|
|
}
|
|
|
|
|
2010-09-16 14:13:48 -05:00
|
|
|
span.sub-nav-off > a:link, span.sub-nav-off > a:visited{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.main-nav-off > a:link, span.main-nav-off > a:visited{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.main-separator{
|
|
|
|
background: #333339;
|
2010-11-15 14:06:43 -06:00
|
|
|
padding:0.1em;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2010-12-09 15:32:22 -06:00
|
|
|
.action-button {
|
|
|
|
background: none;
|
|
|
|
background-image:none;
|
|
|
|
font-family: "Liberation Sans", Arial, sans-serif;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2010-11-15 15:41:21 -06:00
|
|
|
|
2011-01-10 20:51:09 -06:00
|
|
|
a.action-button-disabled {
|
|
|
|
color: gray;
|
|
|
|
cursor: default;
|
|
|
|
}
|
2010-11-15 15:41:21 -06:00
|
|
|
|
2011-01-26 15:11:22 -06:00
|
|
|
|
2011-06-03 10:33:32 -05:00
|
|
|
.aci-attribute-table {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-01-24 21:21:31 -06:00
|
|
|
.aci-attribute-table tbody{
|
2011-06-03 10:33:32 -05:00
|
|
|
width: 20em;
|
|
|
|
height:10em;
|
|
|
|
overflow:auto;
|
|
|
|
border-bottom: 1px solid #8a8a8a;
|
2010-08-06 09:01:44 -05:00
|
|
|
}
|
|
|
|
|
2011-01-24 21:21:31 -06:00
|
|
|
.aci-attribute-table th.aci-attribute-column{
|
2011-01-27 14:05:16 -06:00
|
|
|
float: left;
|
2011-06-03 10:33:32 -05:00
|
|
|
width: 20.5em;
|
|
|
|
padding: 0.8em 0.5em;
|
2010-09-16 14:13:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.entity-views{
|
2010-09-16 20:41:24 -05:00
|
|
|
list-style-type:none;
|
2010-09-16 14:13:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.entity-views li {
|
|
|
|
display:inline;
|
2010-09-16 20:44:03 -05:00
|
|
|
cursor: pointer;
|
2010-11-15 14:06:43 -06:00
|
|
|
padding: 0.4em;
|
2010-09-16 14:13:48 -05:00
|
|
|
}
|
2010-10-13 12:07:43 -05:00
|
|
|
|
|
|
|
.strikethrough { text-decoration: line-through; }
|
2010-10-15 23:40:38 -05:00
|
|
|
|
2011-01-13 04:20:12 -06:00
|
|
|
table.certificate-status {
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.kerberos-key-status {
|
|
|
|
line-height: 2;
|
|
|
|
}
|
2010-10-15 13:06:23 -05:00
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-icon {
|
2011-01-17 07:43:43 -06:00
|
|
|
vertical-align: bottom;
|
2010-11-16 18:10:40 -06:00
|
|
|
}
|
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-valid {
|
2011-01-17 07:43:43 -06:00
|
|
|
background-image:url('check.png');
|
2011-01-13 00:59:57 -06:00
|
|
|
border: 0.2em solid #008000;
|
2010-11-16 18:10:40 -06:00
|
|
|
}
|
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-valid-active {
|
|
|
|
background-color: #008000;
|
2010-11-16 18:10:40 -06:00
|
|
|
}
|
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-revoked {
|
|
|
|
border: 0.2em solid #ff0000;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-revoked-active {
|
|
|
|
background-color: #ff0000;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-missing {
|
|
|
|
border: 0.2em solid #daa520;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
|
|
|
|
2011-01-13 00:59:57 -06:00
|
|
|
.status-missing-active {
|
|
|
|
background-color: #daa520;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
2010-10-15 13:06:23 -05:00
|
|
|
|
|
|
|
dl.modal {
|
|
|
|
clear: both;
|
2010-11-15 14:06:43 -06:00
|
|
|
margin-left: 1em;
|
|
|
|
margin-top: 1em;
|
2010-10-15 13:06:23 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.modal dt {
|
|
|
|
clear: left;
|
|
|
|
float: left;
|
2010-11-15 14:06:43 -06:00
|
|
|
padding-bottom: 0;
|
|
|
|
padding-right: 0;
|
2010-10-15 13:06:23 -05:00
|
|
|
text-align: right;
|
2010-11-15 14:06:43 -06:00
|
|
|
width: 10em;
|
2010-10-15 13:06:23 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
dl.modal dd {
|
|
|
|
float: left;
|
2010-11-15 14:06:43 -06:00
|
|
|
padding-bottom: 0;
|
|
|
|
margin-left: 0.8em;
|
2010-10-15 13:06:23 -05:00
|
|
|
}
|
2011-04-28 19:17:58 -05:00
|
|
|
/*
|
2011-01-25 08:23:55 -06:00
|
|
|
#dns-record-type-filter {
|
2011-01-26 15:11:22 -06:00
|
|
|
margin: 0 1em 0 0.5em;
|
2011-01-25 08:23:55 -06:00
|
|
|
}
|
2011-04-28 19:17:58 -05:00
|
|
|
*/
|
2011-06-07 20:48:20 -05:00
|
|
|
.ui-widget-content {
|
|
|
|
border:0;
|
2010-11-17 13:13:33 -06:00
|
|
|
}
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
/* ---- Table ---- */
|
|
|
|
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
table.scrollable thead {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.scrollable tbody {
|
|
|
|
display: block;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-filter {
|
2011-01-06 10:22:57 -06:00
|
|
|
height: 2.5em;
|
2011-01-26 15:11:22 -06:00
|
|
|
padding-top: 0.7em;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-results {
|
|
|
|
position: relative;
|
2011-01-06 10:22:57 -06:00
|
|
|
height: 20.0em;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-available {
|
2011-01-25 08:23:55 -06:00
|
|
|
background-color: #ffffff;
|
2011-02-16 09:29:19 -06:00
|
|
|
border: none;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
position: absolute;
|
2011-01-06 10:22:57 -06:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
2011-01-25 08:23:55 -06:00
|
|
|
width: 23em;
|
2011-02-16 09:29:19 -06:00
|
|
|
padding-top: 1em;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-selected {
|
2011-01-25 08:23:55 -06:00
|
|
|
background-color: #ffffff;
|
2011-02-16 09:29:19 -06:00
|
|
|
border: none;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
position: absolute;
|
2011-01-06 10:22:57 -06:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2011-01-18 12:30:17 -06:00
|
|
|
width: 23em;
|
2011-02-16 09:29:19 -06:00
|
|
|
padding-top: 1em;
|
2011-01-25 08:23:55 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-buttons {
|
|
|
|
position: absolute;
|
|
|
|
top: 7.5em;
|
2011-04-28 19:17:58 -05:00
|
|
|
left: 23em;
|
|
|
|
right: 23em;
|
2011-01-25 08:23:55 -06:00
|
|
|
bottom: 0;
|
|
|
|
text-align: center;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-internal {
|
2011-02-22 11:58:26 -06:00
|
|
|
background-color: #ffffff;
|
|
|
|
border: none;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
position: absolute;
|
2011-01-06 10:22:57 -06:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2011-02-22 11:58:26 -06:00
|
|
|
bottom: 0;
|
|
|
|
width: 23em;
|
|
|
|
padding-top: 1em;
|
|
|
|
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.adder-dialog-external {
|
2011-02-22 11:58:26 -06:00
|
|
|
border: none;
|
SUDO adjustments
The SUDO rule details facet has been updated to support the latest UI
spec. The facet consists of 5 sections: general, users, hosts, commands,
and run-as.
The general section contains the SUDO rule description and status. If
the status is changed, the sudorule-enable/disable will be invoked.
The other sections contain radio buttons for the association category
and tables for the members. When a member is added or removed, the
category will be adjusted appropriately. If the category is changed to
'all', 'allow', or 'deny', all members will be removed.
The last section is currently not working because backend support is
not yet available.
The adder dialog boxes for users, groups, and hosts has been modified
to accept external identities. The layout for the base adder dialog
was updated. The base dialog class was updated to support templates.
The SUDO dialog boxes were implemented using templates. New CSS
classes were added to ipa.css.
The HBAC rule details facet has been updated as well.
2010-12-07 01:51:51 -06:00
|
|
|
position: absolute;
|
2011-01-06 10:22:57 -06:00
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
2011-02-22 11:58:26 -06:00
|
|
|
width: 23em;
|
2011-01-06 10:22:57 -06:00
|
|
|
height: 4em;
|
2011-01-04 14:21:18 -06:00
|
|
|
}
|