diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-10 21:14:51 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-01-14 11:42:27 -0500 |
commit | c385db4fc017f3319ff4d57bc19efe81585bc5dd (patch) | |
tree | ae3a03c9816d4616adbbe7e3896c6c29e77dd159 /install/static/ipa.css | |
parent | 74d8a3c487d1fd8854a66a741cc06daf924d3838 (diff) | |
download | freeipa.git-c385db4fc017f3319ff4d57bc19efe81585bc5dd.tar.gz freeipa.git-c385db4fc017f3319ff4d57bc19efe81585bc5dd.tar.xz freeipa.git-c385db4fc017f3319ff4d57bc19efe81585bc5dd.zip |
spinning wheel display a spinning icon gif during network traffic. Fixes the following from first patch: 1 primary key set in span as opposed to appended, so it only appears once. 2. call hide for the network activity icon only in success or failure functions, not multiple times
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r-- | install/static/ipa.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css index 38b68dd0..2e61d6d9 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -22,6 +22,10 @@ body{ margin: 0; } +.network-activity-indicator{ + display:none; +} + .center-container { margin-left: auto; margin-right: auto; @@ -133,6 +137,20 @@ div.content div.content-buttons img { border: 0; } + +.entity-container h1{ + -moz-border-radius: 0.3em; + font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif; + color: #333333; + margin: 0; + background: #EEEEEE; + margin-top: 0.5em; + padding: .5em; + text-transform: uppercase; + font-size: 1.2em; +} + + h2 { font-family: "FreeWayBold","Liberation Sans", Arial, sans-serif; font-size: 1.5em; |