Files
freeipa/ipa-server/ipa-gui/ipagui/static/css/style_platform-objects.css
2008-02-20 10:53:31 -05:00

20 lines
1.1 KiB
CSS

r/* object h1 styles */
#details h1.overview { background-image: url('/static/images/objects/object-overview.png'); }
#details h1.accesscontrol { background-image: url('/static/images/objects/object-accesscontrol.png'); }
#details h1.user { background-image: url('/static/images/objects/object-user.png'); }
#details h1.usergroup { background-image: url('/static/images/objects/object-usergroup.png'); }
#details h1.content-overview { background-image: url('/static/images/objects/object-content.png'); }
#details h1.channel { background-image: url('/static/images/objects/object-channel.png'); }
#details h1.channel-new { background-image: url('/static/images/objects/object-channel.png'); }
#details h1.channels { background-image: url('/static/images/objects/object-channels.png'); }
#details h1.media { background-image: url('/static/images/objects/object-media.png'); }
#details h1.system { background-image: url('/static/images/objects/object-system.png'); }
#details h1.virtualsystem { background-image: url('/static/images/objects/object-virtualsystem.png'); }
#details h1.policy { background-image: url('/static/images/objects/object-policy.png'); }