1,393
edits
Line 164: | Line 164: | ||
padding-bottom: 3px; | padding-bottom: 3px; | ||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); | box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); | ||
} | |||
#p-cactions { | |||
position: absolute; | |||
top: 25px; | |||
clear: left; | |||
margin-left: 155px; | |||
width:72%; | |||
margin: 0; | |||
white-space: nowrap; | |||
line-height: 1em; | |||
overflow: visible; | |||
padding: 0px; | |||
list-style: none; | |||
font-size: 100%; | |||
} | |||
#p-cactions li a:hover, #p-cactions li.selected a:hover { | |||
color: #532900; | |||
text-decoration: underline; | |||
background-color: transparent; | |||
} | |||
#p-cactions li.selected a { | |||
font-weight: bold; | |||
color: #532900; | |||
border: none; | |||
background-color: transparent; | |||
} | |||
#p-cactions li a { | |||
color: #532900; | |||
border: none; | |||
background-color: transparent; | |||
} | } |