add row controls and delete row button

This commit is contained in:
Max Ogden
2011-08-03 19:33:12 -04:00
parent 8e32984ff3
commit 7cbf23088c
4 changed files with 40 additions and 3 deletions

View File

@@ -637,6 +637,21 @@ a.column-header-menu {
background-repeat: no-repeat;
}
a.row-header-menu:hover {
background-position: -17px 0px;
text-decoration: none;
}
a.row-header-menu {
float: left;
display: block;
margin: 0 0 -2px 0;
width: 17px;
height: 19px;
background-image: url(images/menu-dropdown.png);
background-repeat: no-repeat;
}
a.column-header-menu:hover {
background-position: -17px 0px;
text-decoration: none;