remove AdminBar macro
This commit is contained in:
parent
a96af8e92c
commit
6ffa8813dc
3 changed files with 0 additions and 88 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 327 B |
Binary file not shown.
|
Before Width: | Height: | Size: 626 B |
|
|
@ -1,88 +0,0 @@
|
||||||
dl.accordion-menu dd.a-m-d div.ncmct {
|
|
||||||
width: 140px;
|
|
||||||
border-bottom: 1px solid #bbbbbb;
|
|
||||||
color: black;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.accordion-menu {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl#adminBar {
|
|
||||||
position:fixed;
|
|
||||||
_position:absolute;
|
|
||||||
top:0;
|
|
||||||
|
|
||||||
/*
|
|
||||||
_top:expression(eval((document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop)); */
|
|
||||||
left:0;
|
|
||||||
width: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
dl.accordion-menu dt.a-m-t-down{
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: solid 1px #222222;
|
|
||||||
border-right-color: #dfdfdf;
|
|
||||||
border-bottom-color: #dfdfdf;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
html.accordion-menu-js dt.a-m-t{
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
cursor:pointer;
|
|
||||||
zoom:1;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.accordion-menu dd.a-m-d {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
overflow: auto;
|
|
||||||
background-color: #eeeeee;
|
|
||||||
background-image: url(panel_bg.jpg);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
font-weight: normal;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.accordion-menu dd.a-m-d .link,
|
|
||||||
dl.accordion-menu dd.a-m-d .wgButton {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
width: 118px;
|
|
||||||
text-align:left;
|
|
||||||
padding-left:20px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: black;
|
|
||||||
font-family: sans-serif;
|
|
||||||
cursor: pointer;
|
|
||||||
font-weight: normal;
|
|
||||||
margin-bottom:5px;
|
|
||||||
margin-left:2px;
|
|
||||||
letter-spacing:0px;
|
|
||||||
text-transform:none;
|
|
||||||
font-variant:normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.accordion-menu dd.a-m-d .wgButton {
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
display: inline;
|
|
||||||
margin-left: 0px;
|
|
||||||
padding-left: 0px;
|
|
||||||
width: auto;
|
|
||||||
-moz-user-select: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.accordion-menu dl.accordion-menu dt.a-m-t {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue