diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-16 21:41:24 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-17 19:42:40 -0400 |
commit | a0c1d52baae0dece0a0dd787d5ec77aa4e77d1cb (patch) | |
tree | 004a4aa8c90b749a3177498743d8ecf83a8fbb53 /install | |
parent | 7233127eca290f6d315f534f2f89a714b89fb6d7 (diff) | |
download | freeipa-a0c1d52baae0dece0a0dd787d5ec77aa4e77d1cb.tar.gz freeipa-a0c1d52baae0dece0a0dd787d5ec77aa4e77d1cb.tar.xz freeipa-a0c1d52baae0dece0a0dd787d5ec77aa4e77d1cb.zip |
css cleanup
Site looks much better. It is not currently meeting the specs of UXD, but it is a t least presentable.
Diffstat (limited to 'install')
-rw-r--r-- | install/static/ipa.css | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css index 0c12fd39f..44b308786 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -5,17 +5,16 @@ * Copyright (C) 2010 Red Hat */ -body { - font-family: sans-serif; - font-size: 14pt; - margin: 25px; -} -/*demo page css*/ +body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;} .demoHeaders { margin-top: 2em; } + + .input_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;} .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; @@ -178,13 +177,9 @@ span.attrhint { position: absolute; } - /*Navigation */ - - .tabs1 .ui-tabs-nav{ padding: 0.1em; - } .tabs1 .ui-tabs-nav { @@ -206,18 +201,12 @@ span.attrhint { background-image: url(Subnav-background.png); } -.tabs2 .ui-tabs-nav li{ +.tabs2 .ui-tabs-nav li a{ background-image: url(Subnav-offbutton.png); - padding:0px; - color: white; - font-size: 80%; } -.tabs2 .ui-tabs-nav li.ui-tabs-selected{ +.tabs2 .ui-tabs-nav li.ui-tabs-selected a{ background-image: url(Subnav-onbutton.png); - padding:5px; - color: white; - font-size: 80%; } @@ -278,10 +267,9 @@ span.main-separator{ } .entity-views{ - list-style-type:none; + list-style-type:none; } .entity-views li { display:inline; } - |