2012-05-25 19:50:48 +00:00
|
|
|
#ve-loader-spinner {
|
|
|
|
background-color: #FFF;
|
2012-05-31 00:09:06 +00:00
|
|
|
opacity:.5;
|
|
|
|
}
|
|
|
|
.ve-action-button {
|
|
|
|
display: inline-block;
|
|
|
|
border: solid 1px
|
|
|
|
transparent;
|
|
|
|
border-radius: 0.125em;
|
|
|
|
-webkit-border-radius: 0.125em;
|
|
|
|
-moz-border-radius: 0.125em;
|
|
|
|
-o-border-radius: 0.125em;
|
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 0.25em;
|
|
|
|
height: 22px;
|
2012-06-01 23:26:03 +00:00
|
|
|
margin-right: 0.25em;
|
2012-05-31 23:54:53 +00:00
|
|
|
border: solid 1px transparent;
|
2012-05-31 00:09:06 +00:00
|
|
|
}
|
|
|
|
.ve-action-button:before {
|
|
|
|
content: " ";
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
.ve-action-button:hover {
|
|
|
|
border-color: #eeeeee;
|
|
|
|
}
|
|
|
|
.ve-action-button:active,
|
|
|
|
.ve-action-button-down {
|
|
|
|
border-color: #dddddd;
|
|
|
|
-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
|
|
|
|
-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
|
|
|
|
box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
|
2012-05-31 23:54:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Save dialog styles */
|
|
|
|
#ve-saveDialog {
|
2012-06-01 23:26:03 +00:00
|
|
|
top: -1px;
|
2012-05-31 23:54:53 +00:00
|
|
|
right: 2.5em;
|
2012-06-01 23:26:03 +00:00
|
|
|
width: 29em;
|
2012-05-31 23:54:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ve-saveDialog > .ve-dialog-divider {
|
|
|
|
border-top:1px solid #dddddd;
|
|
|
|
padding: 10px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ve-saveDialog br {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2012-06-01 23:26:03 +00:00
|
|
|
.ve-dialog-left {
|
2012-05-31 23:54:53 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-06-01 23:26:03 +00:00
|
|
|
#ve-saveDialog input[type='text'] {
|
2012-05-31 23:54:53 +00:00
|
|
|
width: 96%;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 4px;
|
2012-06-01 23:26:03 +00:00
|
|
|
margin: 10px 0px;
|
2012-05-31 23:54:53 +00:00
|
|
|
}
|
|
|
|
|
2012-06-01 23:26:03 +00:00
|
|
|
#ve-saveDialog input[type='checkbox'] {
|
2012-05-31 23:54:53 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-closeBtn {
|
|
|
|
width: 22px;
|
|
|
|
background-image: url(../ve2/ui/styles/images/close.png);
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
/* mini save button */
|
|
|
|
.ve-saveBtn {
|
|
|
|
right: .025em;
|
|
|
|
width: 22px;
|
|
|
|
background-image: url(../ve2/ui/styles/images/close.png);
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
/* inspector styles */
|
|
|
|
.es-inspector-savebutton {
|
2012-06-01 23:26:03 +00:00
|
|
|
padding-right: 26px;
|
2012-05-31 23:54:53 +00:00
|
|
|
border:1px solid transparent;
|
|
|
|
border-radius: 0.125em;
|
|
|
|
-webkit-border-radius: 0.125em;
|
|
|
|
-moz-border-radius: 0.125em;
|
|
|
|
-o-border-radius: 0.125em;
|
|
|
|
/* need new button */
|
|
|
|
/* @embed */
|
2012-06-01 23:26:03 +00:00
|
|
|
background-image: url(../ve2/ui/styles/images/close.png);
|
2012-05-31 23:54:53 +00:00
|
|
|
background-position: center right;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.doSaveBtn {
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid rgb(196,229,154);
|
|
|
|
margin-top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
background-image: url(../ve2/ui/styles/images/close.png);
|
|
|
|
background-position: center right;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
/* Fancy CSS background */
|
|
|
|
background-image: linear-gradient(bottom, rgb(195,229,154) 0%, rgb(240,251,225) 100%);
|
|
|
|
background-image: -o-linear-gradient(bottom, rgb(195,229,154) 0%, rgb(240,251,225) 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, rgb(195,229,154) 0%, rgb(240,251,225) 100%);
|
|
|
|
background-image: -webkit-linear-gradient(bottom, rgb(195,229,154) 0%, rgb(240,251,225) 100%);
|
|
|
|
background-image: -ms-linear-gradient(bottom, rgb(195,229,154) 0%, rgb(240,251,225) 100%);
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0, rgb(195,229,154)),
|
|
|
|
color-stop(1, rgb(240,251,225))
|
|
|
|
);
|
|
|
|
}
|
|
|
|
.doSaveBtn > div.doSaveBtnIcon {
|
|
|
|
height:2em;
|
|
|
|
width:2em;
|
|
|
|
float:right;
|
|
|
|
background: transparent;
|
|
|
|
background-image: url(../ve2/ui/styles/images/accept.png);
|
|
|
|
background-position: center right;
|
|
|
|
background-repeat: no-repeat;
|
2012-05-25 19:50:48 +00:00
|
|
|
}
|