gh-pages
Jim Heising 2014-09-02 16:14:53 -07:00
parent 8183ad354e
commit f78122945a
2 changed files with 11 additions and 13 deletions

View File

@ -1338,31 +1338,26 @@ ul, ol {
right: 0;
}
.column-tool
{
.column-tool {
cursor: pointer;
}
.column-tool.min.sub, .column-tool.max.add
{
.column-tool.min.sub, .column-tool.max.add {
display: none;
}
.column-icon
{
.column-icon {
display: inline-block;
background-color: white;
width: 5px;
height: 100%;
}
.column-icon.right
{
.column-icon.right {
float: right;
}
.column-icon.left
{
.column-icon.left {
float: left;
}
@ -2201,7 +2196,10 @@ a:hover.text-button, a:focus.text-button {
font-size: 10px;
text-shadow: none;
color: #6F6F6F;
margin-bottom: 5px;
margin-top: 5px;
margin-bottom: 15px;
max-width: 414px;
line-height: 1.5em;
}
textarea.calculated-value-input {

File diff suppressed because one or more lines are too long