summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 7a3f3e89..be695a0f 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -1,6 +1,7 @@
/* Authors:
* Pavel Zuna <pzuna@redhat.com>
* Adam Young <ayoung@redhat.com>
+ * Endi Sukma Dewata <edewata@redhat.com>
*
* Copyright (C) 2010 Red Hat
*/
@@ -479,3 +480,70 @@ dl.modal dd {
.ui-widget-content {
border:0;
}
+
+table.scrollable thead {
+ display: block;
+}
+
+table.scrollable tbody {
+ display: block;
+ overflow: auto;
+}
+
+.adder-dialog-filter {
+ height: 25px;
+}
+
+.adder-dialog-filter {
+ height: 25px;
+}
+
+.adder-dialog-results {
+ position: relative;
+ height: 200px;
+}
+
+.adder-dialog-available {
+ border: 1px solid black;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ bottom: 0px;
+ width: 250px;
+}
+
+.adder-dialog-buttons {
+ position: absolute;
+ top: 15px;
+ left: 250px;
+ right: 250px;
+ bottom: 0px;
+ text-align: center;
+}
+
+.adder-dialog-selected {
+ border: 1px solid black;
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ bottom: 0px;
+ width: 250px;
+}
+
+.adder-dialog-internal {
+ border: 1px solid black;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ bottom: 45px;
+ width: 250px;
+}
+
+.adder-dialog-external {
+ border: 1px solid black;
+ position: absolute;
+ left: 0px;
+ bottom: 0px;
+ width: 250px;
+ height: 40px;
+} \ No newline at end of file