summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-21 16:43:52 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-07 15:33:06 +0000
commit9276e51bce438b0686deac827fce2ca60a5301e1 (patch)
treecb82201c759df569131a836489cc57ec939619a1 /install/ui/ipa.css
parentd040b93e386457266d5095bd696fa146962b640c (diff)
downloadfreeipa-9276e51bce438b0686deac827fce2ca60a5301e1.tar.gz
freeipa-9276e51bce438b0686deac827fce2ca60a5301e1.tar.xz
freeipa-9276e51bce438b0686deac827fce2ca60a5301e1.zip
Fixed navigation buttons for HBAC Test.
The Back, Next, and New Test buttons in HBAC Test have been fixed to work properly. Ticket #388
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css36
1 files changed, 20 insertions, 16 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 76d90166..18953981 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -126,12 +126,6 @@ body {
font-size: 11px;
}
-.input_link {
- text-decoration: none;
- position: relative;
- cursor: pointer;
-}
-
.icon {
display: inline-block;
height: 16px;
@@ -950,10 +944,6 @@ a, .ui-widget-content a {
padding: 0.4em 1em;
}
-[title=">>"] {
- margin-top: 1em !important;
-}
-
span.sub-nav-off > a:link, span.sub-nav-off > a:visited{
color:white;
}
@@ -967,17 +957,27 @@ span.main-separator{
padding:0.1em;
}
+.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;
+}
+
.action-button {
background: none;
- background-image:none;
+ background-image: none;
font-family: "Liberation Sans", Arial, sans-serif;
font-size: 0.9em;
}
-.action-button .button-label {
- padding: 0 0.2em;
-}
-
.action-button-disabled {
color: gray;
cursor: default;
@@ -1068,7 +1068,7 @@ table.scrollable tbody {
left: 0;
right: 0;
height: 3em;
- line-height: 3em;
+ line-height: 18px;
}
.adder-dialog-top input[name=filter] {
@@ -1151,6 +1151,10 @@ table.scrollable tbody {
text-align: center;
}
+.adder-dialog-buttons .button {
+ position: relative;
+}
+
.adder-dialog-internal {
background-color: #ffffff;
border: none;