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.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;