summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-22 17:38:09 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:03 +0100
commit989556e499c703c811412be3ab2313d0f663774c (patch)
tree2b27b70e4db446072326b33f035080afd68f03cf
parent316309c13627f52bff3176e27cfdab7446aabdbc (diff)
downloadfreeipa-989556e499c703c811412be3ab2313d0f663774c.tar.gz
freeipa-989556e499c703c811412be3ab2313d0f663774c.tar.xz
freeipa-989556e499c703c811412be3ab2313d0f663774c.zip
Fix search input styling
https://fedorahosted.org/freeipa/ticket/3904
-rw-r--r--install/ui/ipa.css28
1 files changed, 7 insertions, 21 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index de8b49cac..0cc487bba 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -428,38 +428,24 @@ div[name=settings].facet-group li a {
}
.search-option {
- border: 1px solid #9f9e9e;
- background: url(images/search-background.png);
- border-radius: 15px !important;
- height: 22px;
- line-height: 22px;
- padding: 0 8px 0;
+ margin-right: 8px;
+ width: 206px;
}
.search-filter {
width: 215px;
- -moz-border-radius: 15px !important;
- -webkit-border-radius: 15px !important;
- border-radius: 15px !important;
- border: 1px solid #9f9e9e;
- background: url(images/search-background.png);
- height: 20px;
- line-height: 20px;
- padding: 0 8px 0;
- margin: 5px;
display: inline-block;
}
.search-filter input {
- width: 193px;
- border: none;
- background: transparent;
- height: 18px;
+ padding-right: 20px;
+ width: 178px;
}
.search-filter a {
- float: right;
- margin: 0;
+ position: relative;
+ margin: 0 0 0 -20px;
+ top: -5px;
}
.search-controls {