summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-06-24 11:39:48 -0500
committerAdam Young <ayoung@redhat.com>2011-06-27 12:11:22 -0400
commit7452b6d3cba288b10fe3452f9ee93d052fd45ebc (patch)
tree42fe81ab67d7e55f317ffae6770d991d3b4c9b20 /install/ui/ipa.css
parent8d9575605dea3ca480f657c1ef3f94cab0d312f8 (diff)
downloadfreeipa-7452b6d3cba288b10fe3452f9ee93d052fd45ebc.tar.gz
freeipa-7452b6d3cba288b10fe3452f9ee93d052fd45ebc.tar.xz
freeipa-7452b6d3cba288b10fe3452f9ee93d052fd45ebc.zip
Fixed entity labels.
The entity labels in the following locations have been fixed: - search facet title: plural - details facet title: singular - association facet title: singular - breadcrumb: plural - adder dialog title: singular - deleter dialog title: plural Some entity labels have been changed into the correct plural form. Unused file install/ui/test/data/i18n_messages.json has been removed. Ticket #1249 Ticket #1387
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css33
1 files changed, 20 insertions, 13 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index b2a9ffe0c..09585adea 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -925,28 +925,15 @@ span.attrhint {
background-position: -176px -97px;
}
-.ui-dialog .ui-dialog-titlebar-close span {
- background-color: transparent !important;
-}
-
.ui-icon {
/* background-image: url("ui-icons_222222_256x240.png"); */
background-color: #e2e2e2;
display: inline-block;
}
-.ui-dialog .ui-dialog-content {
- /* this should go away once we can fix table scrolling */
- overflow:auto;
-}
.ui-widget-content {
}
-.ui-dialog .ui-dialog-titlebar {
- padding: 0.5em 1em;
- position: relative;
-}
-
a {
text-decoration: none;
color: #1d85d5;
@@ -961,6 +948,26 @@ a {
font-weight: bold;
}
+/* ---- Dialog ---- */
+
+.ui-dialog .ui-dialog-title {
+ text-transform: capitalize;
+}
+
+.ui-dialog .ui-dialog-titlebar-close span {
+ background-color: transparent !important;
+}
+
+.ui-dialog .ui-dialog-content {
+ /* this should go away once we can fix table scrolling */
+ overflow:auto;
+}
+
+.ui-dialog .ui-dialog-titlebar {
+ padding: 0.5em 1em;
+ position: relative;
+}
+
.ui-dialog .ui-dialog-buttonpane button {
cursor: pointer;
margin: 0.5em 0.4em 0.5em 0;