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

@ -968,7 +968,7 @@ input[type="color"]:focus,
.uneditable-input:focus { .uneditable-input:focus {
border-color: rgba(255, 153, 0, 0.8); border-color: rgba(255, 153, 0, 0.8);
outline: 0; outline: 0;
outline: thin dotted \9; outline: thin dotted \9;
/* IE6-9 */ /* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(255, 153, 0); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(255, 153, 0);
@ -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