mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
css cleanup
Site looks much better. It is not currently meeting the specs of UXD, but it is a t least presentable.
This commit is contained in:
parent
7233127eca
commit
a0c1d52baa
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user