diff options
| author | Adam Young <ayoung@redhat.com> | 2010-09-24 10:47:40 -0400 |
|---|---|---|
| committer | Adam Young <ayoung@redhat.com> | 2010-09-24 20:51:09 -0400 |
| commit | 65b455edf97742a922e51a5d81001ce106ec0043 (patch) | |
| tree | a43801c7a90fc367947a7f7cd9f28a6326697e02 /install/static/ipa.css | |
| parent | 346615d4a0029fb3f59344a98963b7fea8356b8c (diff) | |
| download | freeipa-65b455edf97742a922e51a5d81001ce106ec0043.tar.gz freeipa-65b455edf97742a922e51a5d81001ce106ec0043.tar.xz freeipa-65b455edf97742a922e51a5d81001ce106ec0043.zip | |
Whoami link
The 'logged in as' message in the header into an active hypoerlink that loads the details page for the current user.
Also fixed a bug where, when reloading, the search page would fail due to scl being undefined.
Fixed a typo
replaced {'user-facet':'details', 'pkey':whoami_pkey},2);
with {'user-facet':'details', 'user-pkey':whoami_pkey},2);
Diffstat (limited to 'install/static/ipa.css')
| -rw-r--r-- | install/static/ipa.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css index 7e518b13c..c562a20b3 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -14,7 +14,6 @@ body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;} .input_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;} - a { text-decoration: none; border: 0; @@ -39,10 +38,12 @@ div.header a { div.header a:link { text-decoration: none; + color: white; } div.header a:visited { text-decoration: none; + color: white; } div.header div.header-logo { |
