Minified
parent
8183ad354e
commit
f78122945a
|
@ -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
Loading…
Reference in New Issue