summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/css/style_platform-objects.css
blob: 4e5ff9906e996b7369d7f22afd7d4f586022f182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'); }