menu_attach_block.css
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
div.messages.status.block {
background-image: none;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline;
font-size: x-small;
font-style: italic;
margin: 0 8px;
padding: 2px 8px;
}
.menu-attach-block-wrapper {
display: none;
}
.menu-attach-block-wrapper.orientation-horizontal {
position: relative;
}
.menu-attach-block-wrapper.orientation-horizontal .block {
background-color: white;
padding: 1em;
position: absolute;
top: 2.5em;
width: 200%;
/*
Note that overlay module has a z-index of 600.
*/
z-index: 400;
}
.menu-attach-block-wrapper.orientation-vertical {
clear: both;
}
li.attached-block a {
display: inline-block;
}
a.menu-attach-block-drop-link,
a.menu-attach-block-drop-link:hover,
a.menu-attach-block-drop-link:focus,
#main-menu a.menu-attach-block-drop-link,
#main-menu a.menu-attach-block-drop-link:hover,
#main-menu a.menu-attach-block-drop-link:focus,
#main-menu-links li.active-trail a.menu-attach-block-drop-link {
background: transparent url("arrow-asc.png") no-repeat scroll 2px;
border: 0;
display: inline-block;
height: 100%;
margin: 0;
padding: 0 9px;
text-indent: -9999em;
text-shadow: none;
width: 3px;
}
li.dropped a.menu-attach-block-drop-link,
#main-menu li.dropped a.menu-attach-block-drop-link {
background-image: url("arrow-desc.png");
border: none;
height: 100%;
margin: 0;
padding: 0 9px;
text-indent: -9999em;
width: 3px;
}