2011-06-21 11:58:26 -04:00
|
|
|
|
2010-08-06 10:01:44 -04:00
|
|
|
/* Authors:
|
2011-10-11 09:42:35 +02:00
|
|
|
* Pavel Zuna <pzuna@redhat.com>
|
|
|
|
|
* Adam Young <ayoung@redhat.com>
|
|
|
|
|
* Endi Sukma Dewata <edewata@redhat.com>
|
|
|
|
|
* Kyle Baker <kybaker@redhat.com>
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) 2010 Red Hat
|
2010-08-06 10:01:44 -04:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2011-06-13 16:40:36 -04: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 11:22:57 -05:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
overflow: auto;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/outer-background.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
background-position: left top;
|
|
|
|
|
background-color: #FFFFFF;
|
2010-11-17 14:13:33 -05:00
|
|
|
border-width: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
font-family: "Liberation Sans",Arial,Sans;
|
|
|
|
|
font-size: 11px;
|
2010-11-17 14:13:33 -05:00
|
|
|
margin: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
padding: 0;
|
|
|
|
|
height: 100%;
|
2010-11-12 15:23:58 -05:00
|
|
|
}
|
|
|
|
|
|
2011-04-28 19:17:58 -05:00
|
|
|
.network-activity-indicator {
|
|
|
|
|
visibility: hidden;
|
2011-11-16 21:07:20 -06:00
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
margin: 5px 3px;
|
|
|
|
|
display: inline-block;
|
2011-01-10 21:14:51 -05: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;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/top-background.png) #0C3B00;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#background-navigation {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 34px;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 72px;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/mainnav-background.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#background-left {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 106px;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 10px;
|
|
|
|
|
bottom: 0;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/background-left.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#background-center {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 106px;
|
|
|
|
|
left: 10px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
bottom: 0;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/background-center.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#background-right {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 106px;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 10px;
|
|
|
|
|
bottom: 0;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/background-right.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
background-repeat: no-repeat;
|
2011-01-10 09:26:32 -05:00
|
|
|
}
|
|
|
|
|
|
2011-01-06 11:22:57 -05:00
|
|
|
.ui-widget {
|
2011-07-15 12:18:59 -05:00
|
|
|
font-size: 11px;
|
2011-01-06 11:22:57 -05:00
|
|
|
}
|
2010-12-09 16:32:22 -05:00
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
2011-04-27 12:17:13 -05:00
|
|
|
vertical-align: middle;
|
2011-01-27 16:37:48 -05:00
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.combobox-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/combobox-open.png);
|
2011-06-13 16:40:36 -04:00
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.expanded-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/arrow-expanded.png);
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.collapsed-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/arrow-collapsed.png);
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/search-icon.png) no-repeat;
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/add-icon.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-06-13 16:40:36 -04:00
|
|
|
}
|
2011-01-27 16:37:48 -05:00
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.remove-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/remove-icon.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-06-13 16:40:36 -04:00
|
|
|
}
|
2011-01-27 16:37:48 -05:00
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.update-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/update-icon.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-06-21 11:58:26 -04:00
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.reset-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/reset-icon.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-06-21 11:58:26 -04:00
|
|
|
}
|
|
|
|
|
|
2011-07-25 10:59:34 -05:00
|
|
|
.register-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/entitle-register.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-07-25 10:59:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.import-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/entitle-import.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-07-25 10:59:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.consume-icon {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/entitle-consume.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
margin: -4px 0 0 1px;
|
2011-07-25 10:59:34 -05:00
|
|
|
}
|
|
|
|
|
|
2011-01-27 15:05:16 -05:00
|
|
|
.ipa-icon {
|
2011-07-15 12:18:59 -05:00
|
|
|
font-size: 0.7em;
|
|
|
|
|
padding-right: 0.3em;
|
2011-01-27 15:05:16 -05:00
|
|
|
}
|
|
|
|
|
|
2011-09-14 13:01:25 +02:00
|
|
|
.ui-state-error,
|
|
|
|
|
.ui-widget-content .ui-state-error,
|
|
|
|
|
.ui-widget-header .ui-state-error {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2010-08-06 10:01:44 -04: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 10:01:44 -04:00
|
|
|
}
|
2010-09-16 10:28:07 -04:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header a {
|
2010-09-16 10:28:07 -04:00
|
|
|
text-decoration: none;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header a:link {
|
2010-09-16 10:28:07 -04:00
|
|
|
text-decoration: none;
|
2010-09-24 10:47:40 -04:00
|
|
|
color: white;
|
2010-09-16 10:28:07 -04:00
|
|
|
}
|
2010-08-06 10:01:44 -04:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header a:visited {
|
2010-09-16 10:28:07 -04:00
|
|
|
text-decoration: none;
|
2010-09-24 10:47:40 -04:00
|
|
|
color: white;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header span.header-logo {
|
2011-01-10 09:26:32 -05:00
|
|
|
padding-left: 2em;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
#header span.header-logo a img {
|
2010-08-06 10:01:44 -04:00
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
/* ---- Logged-in As ---- */
|
2011-11-16 21:07:20 -06:00
|
|
|
.header-right {
|
2011-06-07 20:48:20 -05:00
|
|
|
float: right;
|
2011-11-16 21:07:20 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-loggedinas {
|
2011-06-07 20:48:20 -05:00
|
|
|
line-height: 34px;
|
2010-08-06 10:01:44 -04:00
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2010-09-16 10:28:07 -04: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 10:28:07 -04:00
|
|
|
div.tabs {
|
2010-11-12 15:23:58 -05:00
|
|
|
width: 100%;
|
2011-04-28 19:17:58 -05:00
|
|
|
min-height: 4em;
|
|
|
|
|
background: transparent;
|
2010-08-06 10:01:44 -04: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 {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/hover-tab.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
2011-09-27 09:28:14 -05:00
|
|
|
-webkit-border-radius: 0 !important;
|
2011-10-26 16:06:17 -05:00
|
|
|
background-image: url(images/mainnav-tab-off.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
margin: 0 0.4em 0 0;
|
|
|
|
|
border-width: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align:baseline;
|
2011-10-11 09:42:35 +02:00
|
|
|
border: 1px solid #A0A0A0;
|
|
|
|
|
}
|
2011-06-07 20:48:20 -05:00
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav > li.ui-tabs-selected {
|
|
|
|
|
padding: 0 0;
|
2011-10-26 16:06:17 -05:00
|
|
|
background-image: url(images/mainnav-tab-on.png);
|
2011-06-07 20:48:20 -05:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tabs1 > .ui-tabs-nav > li > a {
|
|
|
|
|
-moz-border-radius: 0 !important;
|
2011-09-27 09:28:14 -05:00
|
|
|
-webkit-border-radius: 0 !important;
|
2011-06-13 16:40:36 -04:00
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
2011-09-27 16:19:51 -05:00
|
|
|
min-width: 5em;
|
2011-06-07 20:48:20 -05:00
|
|
|
height: 20px;
|
|
|
|
|
color: #858585;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align:center;
|
|
|
|
|
font-size:1.5em;
|
2011-10-11 09:42:35 +02:00
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs1 > .ui-tabs-nav > li > a:link,
|
|
|
|
|
span.main-nav-off > a:visited{
|
2011-06-07 20:48:20 -05:00
|
|
|
color: #858585;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs1 > .ui-tabs-nav > li.ui-tabs-selected > a {
|
2011-06-07 20:48:20 -05:00
|
|
|
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 11:41:17 -04: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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs2 > .ui-tabs-nav > li {
|
|
|
|
|
width: auto;
|
2011-06-07 20:48:20 -05:00
|
|
|
margin: 0;
|
|
|
|
|
background: none repeat scroll 0 0 transparent !important;
|
|
|
|
|
color: white;
|
2011-08-05 10:17:08 -05:00
|
|
|
border: none;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs2 > .ui-tabs-nav > li.ui-tabs-selected {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/nav-arrow.png) no-repeat scroll center 2.1em transparent !important;
|
2011-06-07 20:48:20 -05:00
|
|
|
height: 3.1em;
|
2011-08-05 10:17:08 -05:00
|
|
|
border: none;
|
|
|
|
|
margin: 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs2 > .ui-tabs-nav > li > a {
|
2011-06-07 20:48:20 -05:00
|
|
|
width:auto;
|
|
|
|
|
padding: 0.3em 0.8em ;
|
|
|
|
|
-moz-border-radius: 2em !important;
|
2011-08-05 10:17:08 -05:00
|
|
|
-webkit-border-radius: 2em !important;
|
2011-06-07 20:48:20 -05:00
|
|
|
border-radius: 2em !important;
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
font-family: "Liberation Sans", Arial, Sans;
|
2011-08-05 10:17:08 -05:00
|
|
|
margin: 0 0.3em;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs2 > .ui-tabs-nav li > a:link,
|
|
|
|
|
span.main-nav-off > a:visited {
|
2011-06-07 20:48:20 -05:00
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs2 > .ui-tabs-nav > li.ui-tabs-selected > a,
|
|
|
|
|
.tabs2 > .ui-tabs-nav > li > a:hover {
|
2011-06-07 20:48:20 -05:00
|
|
|
background-color:#EEEEEE;
|
|
|
|
|
color: #164304;
|
|
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ---- Tabs level 3 ---- */
|
|
|
|
|
|
|
|
|
|
.tabs3 {
|
|
|
|
|
height: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tabs3 > .ui-tabs-nav {
|
2011-08-05 10:17:08 -05:00
|
|
|
padding: 1em 22px 0.1em;
|
2011-06-07 20:48:20 -05:00
|
|
|
border: none;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-05 10:17:08 -05:00
|
|
|
.tabs3 > .ui-tabs-nav > li {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 0 2.4em 1px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tabs3 > .ui-tabs-nav > 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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tabs3 > .ui-tabs-nav > li.ui-tabs-selected > a {
|
|
|
|
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
|
|
|
|
color: #1e5e05;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
/* ---- Content ---- */
|
2011-04-28 19:17:58 -05:00
|
|
|
#content {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
2011-08-11 13:34:48 -05:00
|
|
|
top: 151px;
|
2011-06-07 20:48:20 -05:00
|
|
|
left: 6px;
|
|
|
|
|
right: 6px;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content.tabs-3 {
|
2011-08-11 13:34:48 -05:00
|
|
|
top: 175px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ---- 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 14:49:36 -04: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;
|
2011-08-11 13:34:48 -05:00
|
|
|
top: 5px;
|
2011-06-21 15:05:44 -05:00
|
|
|
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;
|
2011-08-05 10:17:08 -05:00
|
|
|
top: 15px;
|
2011-06-07 20:48:20 -05:00
|
|
|
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-07-13 21:10:47 -05:00
|
|
|
text-transform: none;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-06-22 21:54:28 -05:00
|
|
|
.breadcrumb {
|
2011-06-07 20:48:20 -05:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
2011-06-22 21:54:28 -05:00
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb a {
|
|
|
|
|
cursor: pointer;
|
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
|
|
|
|
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-10-11 09:42:35 +02: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%;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-23 11:44:44 -05:00
|
|
|
.facet-group-label {
|
2011-06-21 15:05:44 -05:00
|
|
|
height: 20px;
|
2011-06-13 16:40:36 -04: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-10-11 09:42:35 +02:00
|
|
|
padding-right: 1px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facet-tab li a {
|
|
|
|
|
background-color: #dedbde;
|
2011-06-21 10:21:14 -04:00
|
|
|
border-left: 1px solid #c9c3ba;
|
2011-10-11 09:42:35 +02:00
|
|
|
border-right: 1px solid #c9c3ba;
|
2011-06-21 15:05:44 -05:00
|
|
|
margin: 0 0 0;
|
2011-12-12 19:16:46 +01:00
|
|
|
padding: 8px 16px 4px 16px;
|
2011-06-07 20:48:20 -05:00
|
|
|
text-decoration: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
line-height: 19px;
|
2011-10-11 09:42:35 +02:00
|
|
|
color: #666666;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facet-tab li a.selected {
|
2011-06-21 10:21:14 -04:00
|
|
|
color: #6C6F73;
|
2011-06-07 20:48:20 -05:00
|
|
|
background-color: #f1f0ee;
|
|
|
|
|
font-weight: bold;
|
2011-10-11 09:42:35 +02:00
|
|
|
height: 20px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facet-tab li.settings {
|
|
|
|
|
margin-left:1em; margin-right:1em;
|
|
|
|
|
}
|
|
|
|
|
|
2011-12-12 19:16:46 +01:00
|
|
|
|
|
|
|
|
/* Facet tabs coloring */
|
|
|
|
|
|
|
|
|
|
.facet-group li a {
|
|
|
|
|
background-image: url(images/facet-tab-off.png);
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
background-position: 0px -33px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facet-group li a.selected {
|
|
|
|
|
background-image: url(images/facet-tab-on.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div[name=settings].facet-group li a {
|
|
|
|
|
background-position: 0px -66px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facet-group li[name^=member] a,
|
|
|
|
|
.facet-group li[name^=managedby] a {
|
|
|
|
|
background-position: 0px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facet-group li[name^=memberof] a {
|
|
|
|
|
background-position: 0px -33px;
|
|
|
|
|
}
|
|
|
|
|
|
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-11-16 21:07:20 -06:00
|
|
|
padding: 0 6px 0 6px;
|
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-30 21:59:06 -05:00
|
|
|
.facet-controls a {
|
2011-10-11 09:42:35 +02:00
|
|
|
font-size: 1.3em !important;
|
|
|
|
|
margin: 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;
|
2011-11-16 21:07:20 -06:00
|
|
|
margin: 0 12px;
|
2011-06-07 20:48:20 -05:00
|
|
|
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 {
|
2011-07-11 19:45:14 -05:00
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-12-09 14:13:17 +01:00
|
|
|
.content-table thead {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 3px;
|
|
|
|
|
right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.content-table tbody {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 31px;
|
|
|
|
|
left: 3px;
|
2011-12-09 14:13:17 +01:00
|
|
|
right: 3px;
|
2011-12-05 23:25:07 -06:00
|
|
|
bottom: 35px;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2012-01-18 17:58:55 -06:00
|
|
|
.content-table tbody tr.disabled {
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-21 15:05:44 -05:00
|
|
|
.search-filter {
|
2011-10-11 09:42:35 +02:00
|
|
|
width: 215px;
|
|
|
|
|
-moz-border-radius: 15px !important;
|
2011-09-27 09:28:14 -05:00
|
|
|
-webkit-border-radius: 15px !important;
|
2011-06-13 16:40:36 -04:00
|
|
|
border-radius: 15px !important;
|
2011-10-11 09:42:35 +02:00
|
|
|
border: 1px solid #9f9e9e;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/search-background.png);
|
2011-10-11 09:42:35 +02:00
|
|
|
height: 20px;
|
2011-07-15 12:18:59 -05:00
|
|
|
line-height: 20px;
|
2011-10-11 09:42:35 +02:00
|
|
|
padding: 0 8px 0;
|
2011-11-16 21:07:20 -06:00
|
|
|
margin: 5px;
|
|
|
|
|
display: inline-block;
|
2011-06-13 16:40:36 -04:00
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.search-filter input {
|
2011-10-11 09:42:35 +02:00
|
|
|
width: 193px;
|
|
|
|
|
border: none;
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 18px;
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-filter a {
|
2011-08-02 16:03:36 -05:00
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.search-controls {
|
|
|
|
|
-moz-border-radius: .7em .7em 0 0;
|
2011-09-27 09:28:14 -05:00
|
|
|
-webkit-border-radius: .7em .7em 0 0;
|
2011-06-07 20:48:20 -05:00
|
|
|
height:2.5em;
|
|
|
|
|
background: -moz-linear-gradient(top, #eeeeee, #dfdfdf);
|
2011-09-27 09:28:14 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dfdfdf));
|
2011-06-07 20:48:20 -05:00
|
|
|
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 {
|
2011-12-08 10:25:34 +01:00
|
|
|
padding: 0 6px;
|
2011-06-07 20:48:20 -05:00
|
|
|
background-color:#f6f6f6;
|
|
|
|
|
color:#333333;
|
|
|
|
|
text-align: left;
|
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
|
height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
.search-table thead tr th .action-button {
|
2011-12-08 10:25:34 +01:00
|
|
|
margin: 0 0 0 6px;
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.search-table tbody td {
|
2011-12-08 10:25:34 +01:00
|
|
|
padding: 0 0 0 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-table thead th div,
|
|
|
|
|
.search-table tbody td div
|
|
|
|
|
{
|
|
|
|
|
word-wrap: break-word;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-table tfoot td {
|
2011-06-13 16:40:36 -04:00
|
|
|
padding: 0.5em 0 0 1em;
|
2011-06-07 20:48:20 -05:00
|
|
|
border-top: 1px solid #dfdfdf;
|
|
|
|
|
height: 25px;
|
2011-09-14 13:01:25 +02:00
|
|
|
line-height: 25px;
|
2011-06-13 16:40:36 -04:00
|
|
|
margin-top: 1em;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-table span[name=summary] {
|
|
|
|
|
float: left;
|
2011-09-14 13:01:25 +02:00
|
|
|
margin-right: 4em;
|
2011-06-07 20:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
2011-11-17 11:25:09 -06:00
|
|
|
.search-table .pagination-control {
|
2011-06-07 20:48:20 -05:00
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-17 11:25:09 -06:00
|
|
|
.search-table .pagination-control a {
|
2011-06-07 20:48:20 -05:00
|
|
|
cursor:pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-17 11:25:09 -06:00
|
|
|
.search-table .pagination-control input[name=current_page] {
|
2011-06-07 20:48:20 -05:00
|
|
|
width: 22px;
|
|
|
|
|
}
|
2011-04-11 14:49:36 -04:00
|
|
|
|
2010-08-23 22:32:23 -04:00
|
|
|
ul#viewtype {
|
2011-01-06 11:22:57 -05:00
|
|
|
padding-left: 2em;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2010-08-23 22:32:23 -04:00
|
|
|
ul#viewtype li {
|
2010-08-06 10:01:44 -04:00
|
|
|
color: #656565;
|
|
|
|
|
display: inline;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
list-style-type: none;
|
2011-01-06 11:22:57 -05:00
|
|
|
padding-right: 2em;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2010-08-23 22:32:23 -04:00
|
|
|
ul#viewtype li img {
|
2010-08-06 10:01:44 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2010-08-23 22:32:23 -04:00
|
|
|
ul#viewtype li a {
|
2010-08-06 10:01:44 -04:00
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-01-20 15:39:59 -05:00
|
|
|
h1 {
|
2011-06-13 16:40:36 -04:00
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
2011-01-20 15:39:59 -05:00
|
|
|
font-size: 1.5em;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #555555;
|
2011-01-10 21:14:51 -05:00
|
|
|
text-transform: uppercase;
|
2011-10-11 09:42:35 +02:00
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
2011-01-10 21:14:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2010-08-06 10:01:44 -04:00
|
|
|
h2 {
|
2011-06-13 16:40:36 -04:00
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
2010-12-09 16:32:22 -05:00
|
|
|
font-size: 1.5em;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #333333;
|
|
|
|
|
text-transform: uppercase;
|
2011-01-06 11:22:57 -05:00
|
|
|
margin-left: 1em;
|
|
|
|
|
margin-bottom: 0;
|
2010-08-06 10:01:44 -04:00
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-13 16:40:36 -04:00
|
|
|
h3 {
|
|
|
|
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
|
|
|
|
font-size: 1.8em;
|
|
|
|
|
color: #3c3c3c;
|
|
|
|
|
text-transform: uppercase;
|
2011-10-11 09:42:35 +02:00
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
2011-06-13 16:40:36 -04:00
|
|
|
}
|
|
|
|
|
|
2010-12-09 16:32:22 -05:00
|
|
|
.section-expand{
|
|
|
|
|
}
|
|
|
|
|
|
2010-08-06 10:01:44 -04:00
|
|
|
hr {
|
2010-12-09 16:32:22 -05:00
|
|
|
background-color: #EEEEEE;
|
2010-08-06 10:01:44 -04:00
|
|
|
clear: both;
|
2010-12-09 16:32:22 -05:00
|
|
|
color: #FFFFFF;
|
2011-01-06 11:22:57 -05:00
|
|
|
height: 0.1em;
|
|
|
|
|
margin-left: 1.5em;
|
|
|
|
|
margin-right: 1.5em;
|
|
|
|
|
margin-top: 1em;
|
2010-08-06 10:01:44 -04: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-10-11 09:42:35 +02: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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.dialog-section {
|
2011-09-10 11:54:02 -05:00
|
|
|
margin-bottom: 10px;
|
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
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.section-table {
|
|
|
|
|
width: 100%;
|
2010-12-20 16:56:14 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.section-cell-label {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 120px;
|
2011-12-08 10:25:34 +01:00
|
|
|
max-width: 120px;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.section-cell-field {
|
2011-12-08 10:25:34 +01:00
|
|
|
max-width: 650px;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.details-section {
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
margin-left: 4.5em;
|
|
|
|
|
margin-right: 3.3em;
|
2011-07-15 12:18:59 -05:00
|
|
|
margin-bottom: 1em;
|
2011-01-26 16:11:22 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.details-section .section-table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-spacing: 12px;
|
2011-01-27 15:05:16 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.details-section .section-cell-label {
|
|
|
|
|
text-align: right;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 120px;
|
2011-12-08 10:25:34 +01:00
|
|
|
word-wrap: break-word;
|
2011-01-27 15:05:16 -05:00
|
|
|
}
|
|
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.details-section .section-cell-field {
|
|
|
|
|
font-weight: bold;
|
2011-12-08 10:25:34 +01:00
|
|
|
word-wrap: break-word;
|
2011-01-27 15:05:16 -05:00
|
|
|
}
|
2011-01-26 16:11:22 -05:00
|
|
|
|
2011-08-10 20:03:02 -05:00
|
|
|
.undo {
|
|
|
|
|
cursor:pointer;
|
2011-09-14 13:01:25 +02:00
|
|
|
padding: 0.2em;
|
2011-01-27 15:05:16 -05:00
|
|
|
}
|
2011-01-26 16:11:22 -05:00
|
|
|
|
2010-08-25 12:49:30 -04:00
|
|
|
span.attrhint {
|
|
|
|
|
font-size: 8pt;
|
2011-01-06 11:22:57 -05:00
|
|
|
left: 5em;
|
|
|
|
|
margin-left: 12.5em;
|
2010-08-25 12:49:30 -04:00
|
|
|
position: absolute;
|
2010-12-09 16:32:22 -05:00
|
|
|
overflow-x: hidden;
|
2010-08-25 12:49:30 -04:00
|
|
|
}
|
|
|
|
|
|
2010-11-12 15:23:58 -05:00
|
|
|
|
2010-11-17 14:13:33 -05:00
|
|
|
.ui-tabs {
|
|
|
|
|
padding:0;
|
|
|
|
|
}
|
2010-11-09 20:04:49 -05:00
|
|
|
|
2010-12-09 16:32:22 -05:00
|
|
|
.ui-widget-content {
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-15 08:50:51 -05:00
|
|
|
a, .ui-widget-content a {
|
2010-12-09 16:32:22 -05:00
|
|
|
text-decoration: none;
|
|
|
|
|
color: #1d85d5;
|
|
|
|
|
font-weight: normal;
|
2011-04-11 14:49:36 -04:00
|
|
|
text-transform: none;
|
2010-12-09 16:32:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-widget-header {
|
2011-02-17 11:11:42 -05: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 14:49:36 -04:00
|
|
|
border: 1px solid #319016;
|
2010-12-09 16:32:22 -05:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-24 11:39:48 -05:00
|
|
|
/* ---- Dialog ---- */
|
|
|
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close span {
|
2011-12-09 14:13:17 +01:00
|
|
|
background-color: transparent !important;
|
2011-06-24 11:39:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-content {
|
2011-12-09 14:13:17 +01:00
|
|
|
word-wrap: break-word;
|
2011-06-24 11:39:48 -05:00
|
|
|
/* this should go away once we can fix table scrolling */
|
2011-12-09 14:13:17 +01:00
|
|
|
overflow: auto;
|
2011-06-24 11:39:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
2011-12-09 14:13:17 +01:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
|
position: relative;
|
2011-06-24 11:39:48 -05:00
|
|
|
}
|
|
|
|
|
|
2011-01-25 09:23:55 -05: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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
/*
|
|
|
|
|
.ui-dialog .ui-dialog-content {
|
2011-01-26 16:11:22 -05:00
|
|
|
min-height: 26em !important;
|
2011-07-15 12:18:59 -05:00
|
|
|
}
|
|
|
|
|
*/
|
2010-11-17 14:13:33 -05:00
|
|
|
|
2011-09-27 09:28:14 -05:00
|
|
|
.dialog-message {
|
|
|
|
|
margin: 5px 5px 10px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2010-12-09 16:32:22 -05:00
|
|
|
.ui-widget input, .ui-widget select,
|
|
|
|
|
.ui-widget textarea, .ui-widget button {
|
|
|
|
|
font-family: "Liberation Sans", Arial, sans-serif;
|
2011-07-15 12:18:59 -05:00
|
|
|
font-size: 11px;
|
2010-12-09 16:32:22 -05:00
|
|
|
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 16:32:22 -05:00
|
|
|
-moz-border-radius: .3em;
|
2011-09-27 09:28:14 -05:00
|
|
|
-webkit-border-radius: .3em;
|
|
|
|
|
background: -moz-linear-gradient(top, #959595, #5e5e5e);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#5e5e5e));
|
|
|
|
|
border: 1px solid #777777;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
padding: 0.4em 1em;
|
2011-01-20 15:39:59 -05:00
|
|
|
}
|
|
|
|
|
|
2010-09-16 15:13:48 -04: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 15:06:43 -05:00
|
|
|
padding:0.1em;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-11-21 16:43:52 -06:00
|
|
|
.button {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-label {
|
|
|
|
|
padding: 0 0.2em;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 16px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2010-12-09 16:32:22 -05:00
|
|
|
.action-button {
|
|
|
|
|
background: none;
|
2011-11-21 16:43:52 -06:00
|
|
|
background-image: none;
|
2010-12-09 16:32:22 -05:00
|
|
|
font-family: "Liberation Sans", Arial, sans-serif;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
}
|
2010-11-15 16:41:21 -05:00
|
|
|
|
2011-08-22 15:06:00 -05:00
|
|
|
.action-button-disabled {
|
2011-01-11 09:51:09 +07:00
|
|
|
color: gray;
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
2010-11-15 16:41:21 -05:00
|
|
|
|
2011-09-23 17:49:46 +02:00
|
|
|
.aci-attribute-table tbody {
|
2011-06-03 11:33:32 -04:00
|
|
|
border-bottom: 1px solid #8a8a8a;
|
2011-09-23 17:49:46 +02:00
|
|
|
height:10em;
|
2010-08-06 10:01:44 -04:00
|
|
|
}
|
|
|
|
|
|
2011-09-23 17:49:46 +02:00
|
|
|
.aci-attribute-table .aci-attribute-column {
|
|
|
|
|
width: 200em; /* it will fit actual width */
|
2010-09-16 15:13:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entity-views{
|
2011-09-23 17:49:46 +02:00
|
|
|
list-style-type:none;
|
2010-09-16 15:13:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entity-views li {
|
|
|
|
|
display:inline;
|
2010-09-16 21:44:03 -04:00
|
|
|
cursor: pointer;
|
2010-11-15 15:06:43 -05:00
|
|
|
padding: 0.4em;
|
2010-09-16 15:13:48 -04:00
|
|
|
}
|
2010-10-13 13:07:43 -04:00
|
|
|
|
|
|
|
|
.strikethrough { text-decoration: line-through; }
|
2010-10-15 23:40:38 -05:00
|
|
|
|
2011-01-13 17:20:12 +07:00
|
|
|
table.certificate-status {
|
|
|
|
|
line-height: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.kerberos-key-status {
|
|
|
|
|
line-height: 2;
|
|
|
|
|
}
|
2010-10-15 14:06:23 -04:00
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-icon {
|
2011-01-17 20:43:43 +07:00
|
|
|
vertical-align: bottom;
|
2010-11-16 18:10:40 -06:00
|
|
|
}
|
|
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-valid {
|
2011-10-26 16:06:17 -05:00
|
|
|
background-image: url(images/check-icon.png);
|
2011-01-13 13:59:57 +07:00
|
|
|
border: 0.2em solid #008000;
|
2010-11-16 18:10:40 -06:00
|
|
|
}
|
|
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-valid-active {
|
|
|
|
|
background-color: #008000;
|
2010-11-16 18:10:40 -06:00
|
|
|
}
|
|
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-revoked {
|
|
|
|
|
border: 0.2em solid #ff0000;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
|
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-revoked-active {
|
|
|
|
|
background-color: #ff0000;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
|
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-missing {
|
|
|
|
|
border: 0.2em solid #daa520;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
|
|
|
|
|
2011-01-13 13:59:57 +07:00
|
|
|
.status-missing-active {
|
|
|
|
|
background-color: #daa520;
|
2010-10-15 23:40:38 -05:00
|
|
|
}
|
2010-10-15 14:06:23 -04:00
|
|
|
|
2011-06-07 20:48:20 -05:00
|
|
|
.ui-widget-content {
|
|
|
|
|
border:0;
|
2010-11-17 14:13:33 -05: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;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-02 16:48:08 -05:00
|
|
|
.adder-dialog {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
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-08-02 16:48:08 -05:00
|
|
|
.adder-dialog-top {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 3em;
|
2011-11-21 16:43:52 -06:00
|
|
|
line-height: 18px;
|
2011-08-02 16:48:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-top input[name=filter] {
|
|
|
|
|
width: 244px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-left {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 3.5em;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 50%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-right {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 3.5em;
|
|
|
|
|
left: 50%;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog .search-table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog tbody {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 32px;
|
|
|
|
|
left: 3px;
|
|
|
|
|
right: 4px;
|
|
|
|
|
top: 31px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-header {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 1.5em;
|
|
|
|
|
line-height: 1.5em;
|
2011-12-08 10:25:34 +01:00
|
|
|
padding: 0.2em 1em;
|
2011-08-02 16:48:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-content {
|
|
|
|
|
position: absolute;
|
2011-12-08 10:25:34 +01:00
|
|
|
top: 1.9em;
|
2011-08-02 16:48:08 -05:00
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
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 09:23:55 -05:00
|
|
|
background-color: #ffffff;
|
2011-02-16 10:29:19 -05: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 11:22:57 -05:00
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
2011-08-02 16:48:08 -05:00
|
|
|
right: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-with-external .adder-dialog-available {
|
|
|
|
|
bottom: 4em;
|
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 09:23:55 -05:00
|
|
|
background-color: #ffffff;
|
2011-02-16 10:29:19 -05: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 11:22:57 -05:00
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2011-08-02 16:48:08 -05:00
|
|
|
left: 3em;
|
2011-01-25 09:23:55 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-buttons {
|
2011-08-02 16:48:08 -05:00
|
|
|
padding-top: 10em;
|
|
|
|
|
width: 100%;
|
2011-01-25 09:23:55 -05:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2011-11-21 16:43:52 -06:00
|
|
|
.adder-dialog-buttons .button {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
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 12:58:26 -05: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 11:22:57 -05:00
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
2011-02-22 12:58:26 -05: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 12:58:26 -05: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 11:22:57 -05:00
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
2011-08-02 16:48:08 -05:00
|
|
|
right: 3em;
|
2011-01-06 11:22:57 -05:00
|
|
|
height: 4em;
|
2011-01-04 15:21:18 -05:00
|
|
|
}
|
2011-07-15 12:18:59 -05:00
|
|
|
|
2011-08-02 16:48:08 -05:00
|
|
|
.adder-dialog-external .adder-dialog-content {
|
2011-12-08 10:25:34 +01:00
|
|
|
top: 2.1em;
|
2011-08-02 16:48:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adder-dialog-external input {
|
|
|
|
|
width: 98%;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-15 12:18:59 -05:00
|
|
|
/* ---- Widgets ---- */
|
|
|
|
|
|
|
|
|
|
.text-widget input {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.multivalued-text-widget [name=value] {
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.multivalued-text-widget input {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.combobox-widget-input {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.combobox-widget-input input {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.combobox-widget-input .combobox-icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
2011-12-09 15:26:19 -06:00
|
|
|
margin-top: 2px;
|
2011-07-15 12:18:59 -05:00
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.combobox-widget-list {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
border: 1px solid #A0A0A0;
|
|
|
|
|
background: #EEEEEE;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 1010; /* need to be above dialog box */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.combobox-widget-list input {
|
|
|
|
|
width: 238px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.combobox-widget-list .search-icon {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
2011-12-09 19:11:41 -06:00
|
|
|
margin-top: 6px;
|
2011-07-15 12:18:59 -05:00
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
2011-08-08 15:47:38 -05:00
|
|
|
|
2011-09-10 11:54:02 -05:00
|
|
|
.host-adder-dialog table.fqdn {
|
2011-08-08 15:47:38 -05:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2011-09-10 11:54:02 -05:00
|
|
|
.host-adder-dialog th.hostname {
|
2011-09-27 16:19:51 -05:00
|
|
|
width: 200px;
|
2011-08-08 15:47:38 -05:00
|
|
|
}
|
|
|
|
|
|
2011-09-10 11:54:02 -05:00
|
|
|
.host-adder-dialog td.hostname {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.host-adder-dialog td.dnszone {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-08 15:47:38 -05:00
|
|
|
.host-adder-dialog input[name=hostname] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2011-10-11 09:42:35 +02:00
|
|
|
|
2011-10-19 18:11:09 -02:00
|
|
|
.dnszone-adder-dialog .section-cell-label {
|
|
|
|
|
width: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-10-11 09:42:35 +02:00
|
|
|
/* Info and simple pages (not main app) */
|
|
|
|
|
|
|
|
|
|
body.info-page {
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/static-background.png) repeat-x scroll left top #EDEDED;
|
2011-10-11 09:42:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-page h1 {
|
|
|
|
|
color: #333333;
|
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-page .container_1 {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
width: 960px;
|
2011-10-26 16:06:17 -05:00
|
|
|
background: url(images/centered-background.png) no-repeat scroll 0 7em transparent;
|
2011-10-11 09:42:35 +02:00
|
|
|
min-height: 40em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-page .textblock {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 6em;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-page .textblockkrb {
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-top: 5em;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
padding-left: 3em;
|
|
|
|
|
padding-right: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-page .textblockkrb ul li {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding: .15em;
|
|
|
|
|
}
|
|
|
|
|
|
2011-10-19 18:11:09 -02:00
|
|
|
.required-indicator {
|
|
|
|
|
color: red;
|
2011-10-25 15:53:06 +02:00
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 120%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-cell-label .required-indicator {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-section .section-cell-label .required-indicator {
|
|
|
|
|
margin-right: 0px;
|
2011-12-05 23:25:07 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ---- HBAC Test ---- */
|
|
|
|
|
|
|
|
|
|
.hbac-test-header {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-content {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 30px;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-footer {
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 25px;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-title {
|
|
|
|
|
font-family: 'Overpass Bold', 'Liberation Sans', Arial, Sans-Serif;
|
|
|
|
|
font-size: 1.8em;
|
|
|
|
|
color: #3c3c3c;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-shadow: 1px 1px 0 #FFFFFF;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.entity[name=hbactest] .content-table tbody {
|
|
|
|
|
bottom: 68px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.entity[name=hbactest] .content-table tfoot td[name=external] {
|
|
|
|
|
background-color: #F6F6F6;
|
|
|
|
|
border: 1px solid #DFDFDF;
|
|
|
|
|
color: #333333;
|
|
|
|
|
height: 30px;
|
|
|
|
|
padding: 0 0.5em;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2011-12-07 02:46:08 -06:00
|
|
|
div.entity[name=hbactest] div.facet[name=run_test] .hbac-test-header {
|
2011-12-05 23:25:07 -06:00
|
|
|
height: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-12-07 02:46:08 -06:00
|
|
|
div.entity[name=hbactest] div.facet[name=run_test] .hbac-test-content {
|
2011-12-05 23:25:07 -06:00
|
|
|
top: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-top-panel {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-button-panel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 130px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
border: 1px solid #C9C3BA;
|
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
|
background-color: #F6F6F6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-result-panel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 151px;
|
|
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
border: 1px solid #C9C3BA;
|
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
|
background-color: #F6F6F6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hbac-test-navigation-buttons {
|
|
|
|
|
float: right;
|
2011-10-19 18:11:09 -02:00
|
|
|
}
|