Minified
parent
8183ad354e
commit
f78122945a
|
@ -1338,31 +1338,26 @@ ul, ol {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-tool
|
.column-tool {
|
||||||
{
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-tool.min.sub, .column-tool.max.add
|
.column-tool.min.sub, .column-tool.max.add {
|
||||||
{
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-icon
|
.column-icon {
|
||||||
{
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-icon.right
|
.column-icon.right {
|
||||||
{
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-icon.left
|
.column-icon.left {
|
||||||
{
|
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2201,7 +2196,10 @@ a:hover.text-button, a:focus.text-button {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: #6F6F6F;
|
color: #6F6F6F;
|
||||||
margin-bottom: 5px;
|
margin-top: 5px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
max-width: 414px;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.calculated-value-input {
|
textarea.calculated-value-input {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue