summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css98
1 files changed, 97 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 18953981..714f397d 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -629,7 +629,7 @@ span.main-nav-off > a:visited {
top: 31px;
left: 3px;
right: 4px;
- bottom: 32px;
+ bottom: 35px;
}
.search-filter {
@@ -1316,4 +1316,100 @@ body.info-page {
.dialog-section .section-cell-label .required-indicator {
margin-right: 0px;
+}
+
+/* ---- 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;
+}
+
+div.entity[name=hbactest] div.facet[name=run] .hbac-test-header {
+ height: 100px;
+}
+
+div.entity[name=hbactest] div.facet[name=run] .hbac-test-content {
+ 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;
} \ No newline at end of file