fix various styling issues

This commit is contained in:
Joe Walker 2010-12-13 15:32:48 +00:00
commit 5faea6a934
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,6 @@
overflow: auto;
position: absolute;
z-index: 999;
font-family: consolas, courier, monospace;
display: none;
}

View file

@ -4,8 +4,9 @@
box-orient: horizontal; -moz-box-orient: horizontal; -webkit-box-orient: horizontal;
box-align: center; -moz-box-align: center; -webkit-box-align: center;
color: #333;
background-color: @input_bg;
background-color: #EEE;
width: 100%;
font-family: consolas, courier, monospace;
}
.cptRowIn > * { padding-left: 2px; padding-right: 2px; }
.cptRowIn > img { cursor: pointer; }