source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/monobook/static/3rd/monobook/IE70Fixes.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.2 KB
Line 
1/* 7.0 - only fixes */
2/* content area */
3/* workaround for various ie float bugs */
4
5/* This bit is needed to make links clickable... WTF */
6#column-content #content {
7 margin-left: 12.2em;
8 margin-top: 3em;
9 height: 1%;
10}
11
12.rtl #column-one {
13 /* For some reason it tries to inherit the padding-top into every div,
14 * and I can't figure out how to get it back off.
15 */
16 padding-top: 0;
17}
18.rtl #column-one #p-navigation {
19 margin-top: 160px;
20}
21
22/* the tabs */
23
24#p-cactions {
25 z-index: 3;
26}
27
28
29#p-cactions li {
30 padding-bottom: 0 !important;
31 border: none;
32 background-color: transparent;
33 cursor: default;
34 float: none !important;
35}
36
37#p-cactions li a {
38 display: inline-block !important;
39 vertical-align: top;
40 padding-bottom: 0;
41 border: solid #aaa;
42 border-width: 1px 1px 0;
43}
44#p-cactions li.selected a {
45 border-color: #fabd23;
46 padding-bottom: 0.17em;
47}
48#p-cactions li a:hover {
49 padding-bottom: 0.17em;
50}
51#p-navigation a {
52 display: inline-block;
53 width: 100%;
54}
55#portal-personaltools {
56 padding-bottom: 0.1em;
57}
58textarea {
59 width: 96%;
60}
61
62/*
63div.editsection,
64#catlinks,
65div.tright,
66div.tleft {
67 position: relative;
68}
69*/
70
71
72#footer li {
73 /* Work around bug with inline <li> tags with right margins and nowrap */
74 margin-right: 0;
75}
Note: See TracBrowser for help on using the repository browser.