source: documentation/trunk/packages/templates/greenstone-monobook/static/3rd/monobook/IEMacFixes.css@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 782 bytes
Line 
1/* IE/Mac only fix stylesheet, imported from main.css */
2#portal-column-content {
3 margin: 0 0 4.8em 0;
4 float: none;
5}
6#portal-column-content #content {
7 z-index: 0;
8}
9#portal-column-one {
10 position: absolute;
11 top: 0;
12 left: 0;
13 z-index: 3;
14}
15#portal-footer {
16 margin-left: 12em;
17}
18/*
19#portlet-contentViews {
20 top: 0.6em !important;
21 left: 14.5em !important;
22}
23*/
24#portlet-contentViews li,
25#portlet-contentViews .selected {
26 border: none !important;
27}
28#portlet-contentViews li a {
29 border: 1px solid #aaaaaa;
30 border-bottom: none;
31}
32#portlet-contentViews li.selected a {
33 border: 1px solid #fabd23;
34 border-bottom: none;
35}
36/* no background images */
37li#personaltools-userpage,
38li#personaltools-login/* */ {
39 background: none;
40 padding-left: none;
41}
42#mactest {
43 color: green;
44}
Note: See TracBrowser for help on using the repository browser.