diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-10-11 17:32:40 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:02 +0100 |
commit | f18b89698c9eb596b5782b08441fe49b84d01e43 (patch) | |
tree | 88cb3c688f2fe5e690d81341db6eb5f5ddca53b5 /install/ui/ipa.css | |
parent | 7f7a497846a0c7e0350326ce17a40631928b5048 (diff) | |
download | freeipa.git-f18b89698c9eb596b5782b08441fe49b84d01e43.tar.gz freeipa.git-f18b89698c9eb596b5782b08441fe49b84d01e43.tar.xz freeipa.git-f18b89698c9eb596b5782b08441fe49b84d01e43.zip |
Remove background
https://fedorahosted.org/freeipa/ticket/3902
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index ec592bea..c1883f64 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -17,7 +17,6 @@ html { body { overflow: auto; position: relative; - background: url(images/outer-background.png); background-repeat: repeat-x; background-position: left top; background-color: #FFFFFF; @@ -53,55 +52,7 @@ textarea[readonly] { margin: 0 auto 0; } -/* ---- Background ---- */ - -.background-header { - position: absolute; - top: 0; - left: 0; - right: 0; - height: 34px; - background: url(images/top-background.png) #0C3B00; -} - -.background-navigation { - position: absolute; - top: 34px; - left: 0; - right: 0; - height: 72px; - background: url(images/mainnav-background.png); -} - -.background-left { - position: absolute; - top: 106px; - left: 0; - width: 10px; - bottom: 0; - background: url(images/background-left.png); - background-repeat: no-repeat; -} - -.background-center { - position: absolute; - top: 106px; - left: 10px; - right: 10px; - bottom: 0; - background: url(images/background-center.png); - background-repeat: repeat-x; -} - -.background-right { - position: absolute; - top: 106px; - right: 0; - width: 10px; - bottom: 0; - background: url(images/background-right.png); - background-repeat: no-repeat; -} +/** Icons **/ .icon { display: inline-block; |