~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/manage/modules/manage-help/css/help/ie60fixes.css

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 6.0 - only fixes */
 
2
/* content area */ 
 
3
/* workaround for various ie float bugs */
 
4
#column-content { 
 
5
        float: none; 
 
6
        margin-left: 0;
 
7
        height: 1%;
 
8
}
 
9
#column-content #content {
 
10
        margin-left: 12.2em;
 
11
        margin-top: 3em;
 
12
        height: 1%;
 
13
}
 
14
#column-one {
 
15
        position: absolute;
 
16
        top: 0;
 
17
        left: 0;
 
18
        z-index: 4;
 
19
}
 
20
#footer {
 
21
        margin-left: 13.6em;
 
22
        border-left: 1px solid #fabd23;
 
23
}
 
24
 
 
25
/* the tabs */
 
26
 
 
27
#p-cactions {
 
28
        z-index: 3;
 
29
}
 
30
 
 
31
#p-cactions li {
 
32
        padding-bottom: 0 !important;
 
33
        border: none;
 
34
        background-color: transparent;
 
35
        cursor: default;
 
36
        float: none !important;
 
37
}
 
38
#p-cactions li a {
 
39
        display: inline-block !important;
 
40
        vertical-align: top;
 
41
        padding-bottom: 0;
 
42
        border: solid #aaa;
 
43
        border-width: 1px 1px 0;
 
44
}
 
45
#p-cactions li.selected a {
 
46
        border-color: #fabd23;
 
47
        padding-bottom: 0.17em;
 
48
}
 
49
#p-cactions li a:hover {
 
50
        padding-bottom: 0.17em;
 
51
}
 
52
#p-navigation a {
 
53
        display: inline-block;
 
54
        width: 100%;
 
55
}
 
56
#portal-personaltools {
 
57
        padding-bottom: 0.1em;
 
58
}
 
59
#bodyContent a.external {
 
60
        background: url(external.png) center right no-repeat;
 
61
        padding-right: 13px;
 
62
}
 
63
 
 
64
/* show the hand */
 
65
#p-logo a,
 
66
#p-logo a:hover {
 
67
        cursor: pointer;
 
68
}
 
69
div.visualClear {
 
70
        width:100%;
 
71
        line-height: 0;
 
72
}
 
73
textarea {
 
74
        width: 96%;
 
75
}
 
76
 
 
77
div.editsection,
 
78
#catlinks,
 
79
div.tright,
 
80
div.tleft {
 
81
        position: relative;
 
82
}
 
83
 
 
84
/* bug 12846 */
 
85
body.rtl #preftoc a, body.rtl #preftoc a:active {
 
86
        float: left;
 
87
}