2011-11-09 01:35:59 +00:00
|
|
|
@import "compass/css3";
|
|
|
|
@import "compass/css3/border-radius";
|
|
|
|
@import "compass/css3/images";
|
|
|
|
@import "compass/css3/text-shadow";
|
|
|
|
@import "helpers";
|
2011-11-29 01:24:02 +00:00
|
|
|
@import "buttons";
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
form.formtastic {
|
|
|
|
|
|
|
|
fieldset {
|
2011-11-10 01:43:19 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
|
2011-11-25 11:05:30 +00:00
|
|
|
padding-bottom: 1px;
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
legend {
|
|
|
|
display: block;
|
2011-11-25 01:04:42 +00:00
|
|
|
width: 918px;
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
padding: 5px 0px;
|
|
|
|
|
2011-11-25 11:05:30 +00:00
|
|
|
background: #ebedf4;
|
|
|
|
|
2011-11-25 01:04:42 +00:00
|
|
|
border: 1px solid #ccced7;
|
2011-11-25 11:05:30 +00:00
|
|
|
border-bottom-width: 0px;
|
2011-11-25 01:04:42 +00:00
|
|
|
|
2011-11-10 01:43:19 +00:00
|
|
|
@include border-top-radius(8px);
|
2011-11-09 01:35:59 +00:00
|
|
|
@include background-image(linear-gradient(#ebedf4, #d7dbe7));
|
|
|
|
|
|
|
|
span {
|
|
|
|
padding-left: 20px;
|
|
|
|
|
2011-11-25 11:31:18 +00:00
|
|
|
line-height: 20px;
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
@include single-text-shadow(#fff, 1px, 1px, 1px);
|
|
|
|
}
|
|
|
|
} // legend
|
|
|
|
|
2011-11-16 12:42:42 +00:00
|
|
|
&.foldable {
|
2011-11-25 11:31:18 +00:00
|
|
|
legend span {
|
2011-11-16 12:42:42 +00:00
|
|
|
cursor: pointer;
|
2011-11-25 11:31:18 +00:00
|
|
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/form/folded-arrow-on.png") no-repeat right center;
|
2011-11-16 12:42:42 +00:00
|
|
|
}
|
|
|
|
|
2011-11-25 11:05:30 +00:00
|
|
|
&.folded legend {
|
|
|
|
@include border-bottom-radius(8px);
|
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.4) 0px 1px 0px 0px);
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
2011-11-25 11:31:18 +00:00
|
|
|
span {
|
2011-11-25 11:05:30 +00:00
|
|
|
background-image: image-url("locomotive/form/folded-arrow-off.png");
|
|
|
|
}
|
2011-11-16 12:42:42 +00:00
|
|
|
}
|
|
|
|
} // .foldable
|
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
.list {
|
|
|
|
.empty {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
li, .entry, .new-entry {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
@include border-radius(16px);
|
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.2) 0px 1px 0px 0px);
|
|
|
|
|
|
|
|
em {
|
|
|
|
color: #757575;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
color: #17171D;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2011-12-02 00:43:49 +00:00
|
|
|
|
|
|
|
@include locomotive-link;
|
2011-11-29 01:24:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.editable {
|
|
|
|
@include editable;
|
|
|
|
padding-right: 6px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
span.inline-errors {
|
|
|
|
margin-left: 10px;
|
|
|
|
padding: 2px 3px;
|
|
|
|
|
|
|
|
background: #FFE5E5;
|
|
|
|
|
|
|
|
color: #CE2525;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
span.actions {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 10px;
|
|
|
|
|
|
|
|
a.add {
|
|
|
|
@include gray-button;
|
|
|
|
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.remove {
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/list/icons/trash_off.png") repeat 0 0;
|
|
|
|
|
|
|
|
text-indent: -9999px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-image: image-url("locomotive/list/icons/trash.png");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
} // li
|
|
|
|
|
|
|
|
> hr {
|
|
|
|
margin: 10px 0px;
|
|
|
|
height: 1px;
|
|
|
|
line-height: 1px;
|
|
|
|
border: 0px;
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-entry {
|
|
|
|
}
|
|
|
|
} // div.list
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
ol {
|
2011-11-10 01:43:19 +00:00
|
|
|
margin-bottom: 0px;
|
2011-11-09 01:35:59 +00:00
|
|
|
padding: 0px;
|
|
|
|
|
2011-11-25 11:05:30 +00:00
|
|
|
width: 918px;
|
|
|
|
|
2011-11-25 01:04:42 +00:00
|
|
|
border: 1px solid #ccced7;
|
2011-11-25 11:05:30 +00:00
|
|
|
|
|
|
|
@include border-bottom-radius(8px);
|
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.4) 0px 1px 0px 0px, rgba(255, 255, 255, 0.5) 0 1px 0 0 inset);
|
|
|
|
|
|
|
|
background: #ebedf4;
|
|
|
|
|
2011-11-16 00:39:16 +00:00
|
|
|
> li.input {
|
2011-11-09 01:35:59 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 10px 20px 16px 20px;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/form/input-sep.png") repeat-x 0 bottom;
|
|
|
|
|
2011-11-16 00:39:16 +00:00
|
|
|
&:last-child, &.last {
|
2011-11-09 01:35:59 +00:00
|
|
|
background: none;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2011-11-16 00:39:16 +00:00
|
|
|
label, .label {
|
|
|
|
float: left;
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
width: 160px;
|
|
|
|
padding: 0px 0 0 0px;
|
|
|
|
|
|
|
|
font-size: 13px;
|
|
|
|
text-align: left;
|
|
|
|
color: #585A69;
|
|
|
|
@include single-text-shadow(#fff, 1px, 1px, 1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
p.inline-hints {
|
|
|
|
margin: 5px 0 0 160px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #1f82bc;
|
|
|
|
}
|
|
|
|
.code {
|
|
|
|
background-color: #c8cad0;
|
|
|
|
color: #5E5F64;
|
|
|
|
@include single-text-shadow(rgba(255, 255, 255, 0.8), 0px, 1px, 1px);
|
|
|
|
}
|
|
|
|
} // p.inline-hints
|
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
div.list {
|
|
|
|
margin-left: 160px;
|
|
|
|
}
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
div.inline-errors {
|
|
|
|
margin: 2px 0 0 160px;
|
|
|
|
padding: 8px 0 0 0;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/form/error-arrow.png") no-repeat 17px 0;
|
|
|
|
|
|
|
|
p {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
2011-12-02 17:20:59 +00:00
|
|
|
line-height: 14px;
|
2011-11-09 01:35:59 +00:00
|
|
|
margin: 0px;
|
2011-12-02 17:20:59 +00:00
|
|
|
padding: 3px 12px 4px 27px;
|
2011-11-09 01:35:59 +00:00
|
|
|
|
2011-12-02 17:20:59 +00:00
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.4) 2px 2px 2px 0);
|
|
|
|
@include border-radius(3px);
|
|
|
|
background: #cd0f19 image-url("locomotive/form/icons/error.png") no-repeat 7px center;
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
color: #fff !important;
|
2011-12-02 17:20:59 +00:00
|
|
|
font-size: 12px;
|
2011-11-09 01:35:59 +00:00
|
|
|
@include single-text-shadow(#000, 0px, 1px, 1px);
|
|
|
|
}
|
|
|
|
} // div.inline-errors
|
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
&.string, &.password {
|
2011-11-09 01:35:59 +00:00
|
|
|
label {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
input[type=text], input[type=password] {
|
2011-11-10 01:43:19 +00:00
|
|
|
@include default-input-style;
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
width: 700px;
|
2011-11-10 01:43:19 +00:00
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
|
2011-11-10 01:43:19 +00:00
|
|
|
&.highlighted {
|
|
|
|
label {
|
2011-11-16 00:39:16 +00:00
|
|
|
padding-top: 7px;
|
2011-11-10 01:43:19 +00:00
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
|
2011-11-10 01:43:19 +00:00
|
|
|
input[type=text] {
|
2011-11-16 00:39:16 +00:00
|
|
|
font-size: 20px;
|
2011-11-10 01:43:19 +00:00
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
}
|
2011-11-19 23:54:33 +00:00
|
|
|
|
|
|
|
&.em-inline-hints {
|
|
|
|
p.inline-hints {
|
|
|
|
color: #1F82BC !important;
|
|
|
|
}
|
|
|
|
}
|
2011-12-02 22:31:15 +00:00
|
|
|
} // li.string, li.password
|
2011-11-09 01:35:59 +00:00
|
|
|
|
2011-11-10 01:43:19 +00:00
|
|
|
&.code {
|
2011-11-09 01:35:59 +00:00
|
|
|
|
2011-11-27 16:22:54 +00:00
|
|
|
textarea, .CodeMirror-scroll {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
2011-11-10 01:43:19 +00:00
|
|
|
textarea {
|
|
|
|
@include default-input-style;
|
|
|
|
width: 868px;
|
2011-11-27 16:22:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.small {
|
|
|
|
textarea, .CodeMirror-scroll {
|
|
|
|
height: 60px;
|
|
|
|
}
|
2011-11-10 01:43:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.inline-errors, p.inline-hints {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more {
|
|
|
|
text-align: right;
|
|
|
|
width: auto;
|
|
|
|
margin: 10px 0px 0 0;
|
|
|
|
line-height: 0.6em;
|
|
|
|
|
|
|
|
a {
|
|
|
|
@include hover-link;
|
|
|
|
color: #787A89;
|
|
|
|
|
|
|
|
&.picture {
|
|
|
|
padding-left: 23px;
|
|
|
|
background: transparent image-url("locomotive/icons/asset_add.png") no-repeat left 1px;
|
|
|
|
}
|
|
|
|
}
|
2011-11-29 01:24:02 +00:00
|
|
|
}
|
|
|
|
} // li.code
|
2011-11-10 01:43:19 +00:00
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
&.subdomain {
|
|
|
|
|
|
|
|
em {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
@include path-input-style;
|
|
|
|
}
|
|
|
|
|
|
|
|
} // li.subdomain
|
|
|
|
|
|
|
|
&.empty {
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|
|
|
|
em.editable {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #17171D;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text].path {
|
|
|
|
@include path-input-style;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
} // li.empty
|
|
|
|
|
|
|
|
&.no-label {
|
|
|
|
padding-top: 6px;
|
|
|
|
|
|
|
|
.list {
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
|
|
.entry {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2011-11-29 13:58:19 +00:00
|
|
|
}
|
2011-12-02 22:31:15 +00:00
|
|
|
|
|
|
|
&.string {
|
|
|
|
padding-top: 16px;
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
width: 868px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.inline-errors {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
}
|
2011-11-29 13:58:19 +00:00
|
|
|
} // li.no-label
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
&#site_memberships_input {
|
|
|
|
.entry {
|
|
|
|
em.email {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
.role {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 30px;
|
|
|
|
width: 170px;
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
line-height: 30px;
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
em {
|
|
|
|
padding-left: 17px;
|
|
|
|
margin-left: 0px;
|
|
|
|
background-repeat: no-repeat;
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
color: #757575;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
&.locked {
|
|
|
|
background-image: image-url("locomotive/icons/membership_lock.png");
|
|
|
|
background-position: 1px 0px;
|
|
|
|
}
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-29 13:58:19 +00:00
|
|
|
&.editable {
|
|
|
|
background-image: image-url("locomotive//icons/membership_edit.png");
|
|
|
|
background-position: 0px 3px;
|
2011-11-29 01:24:02 +00:00
|
|
|
}
|
|
|
|
}
|
2011-11-29 13:58:19 +00:00
|
|
|
}
|
2011-11-29 01:24:02 +00:00
|
|
|
}
|
2011-11-29 13:58:19 +00:00
|
|
|
} // > li#site_memberships_input
|
2011-11-09 01:35:59 +00:00
|
|
|
|
2011-12-02 00:43:49 +00:00
|
|
|
&#account_locale_input {
|
|
|
|
.entry {
|
|
|
|
float: left;
|
|
|
|
width: 212px;
|
|
|
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
&:nth-child(3n) {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
padding-left: 31px;
|
|
|
|
margin-left: 8px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} // > li#account_locale_input
|
|
|
|
|
|
|
|
&#account_sites_input {
|
|
|
|
.entry {
|
|
|
|
strong {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} // > li#account_sites_input
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
} // > li
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
} //ol
|
|
|
|
} // fieldset
|
2011-12-07 01:09:13 +00:00
|
|
|
|
|
|
|
// theme assets
|
|
|
|
.selector {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
a.alt {
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 32px;
|
|
|
|
|
|
|
|
top: 0px;
|
|
|
|
right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/icons/asset_switch.png") no-repeat left center;
|
|
|
|
|
|
|
|
color: #787a89;
|
|
|
|
font-size: 11px;
|
|
|
|
@include single-text-shadow(rgba(255, 255, 255, 0.6), 1px, 1px, 1px);
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
}
|
|
|
|
|