1
0
Fork 0

fix item-delete-selected* css

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-06-28 12:15:32 -04:00
commit ecf9ad9a08
4 changed files with 12 additions and 12 deletions

View file

@ -326,7 +326,7 @@ h6 {
}
#item-delete-selected-desc {
float: left;
font-size: smaller;
font-size: x-small;
margin-right: 5px;
&:hover {
text-decoration: underline;
@ -2367,9 +2367,9 @@ div {
opacity: 1;
}
#item-delete-selected {
margin-top: 30px;
position: absolute;
left: 35px;
margin: 3em 5px;
position: relative;
left: 4em;
width: 15em;
overflow: auto;
}