better xhtml compliance
better admin console some bug fixes
This commit is contained in:
parent
c6065852aa
commit
f27d8d16be
10 changed files with 144 additions and 194 deletions
|
|
@ -16,7 +16,7 @@ div.dragable:hover {
|
|||
opacity:0.6;
|
||||
-moz-opacity:0.6;
|
||||
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
z-index: 2000;
|
||||
}
|
||||
.draggedOverTop{
|
||||
|
|
@ -34,12 +34,12 @@ div.dragable:hover {
|
|||
}
|
||||
.blank {
|
||||
position: relative;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
background-color: white;
|
||||
}
|
||||
.blankOver {
|
||||
position: relative;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
background-color: black;
|
||||
}
|
||||
.empty {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue