mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
3762 lines
129 KiB
CSS
3762 lines
129 KiB
CSS
/*
|
|
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
*/
|
|
#popup_container {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 12px;
|
|
min-width: 300px; /* Dialog will be no smaller than this */
|
|
max-width: 600px; /* Dialog will wrap after this width */
|
|
background: #FFF;
|
|
border: solid 5px #999;
|
|
color: #000;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#popup_title {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
line-height: 1.75em;
|
|
color: #666;
|
|
background: #CCC url(images/title.gif) top repeat-x;
|
|
border: solid 1px #FFF;
|
|
border-bottom: solid 1px #999;
|
|
cursor: default;
|
|
padding: 0em;
|
|
margin: 0em;
|
|
}
|
|
|
|
#popup_content {
|
|
background: 16px 16px no-repeat url(images/info.gif);
|
|
padding: 1em 1.75em;
|
|
margin: 0em;
|
|
}
|
|
|
|
#popup_content.alert {
|
|
background-image: url(images/info.gif);
|
|
}
|
|
|
|
#popup_content.confirm {
|
|
background-image: url(images/important.gif);
|
|
}
|
|
|
|
#popup_content.prompt {
|
|
background-image: url(images/help.gif);
|
|
}
|
|
|
|
#popup_message {
|
|
padding-left: 48px;
|
|
}
|
|
|
|
#popup_panel {
|
|
text-align: center;
|
|
margin: 1em 0em 0em 1em;
|
|
}
|
|
|
|
#popup_prompt {
|
|
margin: .5em 0em;
|
|
}
|
|
/* Spree Custom dialog styles */
|
|
#popup_container.spree {
|
|
color: #fff;
|
|
background: #005294;
|
|
border-color: #113F66;
|
|
}
|
|
|
|
#popup_container.spree #popup_title {
|
|
color: #FFF;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
background: #76A5CC;
|
|
border: solid 1px #005294;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
#popup_container.spree #popup_content {
|
|
background: none;
|
|
}
|
|
|
|
#popup_container.spree #popup_message {
|
|
padding-left: 0em;
|
|
}
|
|
|
|
#popup_container.spree input[type='button'] {
|
|
border: outset 2px #76A5CC;
|
|
color: #fff;
|
|
background: #3778AE;
|
|
}
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline; }
|
|
|
|
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
|
|
pre, a, abbr, acronym, address, code, del, dfn, em, img,
|
|
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, hr {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline; }
|
|
|
|
body { line-height: 1.5 }
|
|
|
|
blockquote, q {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline;
|
|
quotes: "" ""; }
|
|
blockquote:before,
|
|
blockquote:after, q:before,
|
|
q:after {
|
|
content: ""; }
|
|
|
|
th, td, caption {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
vertical-align: top; }
|
|
|
|
table {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
vertical-align: middle; }
|
|
|
|
a img { border: none }
|
|
|
|
#taxons-tree li { list-style-type: none; }
|
|
|
|
table.index th {
|
|
background: #cdcdcd url(/assets/admin/bg/grid_header_back.png) top left repeat-x;
|
|
padding: 7px 10px;
|
|
border-left: 1px solid #ddd;
|
|
border-top: 1px solid #ddd;
|
|
border-right: 1px solid #aaa;
|
|
border-bottom: 1px solid #aaa;
|
|
text-shadow: #efefef 1px 1px 0px; }
|
|
table.index th .right {
|
|
float:right;
|
|
font-weight:normal;
|
|
}
|
|
table.index th.id-col {
|
|
text-align: center; }
|
|
table.index td {
|
|
background-color: #fff;
|
|
border-bottom:1px solid #ddd;
|
|
padding: 3px 10px;
|
|
}
|
|
table.index td.lbl-col {
|
|
width: 12%; }
|
|
table.index td.val-col {
|
|
width: 38%; }
|
|
table.index tr.alt td {
|
|
background-color: #efefef; }
|
|
table.index.green th {
|
|
background: #cfefa7 url(/assets/admin/bg/grid_header_back_green.png) top left repeat-x;
|
|
border-left: 1px solid #E4FDB4;
|
|
border-top: 1px solid #E4FDB4;
|
|
border-right: 1px solid #B7CB90;
|
|
border-bottom: 1px solid #B7CB90; }
|
|
table.index.green td {
|
|
background-color: #efe; }
|
|
table.index.order-summary {
|
|
clear: both; }
|
|
table.index.order-summary tr.totals th {
|
|
background: transparent;
|
|
text-align: right;
|
|
border: none; }
|
|
table.index td.actions {text-align:right;}
|
|
/* --------------------------------------------------------------
|
|
|
|
forms.css
|
|
* Sets up some default styling for forms
|
|
* Gives you classes to enhance your forms
|
|
|
|
Usage:
|
|
* For text fields, use class .title or .text
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
label { font-weight: bold; }
|
|
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
|
|
legend { font-weight: bold; font-size:1.2em; margin:0; }
|
|
|
|
|
|
/* Form fields
|
|
-------------------------------------------------------------- */
|
|
|
|
input.text, input.title,
|
|
input, textarea, select {
|
|
margin:0.25em 0;
|
|
border:1px solid #bbb;
|
|
}
|
|
|
|
input.text:focus, input.title:focus,
|
|
textarea:focus, select:focus {
|
|
border:1px solid #666;
|
|
}
|
|
|
|
input.text,
|
|
input.title { padding:5px; }
|
|
input.title { font-size:1.5em; }
|
|
textarea { height: 250px; padding:5px; }
|
|
|
|
|
|
fieldset#preferences input.input_string, fieldset#preferences textarea {
|
|
border: 1px solid #BBB;
|
|
padding: 5px;
|
|
font-size: 1.5em;
|
|
width: 98%;
|
|
}
|
|
|
|
fieldset#preferences textarea { height: 100px; }
|
|
|
|
.required { color:#f00; font-weight:bold; font-size:1.2em;}
|
|
.fullwidth { width:98% }
|
|
|
|
/* container that holds a field that's got a master label then labels under each sub field e.g. Name might have firstname, lastname */
|
|
.sub-field { margin:0; padding:0; margin:0 0 0.25em 0 }
|
|
.sub-field label, label.sub { font-weight:normal; color:#333; }
|
|
.sub-field input { margin-bottom:0 }
|
|
|
|
|
|
.date-range-filter {width:220px;}
|
|
.date-range-filter input {width:70px;}
|
|
|
|
/* Multi-column form layout
|
|
-------------------------------------------------------------- */
|
|
div.split {
|
|
background-color:#eee;
|
|
}
|
|
form div.left
|
|
{
|
|
display:inline;
|
|
float:left;
|
|
width:48%;
|
|
}
|
|
|
|
form div.right
|
|
{
|
|
display:inline;
|
|
float:right;
|
|
width:48%;
|
|
}
|
|
form p {
|
|
clear:both;
|
|
}
|
|
form div.left.w70 {
|
|
width:68%;
|
|
}
|
|
form div.right.w30 {
|
|
width:28%;
|
|
}
|
|
|
|
|
|
/* Flashes and error messages
|
|
-------------------------------------------------------------- */
|
|
|
|
.flash {
|
|
font-size:130%;font-weight:bold;
|
|
padding: .4em 0 .4em 38px; margin-bottom: 1em;
|
|
border:1px solid #c00;
|
|
border-left:none;border-right:none;
|
|
}
|
|
.flash.error {
|
|
background: #FDE4E4 url(/assets/admin/icons/exclamation.png) 10px center no-repeat;
|
|
color:#c00; border-color:#c00;
|
|
}
|
|
.flash.notice {
|
|
background: #E7F8D7 url(/assets/admin/icons/tick.png) 10px center no-repeat;
|
|
color:#59A151; border-color: #59A151;
|
|
}
|
|
|
|
.withError {
|
|
background-color:#FDE4E4;
|
|
background-image:url(/assets/admin/bg/red-stripes.png);
|
|
}
|
|
.formError {
|
|
color:#c00; font-weight:bold;
|
|
display:block;
|
|
}
|
|
|
|
|
|
.member-list {
|
|
list-style:none;margin:0;margin-bottom:1em;
|
|
}
|
|
|
|
|
|
.form-buttons {
|
|
margin-top: 1em;
|
|
clear: both;
|
|
}
|
|
.form-buttons a {
|
|
text-transform: lowercase; }
|
|
|
|
.field {
|
|
margin-bottom: 1em;
|
|
clear: both;
|
|
position: relative; }
|
|
.field .formError {
|
|
color: #fff;
|
|
background: #f15700 url(/assets/admin/icons/exclamation.png) center left no-repeat;
|
|
padding: 3px 7px;
|
|
display: inline-block;
|
|
margin-bottom: 1em;
|
|
padding-left: 20px; }
|
|
.field.fluid {
|
|
clear: none;
|
|
float: left;
|
|
margin-right: 1em; }
|
|
.field label {
|
|
display: block; }
|
|
.field label span.label {
|
|
display: block; }
|
|
|
|
fieldset {
|
|
margin-bottom: 1em;
|
|
padding: 1em;
|
|
border: solid 1px #ccc;
|
|
background-color: #fff;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
fieldset h1 {
|
|
font-size: 1.75em; }
|
|
fieldset table.index th:first-child {
|
|
-moz-border-radius-topleft: 5px;
|
|
-webkit-border-top-left-radius: 5px; }
|
|
fieldset table.index th:last-child {
|
|
-moz-border-radius-topright: 5px;
|
|
-webkit-border-top-right-radius: 5px; }
|
|
|
|
/* --------------------------------------------------------------
|
|
|
|
typography.css
|
|
* Sets up some sensible default typography.
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
/* Default font settings.
|
|
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
|
|
|
|
body {
|
|
font-size: 75%;
|
|
color: #222;
|
|
font-family: "Helvetica Neue", Helvetica, Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
|
|
/* Headings
|
|
-------------------------------------------------------------- */
|
|
|
|
h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #111; }
|
|
|
|
h1 { font-size: 2.5em; margin-bottom: 0.75em; line-height: 1em; }
|
|
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 0.6em; }
|
|
h3 { font-size: 1.5em; line-height: 1.25; margin-bottom: 0.6em; }
|
|
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
|
|
h5 { font-size: 1em; font-weight: bold; }
|
|
h6 { font-weight: normal }
|
|
|
|
h1 img, h2 img, h3 img,
|
|
h4 img, h5 img, h6 img { margin: 0 }
|
|
|
|
|
|
h1, h2 { letter-spacing: -1px }
|
|
|
|
|
|
/* Text elements
|
|
-------------------------------------------------------------- */
|
|
|
|
p { margin: 0 0 1em; }
|
|
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
|
|
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
|
|
|
|
a:focus,
|
|
a:hover { color: #000; }
|
|
a { color: #009; text-decoration: none; }
|
|
|
|
blockquote { margin: 1.5em; color: #666; font-style: italic; }
|
|
strong { font-weight: bold; }
|
|
em,dfn { font-style: italic; }
|
|
dfn { font-weight: bold; }
|
|
sup, sub { line-height: 0; }
|
|
|
|
abbr,
|
|
acronym { border-bottom: 1px dotted #666; }
|
|
address { margin: 0 0 1.5em; font-style: italic; }
|
|
del { color:#666; }
|
|
|
|
pre { margin: 1.5em 0; white-space: pre; }
|
|
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
|
|
|
|
|
|
/* Lists
|
|
-------------------------------------------------------------- */
|
|
|
|
li ul,
|
|
li ol { margin:0 1.5em; }
|
|
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
|
|
|
|
ul { list-style-type: disc; }
|
|
ol { list-style-type: decimal; }
|
|
|
|
dl { margin: 0 0 1.5em 0; }
|
|
dl dt { font-weight: bold; }
|
|
dd { margin-left: 1.5em;}
|
|
|
|
|
|
/* Tables
|
|
-------------------------------------------------------------- */
|
|
|
|
table { margin-bottom: 1.4em; width:100%; }
|
|
th { font-weight: bold; }
|
|
thead th { background: #c3d9ff; }
|
|
th,td,caption { padding: 4px 10px 4px 5px; }
|
|
tr.even td { background: #e5ecf9; }
|
|
tfoot { font-style: italic; }
|
|
caption { background: #eee; }
|
|
|
|
|
|
/* Misc
|
|
-------------------------------------------------------------- */
|
|
|
|
hr { clear: both; height:0; border:none}
|
|
|
|
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
|
|
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
|
|
.hide { display: none; }
|
|
|
|
.quiet { color: #666; }
|
|
.loud { color: #000; }
|
|
.highlight { background:#ff0; }
|
|
.added { background:#060; color: #fff; }
|
|
.removed { background:#900; color: #fff; }
|
|
|
|
.first { margin-left:0; padding-left:0; }
|
|
.last { margin-right:0; padding-right:0; }
|
|
.top { margin-top:0; padding-top:0; }
|
|
.bottom { margin-bottom:0; padding-bottom:0; }
|
|
|
|
|
|
.clear { clear: both }
|
|
.nowrap { white-space: nowrap }
|
|
|
|
.clearfix {
|
|
overflow: auto;
|
|
overflow: -moz-scrollbars-none;
|
|
display: inline-block; }
|
|
.clearfix {
|
|
display: block; }
|
|
.ac_results {
|
|
padding: 0px;
|
|
border: 1px solid black;
|
|
background-color: white;
|
|
overflow: hidden;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.ac_results ul {
|
|
width: 100%;
|
|
list-style-position: outside;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.ac_results li {
|
|
margin: 0px;
|
|
padding: 5px 5px;
|
|
cursor: default;
|
|
display: block;
|
|
/*
|
|
if width will be 100% horizontal scrollbar will apear
|
|
when scroll mode will be used
|
|
*/
|
|
/*width: 100%;*/
|
|
font: menu;
|
|
font-size: 12px;
|
|
/*
|
|
it is very important, if line-height not setted or setted
|
|
in relative units scroll will be broken in firefox
|
|
*/
|
|
line-height: 16px;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid black;
|
|
color: #000;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ac_results li img{
|
|
float:left;
|
|
padding-right: 5px;
|
|
width: 30px;
|
|
}
|
|
.ac_results li h4 {
|
|
margin-bottom: 3px;
|
|
width: 330px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.ac_results li div{
|
|
float:left;
|
|
}
|
|
.ac_results li span{
|
|
display: block;
|
|
float: left;
|
|
margin-left: 8px;
|
|
}
|
|
.ac_loading {
|
|
background: none;
|
|
}
|
|
.ac_odd {
|
|
background-color: #fff;
|
|
}
|
|
.ac_over {
|
|
background-color: #41A6F0;
|
|
color: #fff!important;
|
|
}
|
|
.ac_over h4{
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
/* Example tokeninput style #1: Token vertical list*/
|
|
|
|
ul.token-input-list {
|
|
overflow: hidden;
|
|
height: auto !important;
|
|
height: 1%;
|
|
width: 400px;
|
|
border: 1px solid #999;
|
|
cursor: text;
|
|
font-size: 12px;
|
|
font-family: Verdana;
|
|
z-index: 999;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
ul.token-input-list li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.token-input-list li input {
|
|
border: 0;
|
|
width: 350px;
|
|
padding: 3px 8px;
|
|
background-color: white;
|
|
}
|
|
|
|
li.token-input-token {
|
|
overflow: hidden;
|
|
height: auto !important;
|
|
height: 1%;
|
|
margin: 3px;
|
|
padding: 3px 5px;
|
|
color: #000;
|
|
font-weight: bold;
|
|
cursor: default;
|
|
display: block;
|
|
}
|
|
|
|
li.token-input-token p {
|
|
float: left;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
li.token-input-token span {
|
|
float: right;
|
|
color: #777;
|
|
cursor: pointer;
|
|
}
|
|
|
|
li.token-input-selected-token {
|
|
background-color: #08844e;
|
|
color: #fff;
|
|
}
|
|
|
|
li.token-input-selected-token span {
|
|
color: #bbb;
|
|
}
|
|
|
|
div.token-input-dropdown {
|
|
position: absolute;
|
|
width: 400px;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
border-left: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
cursor: default;
|
|
font-size: 12px;
|
|
font-family: Verdana;
|
|
z-index: 1;
|
|
}
|
|
|
|
div.token-input-dropdown p {
|
|
margin: 0;
|
|
padding: 5px;
|
|
font-weight: bold;
|
|
color: #777;
|
|
}
|
|
|
|
div.token-input-dropdown ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
div.token-input-dropdown ul li {
|
|
background-color: #fff;
|
|
padding: 3px;
|
|
list-style-type: none;
|
|
}
|
|
|
|
div.token-input-dropdown ul li.token-input-dropdown-item {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
div.token-input-dropdown ul li.token-input-dropdown-item2 {
|
|
background-color: #fff;
|
|
}
|
|
|
|
div.token-input-dropdown ul li em {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
li.token-input-token, div.token-input-dropdown ul li.token-input-selected-dropdown-item {
|
|
background-color: #BBDAFD;
|
|
}
|
|
|
|
/*
|
|
* jQuery UI CSS Framework 1.8.14
|
|
*
|
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
*/
|
|
|
|
/* Layout helpers
|
|
----------------------------------*/
|
|
|
|
.ui-helper-hidden { display: none; }
|
|
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
|
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
|
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
|
.ui-helper-clearfix { display: inline-block; }
|
|
/* required comment for clearfix to work in Opera \*/
|
|
* html .ui-helper-clearfix { height:1%; }
|
|
.ui-helper-clearfix { display:block; }
|
|
/* end clearfix */
|
|
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
|
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-disabled { cursor: default !important; }
|
|
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
|
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
|
|
|
/*
|
|
* jQuery UI CSS Framework 1.8.14
|
|
*
|
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
*
|
|
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
|
|
*/
|
|
|
|
|
|
/* Component containers
|
|
----------------------------------*/
|
|
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
|
|
.ui-widget .ui-widget { font-size: 1em; }
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
|
|
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
|
|
.ui-widget-content a { color: #444444; }
|
|
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(/assets/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
|
|
.ui-widget-header a { color: #444444; }
|
|
|
|
/* Interaction states
|
|
----------------------------------*/
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(/assets/jquery-ui/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0073ea; }
|
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea; text-decoration: none; }
|
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0073ea; background: #0073ea url(/assets/jquery-ui/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
|
|
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
|
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; }
|
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
|
|
.ui-widget :active { outline: none; }
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #cccccc; background: #ffffff url(/assets/jquery-ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
|
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
|
|
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(/assets/jquery-ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
|
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
|
|
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
|
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
|
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
|
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon { width: 16px; height: 16px; background-image: url(jquery-ui/ui-icons_ff0084_256x240.png); }
|
|
.ui-widget-content .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240.png); }
|
|
.ui-widget-header .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_0073ea_256x240.png); }
|
|
.ui-state-default .ui-icon { background-image: url(/assets/jquery-ui/ui-icons_666666_256x240.png); }
|
|
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240.png); }
|
|
.ui-state-active .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png); }
|
|
.ui-state-highlight .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_0073ea_256x240.png); }
|
|
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240.png); }
|
|
|
|
/* positioning */
|
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
|
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
|
.ui-icon-carat-1-e { background-position: -32px 0; }
|
|
.ui-icon-carat-1-se { background-position: -48px 0; }
|
|
.ui-icon-carat-1-s { background-position: -64px 0; }
|
|
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
|
.ui-icon-carat-1-w { background-position: -96px 0; }
|
|
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
|
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
|
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
|
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
|
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
|
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
|
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
|
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
|
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
|
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
|
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
|
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
|
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
|
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
|
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
|
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
|
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
|
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
|
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
|
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
|
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
|
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
|
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
|
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
|
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
|
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
|
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
|
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
|
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
|
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
|
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
|
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
|
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
|
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
|
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
|
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
|
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
|
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
|
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
|
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
|
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
|
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
|
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
|
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
|
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
|
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
|
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
|
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
|
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
|
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
|
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
|
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
|
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
|
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
|
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
|
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
|
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
|
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
|
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
|
.ui-icon-extlink { background-position: -32px -80px; }
|
|
.ui-icon-newwin { background-position: -48px -80px; }
|
|
.ui-icon-refresh { background-position: -64px -80px; }
|
|
.ui-icon-shuffle { background-position: -80px -80px; }
|
|
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
|
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
|
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
|
.ui-icon-folder-open { background-position: -16px -96px; }
|
|
.ui-icon-document { background-position: -32px -96px; }
|
|
.ui-icon-document-b { background-position: -48px -96px; }
|
|
.ui-icon-note { background-position: -64px -96px; }
|
|
.ui-icon-mail-closed { background-position: -80px -96px; }
|
|
.ui-icon-mail-open { background-position: -96px -96px; }
|
|
.ui-icon-suitcase { background-position: -112px -96px; }
|
|
.ui-icon-comment { background-position: -128px -96px; }
|
|
.ui-icon-person { background-position: -144px -96px; }
|
|
.ui-icon-print { background-position: -160px -96px; }
|
|
.ui-icon-trash { background-position: -176px -96px; }
|
|
.ui-icon-locked { background-position: -192px -96px; }
|
|
.ui-icon-unlocked { background-position: -208px -96px; }
|
|
.ui-icon-bookmark { background-position: -224px -96px; }
|
|
.ui-icon-tag { background-position: -240px -96px; }
|
|
.ui-icon-home { background-position: 0 -112px; }
|
|
.ui-icon-flag { background-position: -16px -112px; }
|
|
.ui-icon-calendar { background-position: -32px -112px; }
|
|
.ui-icon-cart { background-position: -48px -112px; }
|
|
.ui-icon-pencil { background-position: -64px -112px; }
|
|
.ui-icon-clock { background-position: -80px -112px; }
|
|
.ui-icon-disk { background-position: -96px -112px; }
|
|
.ui-icon-calculator { background-position: -112px -112px; }
|
|
.ui-icon-zoomin { background-position: -128px -112px; }
|
|
.ui-icon-zoomout { background-position: -144px -112px; }
|
|
.ui-icon-search { background-position: -160px -112px; }
|
|
.ui-icon-wrench { background-position: -176px -112px; }
|
|
.ui-icon-gear { background-position: -192px -112px; }
|
|
.ui-icon-heart { background-position: -208px -112px; }
|
|
.ui-icon-star { background-position: -224px -112px; }
|
|
.ui-icon-link { background-position: -240px -112px; }
|
|
.ui-icon-cancel { background-position: 0 -128px; }
|
|
.ui-icon-plus { background-position: -16px -128px; }
|
|
.ui-icon-plusthick { background-position: -32px -128px; }
|
|
.ui-icon-minus { background-position: -48px -128px; }
|
|
.ui-icon-minusthick { background-position: -64px -128px; }
|
|
.ui-icon-close { background-position: -80px -128px; }
|
|
.ui-icon-closethick { background-position: -96px -128px; }
|
|
.ui-icon-key { background-position: -112px -128px; }
|
|
.ui-icon-lightbulb { background-position: -128px -128px; }
|
|
.ui-icon-scissors { background-position: -144px -128px; }
|
|
.ui-icon-clipboard { background-position: -160px -128px; }
|
|
.ui-icon-copy { background-position: -176px -128px; }
|
|
.ui-icon-contact { background-position: -192px -128px; }
|
|
.ui-icon-image { background-position: -208px -128px; }
|
|
.ui-icon-video { background-position: -224px -128px; }
|
|
.ui-icon-script { background-position: -240px -128px; }
|
|
.ui-icon-alert { background-position: 0 -144px; }
|
|
.ui-icon-info { background-position: -16px -144px; }
|
|
.ui-icon-notice { background-position: -32px -144px; }
|
|
.ui-icon-help { background-position: -48px -144px; }
|
|
.ui-icon-check { background-position: -64px -144px; }
|
|
.ui-icon-bullet { background-position: -80px -144px; }
|
|
.ui-icon-radio-off { background-position: -96px -144px; }
|
|
.ui-icon-radio-on { background-position: -112px -144px; }
|
|
.ui-icon-pin-w { background-position: -128px -144px; }
|
|
.ui-icon-pin-s { background-position: -144px -144px; }
|
|
.ui-icon-play { background-position: 0 -160px; }
|
|
.ui-icon-pause { background-position: -16px -160px; }
|
|
.ui-icon-seek-next { background-position: -32px -160px; }
|
|
.ui-icon-seek-prev { background-position: -48px -160px; }
|
|
.ui-icon-seek-end { background-position: -64px -160px; }
|
|
.ui-icon-seek-start { background-position: -80px -160px; }
|
|
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
|
.ui-icon-seek-first { background-position: -80px -160px; }
|
|
.ui-icon-stop { background-position: -96px -160px; }
|
|
.ui-icon-eject { background-position: -112px -160px; }
|
|
.ui-icon-volume-off { background-position: -128px -160px; }
|
|
.ui-icon-volume-on { background-position: -144px -160px; }
|
|
.ui-icon-power { background-position: 0 -176px; }
|
|
.ui-icon-signal-diag { background-position: -16px -176px; }
|
|
.ui-icon-signal { background-position: -32px -176px; }
|
|
.ui-icon-battery-0 { background-position: -48px -176px; }
|
|
.ui-icon-battery-1 { background-position: -64px -176px; }
|
|
.ui-icon-battery-2 { background-position: -80px -176px; }
|
|
.ui-icon-battery-3 { background-position: -96px -176px; }
|
|
.ui-icon-circle-plus { background-position: 0 -192px; }
|
|
.ui-icon-circle-minus { background-position: -16px -192px; }
|
|
.ui-icon-circle-close { background-position: -32px -192px; }
|
|
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
|
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
|
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
|
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
|
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
|
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
|
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
|
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
|
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
|
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
|
.ui-icon-circle-check { background-position: -208px -192px; }
|
|
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
|
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
|
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
|
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
|
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
|
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
|
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
|
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
|
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
|
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
|
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
|
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
|
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Corner radius */
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay { background: #eeeeee url(/assets/jquery-ui/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
|
|
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
|
|
* jQuery UI Datepicker 1.8.14
|
|
*
|
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Datepicker#theming
|
|
*/
|
|
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
|
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
|
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
|
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
|
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
|
.ui-datepicker .ui-datepicker-next { right:2px; }
|
|
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
|
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
|
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
|
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
|
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
|
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
|
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
|
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
|
.ui-datepicker td { border: 0; padding: 1px; }
|
|
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
|
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
|
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
|
|
|
/* with multiple calendars */
|
|
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
|
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
|
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
|
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
|
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
|
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
|
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
|
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
|
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
|
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
|
|
|
/* RTL support */
|
|
.ui-datepicker-rtl { direction: rtl; }
|
|
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
|
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
|
|
|
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
|
.ui-datepicker-cover {
|
|
display: none; /*sorry for IE5*/
|
|
display/**/: block; /*sorry for IE5*/
|
|
position: absolute; /*must have*/
|
|
z-index: -1; /*must have*/
|
|
filter: mask(); /*must have*/
|
|
top: -4px; /*must have*/
|
|
left: -4px; /*must have*/
|
|
width: 200px; /*must have*/
|
|
height: 200px; /*must have*/
|
|
}
|
|
#language-bar,
|
|
#login-nav,
|
|
#store-nav {
|
|
float: right;
|
|
margin-top: 10px;}
|
|
#language-bar li,
|
|
#login-nav li,
|
|
#store-nav li {
|
|
float: left;
|
|
margin-right: 1em;
|
|
list-style: none; }
|
|
|
|
.address-form label,
|
|
#creditcard label {
|
|
width: 200px;
|
|
display: block;
|
|
float: left; }
|
|
|
|
#creditcard label {
|
|
width: 150px; }
|
|
|
|
input.default {
|
|
color: #999; }
|
|
input.default:focus {
|
|
color: inherit; }
|
|
|
|
p.help-text {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
margin-bottom: 0;
|
|
color: #999; }
|
|
|
|
|
|
|
|
|
|
body {
|
|
margin-top: 0px;
|
|
background-color: #162F54;
|
|
color: #476D9B;
|
|
}
|
|
|
|
a {
|
|
color: #4884BD; }
|
|
a:active,
|
|
a:visited {
|
|
color: #4884BD; }
|
|
|
|
#header {
|
|
height:95px;
|
|
position: relative;
|
|
margin-bottom: 13px;
|
|
}
|
|
#header,
|
|
#footer {
|
|
position: relative;
|
|
clear: both; }
|
|
#content {
|
|
margin: 0em 1em 1em 1em;
|
|
padding: 1em;
|
|
background: #fff;
|
|
color: #111;
|
|
min-height: 500px; }
|
|
#content a {
|
|
color: #3C7DFB; }
|
|
#content a:active,
|
|
#content a:visited {
|
|
color: #3C7DFB; }
|
|
#content.with-sidebar {
|
|
background: #fff url(/assets/admin/bg/content-back.png) right top repeat-y;
|
|
padding-right: 340px;
|
|
position: relative; }
|
|
#sidebar {
|
|
position: absolute;
|
|
width: 305px;
|
|
top: 0; right: 0;
|
|
padding-top: 3em;
|
|
}
|
|
#sidebar .box {
|
|
padding:10px;
|
|
}
|
|
#sidebar .box h3 { margin: 0 0 10px 0; }
|
|
#sidebar h3 {
|
|
margin: 0 10px; }
|
|
#sidebar h3 a {
|
|
color: #111;
|
|
text-decoration: none; }
|
|
#sidebar h5 {
|
|
margin: 0 10px;
|
|
width: 130px;
|
|
float: left;}
|
|
#sidebar span.sku {
|
|
display: block;
|
|
font-weight: normal; }
|
|
#sidebar img {
|
|
float: right;
|
|
margin-right: 1em; }
|
|
#sidebar img.calendar_date_select_popup_icon {
|
|
float: none; }
|
|
#sidebar .field {
|
|
padding: 0 1em; }
|
|
#sidebar .form-buttons {
|
|
padding: 0 1em; }
|
|
#sidebar h4 {
|
|
margin-left: 10px; }
|
|
#sidebar ul.sidebar {
|
|
clear: both;
|
|
position: relative;
|
|
margin: 0;
|
|
padding: 0; }
|
|
#sidebar ul.sidebar li {
|
|
list-style: none; }
|
|
#sidebar ul.sidebar li a {
|
|
display: block;
|
|
padding: 10px 20px 10px;
|
|
outline: none;
|
|
text-decoration: none;
|
|
color: #666 !important; }
|
|
#sidebar ul.sidebar li a:hover { background-color:#ddd }
|
|
#sidebar ul.sidebar li.active a {
|
|
font-weight: bold;
|
|
background: url(/assets/admin/bg/menu-current.png) left center no-repeat;
|
|
color: #363 !important;
|
|
margin-left: -20px;
|
|
padding-left: 30px; }
|
|
#sidebar .order-number,
|
|
#sidebar .order-status {
|
|
text-align: right;
|
|
margin-right: 20px; }
|
|
#sidebar .order-status {
|
|
padding: 7px 15px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
float: right;
|
|
background-color: #999;
|
|
color: #111;
|
|
text-transform: uppercase; }
|
|
#sidebar .order-status.new {
|
|
background-color: #5D9C0F;
|
|
color: #fff; }
|
|
#sidebar .order-status.canceled {
|
|
background-color: #c00;
|
|
color: #fff; }
|
|
|
|
#header #logo {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 10px;
|
|
}
|
|
#header h1 {
|
|
position: absolute;
|
|
left: 200px;
|
|
bottom: 19px;
|
|
margin: 10px 10px 10px 10px;
|
|
display: block;
|
|
text-decoration: none;
|
|
line-height: 100%;
|
|
|
|
}
|
|
#header h1 a {
|
|
color: #8CB952;
|
|
}
|
|
#admin-menu { clear: both; }
|
|
#admin-menu,
|
|
#sub-menu {
|
|
margin: 0 1em;
|
|
}
|
|
#admin-menu li {
|
|
|
|
}
|
|
#admin-menu ul,
|
|
#sub-menu ul {
|
|
padding: 0;
|
|
margin: 0; }
|
|
#admin-menu ul li,
|
|
#sub-menu ul li {
|
|
float: left;
|
|
margin-right: 1em;
|
|
list-style: none; }
|
|
#admin-menu ul li,
|
|
#sub-menu ul li {
|
|
margin-right: 0; margin-bottom: -1px;}
|
|
#admin-menu ul li a,
|
|
#sub-menu ul li a {
|
|
display: block;
|
|
padding: 10px 20px;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
outline: none; }
|
|
#admin-menu ul li.selected a,
|
|
#sub-menu ul li.selected a {
|
|
background-color: #0095da;
|
|
}
|
|
#admin-menu ul li.selected {
|
|
border-bottom:1px solid #0095DA;
|
|
}
|
|
#IE7 #admin-menu {
|
|
height: 39px; }
|
|
#admin-menu {
|
|
background: #154e8c url(/assets/admin/bg/admin_tab_back.png) top left repeat-x;
|
|
border-top: 1px solid #4B83E2;
|
|
border-right: 1px solid #34599B;
|
|
border-bottom: 1px solid #41A6F0;
|
|
}
|
|
#admin-menu ul {
|
|
margin-bottom: -1px; }
|
|
#admin-menu ul li:first-child {
|
|
border-left: 1px solid #34599B; }
|
|
#admin-menu ul li.selected {
|
|
background: #0095da url(/assets/admin/bg/admin_tab_selected_back.png) top left repeat-x;
|
|
border-left: 1px solid #41A6F0;
|
|
border-top: 1px solid #41A6F0;
|
|
border-right: 1px solid #4986BF;
|
|
height: 40px;
|
|
margin-top: -2px; }
|
|
#sub-menu {
|
|
background: #0095da;
|
|
border-left: 1px solid #41A6F0;
|
|
border-right: 1px solid #4986BF; }
|
|
#IE7 #sub-menu ul {
|
|
height: 26px; }
|
|
#sub-menu ul li a {
|
|
padding: 3px 7px;
|
|
margin: 10px 5px;
|
|
color: #154e8c;
|
|
background: none; }
|
|
#sub-menu ul li.selected a {
|
|
background: #154e8c;
|
|
color: #9BC3FC;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px; }
|
|
#slide-content {
|
|
margin: 0 1em;
|
|
background-color: #cdf; }
|
|
.toolbar {
|
|
float: right;
|
|
margin-bottom: 1em; }
|
|
.toolbar ul.actions {
|
|
margin: 0;
|
|
padding: 0;
|
|
float: right; }
|
|
.toolbar ul.actions li {
|
|
float: left;
|
|
margin-right: 1em;
|
|
list-style: none; }
|
|
.toolbar ul.actions li {
|
|
margin-right: 0; }
|
|
.toolbar.order-links a {
|
|
text-transform: capitalize; }
|
|
.search-form {
|
|
display: none;
|
|
padding: 1em; }
|
|
.search-form label {
|
|
display: block; }
|
|
a.button {
|
|
background: transparent url(/assets/admin/buttons/right_01.png) no-repeat scroll top right;
|
|
display: block;
|
|
float: left;
|
|
margin-right: 6px;
|
|
padding-right: 20px;
|
|
text-decoration: none;
|
|
color: #111 !important;
|
|
font-weight: bold;
|
|
outline: none; }
|
|
a.button span {
|
|
background: transparent url(/assets/admin/buttons/left_01.png) no-repeat;
|
|
display: block;
|
|
line-height: 22px;
|
|
padding: 7px 0 5px 14px;
|
|
text-shadow: #efefef 1px 1px 0px; }
|
|
a.button img {
|
|
vertical-align: middle;
|
|
margin: 0 3px 0 0; }
|
|
a.button.cancel span {
|
|
font-weight: normal; }
|
|
a.button.small {
|
|
font-size: 1em;
|
|
background: transparent url(/assets/admin/buttons/right_01_small.png) no-repeat scroll top right;
|
|
padding-right: 20px; }
|
|
a.button.small span {
|
|
background: transparent url(/assets/admin/buttons/left_01_small.png) no-repeat;
|
|
padding: 5px 0 3px 20px;
|
|
line-height: 21px; }
|
|
a.button.green {
|
|
background: transparent url(/assets/admin/buttons/green/right_01.png) no-repeat scroll top right;
|
|
color: #151 !important; }
|
|
a.button.green span {
|
|
background: transparent url(/assets/admin/buttons/green/left_01.png) no-repeat; }
|
|
button {
|
|
border: 0;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
padding: 0 20px 0 0;
|
|
text-align: center;
|
|
background: url(/assets/admin/buttons/right_01.png) center right no-repeat;
|
|
font-size: 1.3em;
|
|
outline: none; }
|
|
button span {
|
|
position: relative;
|
|
display: block;
|
|
white-space: nowrap;
|
|
padding: 0 0 0 20px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: url(/assets/admin/buttons/left_01.png) center left no-repeat;
|
|
text-shadow: #efefef 1px 1px 0px; }
|
|
button span img {
|
|
vertical-align: middle;
|
|
margin: 0 3px 0 0; }
|
|
button:focus {
|
|
outline: none; }
|
|
button.tick {
|
|
background: none;
|
|
width: 24px; }
|
|
button.small {
|
|
font-size: 1em;
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
input.title,
|
|
textarea {
|
|
margin: 0; }
|
|
.errorExplanation {
|
|
border: solid 2px #f15700;
|
|
padding: 1em;
|
|
margin-bottom: 1em;
|
|
background: #cdf;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px; }
|
|
.errorExplanation ul {
|
|
color: #f15700;
|
|
list-style: square; }
|
|
.errorExplanation h2 {
|
|
font-size: 1.75em;
|
|
padding-left: 40px;
|
|
background: url(/assets/admin/icons/32x32/3.png) center left no-repeat; }
|
|
ul.checkbox-list {
|
|
list-style: none; }
|
|
ul.checkbox-list li {
|
|
display: block;
|
|
float: left;
|
|
width: 200px; }
|
|
ul.checkbox-list li label {
|
|
font-weight: normal !important; }
|
|
#busy_indicator {
|
|
margin-bottom: 1em; }
|
|
select#filter_state {
|
|
font-size: 1.5em; }
|
|
h2.order-number {
|
|
margin-bottom: 0; }
|
|
h4.order-status {
|
|
display: block;
|
|
font-weight: normal; }
|
|
.adr {
|
|
float: left;
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
padding: 1em;
|
|
border: solid 1px #999;
|
|
-moz-border-radius: .5em;
|
|
-webkit-border-radius: .5em;
|
|
min-width: 46%; }
|
|
.adr .fn {
|
|
font-weight: bold; }
|
|
.adr h4 {
|
|
margin-bottom: 1em;
|
|
border-bottom: 1px solid #ccc;
|
|
padding-bottom: .5em;
|
|
color: #666; }
|
|
ul.taxonomy-tree {
|
|
cursor: default;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0 0 0 35px;
|
|
min-height: 2em; }
|
|
ul.taxonomy-tree li.taxon {
|
|
clear: both;
|
|
padding: 5px; }
|
|
ul.taxonomy-tree li.taxon span,
|
|
ul.taxonomy-tree li.taxon input {
|
|
float: left;
|
|
margin-right: 1em; }
|
|
ul.taxonomy-tree li.taxon .name {
|
|
float: left;
|
|
cursor: move; }
|
|
ul.taxonomy-tree li.taxon.new ul.taxonomy-actions,
|
|
ul.taxonomy-tree li.taxon.editing ul.taxonomy-actions {
|
|
display: none; }
|
|
ul.taxonomy-tree li.taxon.to-destroy {
|
|
color: #900;
|
|
text-decoration: line-through; }
|
|
ul.taxonomy-tree li.taxon.to-destroy ul.taxonomy-actions {
|
|
display: none; }
|
|
.placeholder {
|
|
height: 30px;
|
|
clear: both;
|
|
border: dashed 2px #ddd; }
|
|
ul.taxonomy-actions {
|
|
float: left;
|
|
list-style: none;
|
|
margin: 0px 0px 10px 10px;
|
|
padding: 0; }
|
|
ul.taxonomy-actions li {
|
|
float: left;
|
|
margin-right: 5px; }
|
|
ul.taxonomy-actions li img {
|
|
vertical-align: text-top; }
|
|
ul.taxonomy-actions li.disabled {
|
|
opacity: .5; }
|
|
h3.warning {
|
|
background-image: url(/assets/admin/icons/exclamation.png);
|
|
background-position: 10px 15px;
|
|
background-repeat: no-repeat;
|
|
padding-left: 35px; }
|
|
#searching {
|
|
clear: both;
|
|
margin-top: 2em; }
|
|
|
|
|
|
.pagination{
|
|
padding-top: 10px;
|
|
text-align: right;
|
|
}
|
|
a.page, span.page {
|
|
padding: 0px 5px;
|
|
margin: 0 3px;
|
|
}
|
|
a.page {
|
|
text-decoration: none;
|
|
border: 1px solid #9aafe5;
|
|
color: #2e6ab1;
|
|
}
|
|
a.page:hover, a.page:active {
|
|
border: 1px solid #2b66a5;
|
|
color: #000;
|
|
background-color: LightYellow;
|
|
}
|
|
|
|
a.next_page {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
span.disabled_page {
|
|
border: 1px solid #929292;
|
|
color: #929292;
|
|
}
|
|
|
|
span.current_page {
|
|
font-weight: bold;
|
|
border: 1px solid navy;
|
|
background-color: #2e6ab1;
|
|
color: #FFF;
|
|
}
|
|
|
|
div#calculator-settings-warning, .warning {
|
|
color: #f00;
|
|
}
|
|
#progress{
|
|
display:none;
|
|
background:#154E8C url(/assets/admin/bg/admin_tab_back.png) repeat-x scroll left top;
|
|
color:#fff;
|
|
font-size:170%;
|
|
height:25px;
|
|
left:33%;
|
|
padding:10px 0 15px;
|
|
position:fixed;
|
|
text-align:center;
|
|
width:320px;
|
|
font-weight:bold;
|
|
-moz-border-radius-bottomleft:15px;
|
|
-moz-border-radius-bottomright:15px;
|
|
-webkit-border-bottom-left-radius: 15px;
|
|
-webkit-border-bottom-right-radius: 15px;
|
|
}
|
|
#progress img{
|
|
vertical-align:middle;
|
|
padding-right:10px;
|
|
}
|
|
|
|
ul#shipping-specs {
|
|
margin: 0;
|
|
padding-bottom:10px;
|
|
}
|
|
ul#shipping-specs li {
|
|
list-style-image:none;
|
|
display:inline;
|
|
}
|
|
|
|
.product-scopes ul > li {
|
|
float: left;
|
|
width: 220px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.product-scopes .invalid {
|
|
background-color: red;
|
|
}
|
|
|
|
div.product-preview-products {
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#preference-settings input, #preference-settings select, #preference-settings textarea{
|
|
float:left;
|
|
|
|
}
|
|
|
|
#preference-settings input[type=text], #preference-settings input[type=password] {
|
|
width: 250px;
|
|
}
|
|
|
|
#preference-settings input.input_integer[type=text] {
|
|
width: 100px;
|
|
}
|
|
|
|
#preference-settings label{
|
|
clear:both;
|
|
display:block;
|
|
float:left;
|
|
width:170px;
|
|
}
|
|
.index .price{
|
|
width: 50px;
|
|
text-align:center;
|
|
}
|
|
.index .qty{
|
|
width: 50px;
|
|
text-align:center;
|
|
}
|
|
.index .total{
|
|
width: 50px;
|
|
text-align:right;
|
|
}
|
|
.index .orders-actions{
|
|
width:40px;
|
|
padding-left:10px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Product Groups */
|
|
|
|
table#product_scopes tr {
|
|
background-color: #eee;
|
|
|
|
}
|
|
table#product_scopes tr td {
|
|
border-top: 4px solid #fff;
|
|
border-bottom: 1px solid #bbb;
|
|
padding: 5px 10px;
|
|
}
|
|
table#product_scopes tr td.actions {
|
|
vertical-align: middle;
|
|
text-align: right;
|
|
}
|
|
table#product_scopes tr td table {
|
|
margin: 0;
|
|
width: auto;
|
|
}
|
|
table#product_scopes tr td table tr td {
|
|
padding: 0;
|
|
border: none;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#product_group_forms_container {
|
|
position: relative;
|
|
}
|
|
#new_product_group_form {
|
|
position: absolute;
|
|
right: 25px;
|
|
bottom: 0;
|
|
}
|
|
#new_product_group_form p {
|
|
text-align: right;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
span.handle{
|
|
background-image: url(/assets/admin/icons/switch.png);
|
|
display: inline-block;
|
|
cursor: move;
|
|
width:14px;
|
|
height:15px;
|
|
}
|
|
|
|
.ac_results, .ui-autocomplete {
|
|
max-height: 230px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding-right: 20px;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.ac_results li h4 { width: 100% }
|
|
|
|
.ac_results li:last-child { border: none; }
|
|
|
|
.ui-autocomplete a.ui-state-hover { color: #444; text-decoration: none; font-weight:normal; padding: 0 0 0 0; margin: 0 0 0 0; border:none; }
|
|
|
|
.alert {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
font-size: 1.3em;
|
|
margin-bottom: 1em;
|
|
padding: 0.8em;
|
|
}
|
|
.alert a.dismiss {
|
|
float:right;
|
|
font-size: 0.8em;
|
|
}
|
|
.alert.release {
|
|
background-color: #ccddff;
|
|
color: #556699;
|
|
border: 1px solid #99aacc;
|
|
}
|
|
.alert.security {
|
|
background-color: #f4b4b4;
|
|
color: #000000;
|
|
border: 1px solid #e75b5b;
|
|
}
|
|
.alert.news {
|
|
background-color: #ccffd4;
|
|
color: #000000;
|
|
border: 1px solid #66ff7e;
|
|
}
|
|
|
|
/* Spree analytics preview buttons */
|
|
.analytics_splash{
|
|
text-align: center;
|
|
}
|
|
.preview-buttons {
|
|
position: absolute;
|
|
left: 860px;
|
|
top: 820px;
|
|
}
|
|
.preview-buttons a.button {
|
|
display: inline-block;
|
|
float: none;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* Spree admin banners*/
|
|
.banner {
|
|
overflow: auto;
|
|
}
|
|
.banner p {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
}
|
|
.banner .button {
|
|
float: none !important;
|
|
display: inline-block;
|
|
}
|
|
|
|
.banner.payment_banner {
|
|
width: 739px;
|
|
height: 135px;
|
|
background: transparent url(/assets/admin/payment_banner.png) no-repeat left top;
|
|
position: absolute;
|
|
left: -17px;
|
|
}
|
|
.banner.payment_banner .message {
|
|
padding-left: 40px;
|
|
padding-top: 35px;
|
|
font-size: 16px;
|
|
width: 500px;
|
|
color: #5A81B3;
|
|
line-height: 25px;
|
|
}
|
|
.banner.payment_banner .message a {
|
|
color: #82a653 !important;
|
|
}
|
|
|
|
.banner.payment_banner .dismiss {
|
|
color: #B25B59 !important;
|
|
font-weight: bold;
|
|
float: right;
|
|
margin-right: 25px;
|
|
}
|
|
/*
|
|
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
*/
|
|
|
|
/*
|
|
*/
|
|
|
|
/*
|
|
*/
|
|
|
|
.promotion_rule, .promotion_action {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
padding: 8px 40px 8px 10px;
|
|
background-color: #eee;
|
|
border-bottom: 1px solid #bbb;
|
|
margin-bottom: 4px;
|
|
position: relative;
|
|
}
|
|
.promotion_rule .delete, .promotion_action .delete {
|
|
display: block;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
}
|
|
.products_rule_products_source_field label {
|
|
display: inline;
|
|
}
|
|
.edit_promotion #general_fields, .edit_promotion #expiry_fields {
|
|
float: left;
|
|
width: 46%;
|
|
}
|
|
.edit_promotion #general_fields {
|
|
margin-right: 10px;
|
|
}
|
|
.edit_promotion #expiry_fields {}
|
|
.edit_promotion #starts_at_field, .edit_promotion #expires_at_field {
|
|
width: 200px;
|
|
float: left;
|
|
clear: none;
|
|
}
|
|
.edit_promotion #starts_at_field label, .edit_promotion #expires_at_field label{
|
|
display: block;
|
|
}
|
|
#rule_fields, #action_fields {
|
|
position: relative;
|
|
}
|
|
#new_product_rule_form, #new_promotion_action_form {
|
|
position: absolute;
|
|
text-align:right;
|
|
width: 300px;
|
|
right: 30px;
|
|
bottom: 20px;
|
|
}
|
|
/*
|
|
*/
|
|
|
|
/*
|
|
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
*
|
|
|
|
|
|
*/
|
|
|
|
/*
|
|
HTML5 Reset :: style.css
|
|
----------------------------------------------------------
|
|
We have learned much from/been inspired by/taken code where offered from:
|
|
|
|
Eric Meyer :: http://ericmeyer.com
|
|
HTML5 Doctor :: http://html5doctor.com
|
|
and the HTML5 Boilerplate :: http://html5boilerplate.com
|
|
|
|
-------------------------------------------------------------------------------*/
|
|
|
|
/* Let's default this puppy out
|
|
-------------------------------------------------------------------------------*/
|
|
|
|
|
|
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
background: transparent;
|
|
}
|
|
|
|
article, aside, figure, footer, header, hgroup, nav, section {display: block;}
|
|
|
|
/* Responsive images and other embedded objects
|
|
Note: keeping IMG here will cause problems if you're using foreground images as sprites.
|
|
If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
|
|
img,
|
|
object,
|
|
embed {max-width: 100%;}
|
|
|
|
/* force a vertical scrollbar to prevent a jumpy page */
|
|
html {overflow-y: scroll;}
|
|
|
|
/* we use a lot of ULs that aren't bulleted.
|
|
don't forget to restore the bullets within content. */
|
|
ul {list-style: none;}
|
|
|
|
blockquote, q {quotes: none;}
|
|
|
|
blockquote:before,
|
|
blockquote:after,
|
|
q:before,
|
|
q:after {content: ''; content: none;}
|
|
|
|
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
|
|
|
|
del {text-decoration: line-through;}
|
|
|
|
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
|
|
|
|
/* tables still need cellspacing="0" in the markup */
|
|
table {border-collapse: collapse; border-spacing: 0;}
|
|
th {font-weight: bold; vertical-align: bottom;}
|
|
td {font-weight: normal; vertical-align: top;}
|
|
|
|
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
|
|
|
|
input, select {vertical-align: middle;}
|
|
|
|
pre {
|
|
white-space: pre; /* CSS2 */
|
|
white-space: pre-wrap; /* CSS 2.1 */
|
|
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
|
|
word-wrap: break-word; /* IE */
|
|
}
|
|
|
|
input[type="radio"] {vertical-align: text-bottom;}
|
|
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
|
|
.ie6 input {vertical-align: text-bottom;}
|
|
|
|
select, input, textarea {font: 99% sans-serif;}
|
|
|
|
table {font-size: inherit; font: 100%;}
|
|
|
|
/* Accessible focus treatment
|
|
people.opera.com/patrickl/experiments/keyboard/test */
|
|
a:hover, a:active {outline: none;}
|
|
|
|
small {font-size: 85%;}
|
|
|
|
strong, th {font-weight: bold;}
|
|
|
|
td, td img {vertical-align: top;}
|
|
|
|
/* Make sure sup and sub don't screw with your line-heights
|
|
gist.github.com/413930 */
|
|
sub, sup {font-size: 75%; line-height: 0; position: relative;}
|
|
sup {top: -0.5em;}
|
|
sub {bottom: -0.25em;}
|
|
|
|
/* standardize any monospaced elements */
|
|
pre, code, kbd, samp {font-family: monospace, sans-serif;}
|
|
|
|
/* hand cursor on clickable elements */
|
|
.clickable,
|
|
label,
|
|
input[type=button],
|
|
input[type=submit],
|
|
button {cursor: pointer;}
|
|
|
|
/* Webkit browsers add a 2px margin outside the chrome of form elements */
|
|
button, input, select, textarea {margin: 0;}
|
|
|
|
/* make buttons play nice in IE */
|
|
button {width: auto; overflow: visible;}
|
|
|
|
/* scale images in IE7 more attractively */
|
|
.ie7 img {-ms-interpolation-mode: bicubic;}
|
|
|
|
/* prevent BG image flicker upon hover */
|
|
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
|
|
|
|
/* let's clear some floats */
|
|
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
|
|
.clearfix:after { clear: both; }
|
|
.clearfix { zoom: 1; }
|
|
|
|
|
|
|
|
/* Ok, this is where the fun starts.
|
|
-------------------------------------------------------------------------------*/
|
|
|
|
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
|
|
body {font: 13px Helmet, Freesans, sans-serif;}
|
|
|
|
/* using local fonts? make sure to read up on Paul Irish's
|
|
Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
|
|
|
|
/* we like off-black for text */
|
|
body, select, input, textarea {color: #333;}
|
|
|
|
a {color: #03f;}
|
|
a:hover {color: #69f;}
|
|
|
|
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
|
|
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
|
|
::selection {background: #fcd700; color: #fff; text-shadow: none;}
|
|
|
|
/* j.mp/webkit-tap-highlight-color */
|
|
a:link {-webkit-tap-highlight-color: #fcd700;}
|
|
|
|
ins {background-color: #fcd700; color: #000; text-decoration: none;}
|
|
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
|
|
|
|
|
|
|
|
|
|
|
|
/* Print styles!
|
|
-------------------------------------------------------------------------------*/
|
|
@media print {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
/* Media queries!
|
|
-------------------------------------------------------------------------------*/
|
|
|
|
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
|
|
@media screen and (max-device-width: 480px) {
|
|
|
|
|
|
}
|
|
|
|
@media all and (orientation: portrait) {
|
|
|
|
}
|
|
|
|
@media all and (orientation: landscape) {
|
|
|
|
}
|
|
|
|
/*
|
|
* Skeleton V1.1
|
|
* Copyright 2011, Dave Gamache
|
|
* www.getskeleton.com
|
|
* Free to use under the MIT license.
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
* 8/17/2011
|
|
*/
|
|
|
|
|
|
/* Table of Contents
|
|
==================================================
|
|
#Base 960 Grid
|
|
#Tablet (Portrait)
|
|
#Mobile (Portrait)
|
|
#Mobile (Landscape)
|
|
#Clearing */
|
|
|
|
|
|
|
|
/* #Base 960 Grid
|
|
================================================== */
|
|
|
|
|
|
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
|
|
.container .column,
|
|
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
|
|
.row { margin-bottom: 20px; }
|
|
|
|
/* Nested Column Classes */
|
|
.column.alpha, .columns.alpha { margin-left: 0; }
|
|
.column.omega, .columns.omega { margin-right: 0; }
|
|
|
|
/* Base Grid */
|
|
.container .one.column,
|
|
.container .one.columns { width: 40px; }
|
|
.container .two.columns { width: 100px; }
|
|
.container .three.columns { width: 160px; }
|
|
.container .four.columns { width: 220px; }
|
|
.container .five.columns { width: 280px; }
|
|
.container .six.columns { width: 340px; }
|
|
.container .seven.columns { width: 400px; }
|
|
.container .eight.columns { width: 460px; }
|
|
.container .nine.columns { width: 520px; }
|
|
.container .ten.columns { width: 580px; }
|
|
.container .eleven.columns { width: 640px; }
|
|
.container .twelve.columns { width: 700px; }
|
|
.container .thirteen.columns { width: 760px; }
|
|
.container .fourteen.columns { width: 820px; }
|
|
.container .fifteen.columns { width: 880px; }
|
|
.container .sixteen.columns { width: 940px; }
|
|
|
|
.container .one-third.column { width: 300px; }
|
|
.container .two-thirds.column { width: 620px; }
|
|
|
|
/* Offsets */
|
|
.container .offset-by-one { padding-left: 60px; }
|
|
.container .offset-by-two { padding-left: 120px; }
|
|
.container .offset-by-three { padding-left: 180px; }
|
|
.container .offset-by-four { padding-left: 240px; }
|
|
.container .offset-by-five { padding-left: 300px; }
|
|
.container .offset-by-six { padding-left: 360px; }
|
|
.container .offset-by-seven { padding-left: 420px; }
|
|
.container .offset-by-eight { padding-left: 480px; }
|
|
.container .offset-by-nine { padding-left: 540px; }
|
|
.container .offset-by-ten { padding-left: 600px; }
|
|
.container .offset-by-eleven { padding-left: 660px; }
|
|
.container .offset-by-twelve { padding-left: 720px; }
|
|
.container .offset-by-thirteen { padding-left: 780px; }
|
|
.container .offset-by-fourteen { padding-left: 840px; }
|
|
.container .offset-by-fifteen { padding-left: 900px; }
|
|
|
|
|
|
|
|
/* #Tablet (Portrait)
|
|
================================================== */
|
|
|
|
/* Note: Design for a width of 768px */
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
|
.container { width: 768px; }
|
|
.container .column,
|
|
.container .columns { margin-left: 10px; margin-right: 10px; }
|
|
.column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
|
|
.column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }
|
|
.alpha.omega { margin-left: 0; margin-right: 0; }
|
|
|
|
.container .one.column,
|
|
.container .one.columns { width: 28px; }
|
|
.container .two.columns { width: 76px; }
|
|
.container .three.columns { width: 124px; }
|
|
.container .four.columns { width: 172px; }
|
|
.container .five.columns { width: 220px; }
|
|
.container .six.columns { width: 268px; }
|
|
.container .seven.columns { width: 316px; }
|
|
.container .eight.columns { width: 364px; }
|
|
.container .nine.columns { width: 412px; }
|
|
.container .ten.columns { width: 460px; }
|
|
.container .eleven.columns { width: 508px; }
|
|
.container .twelve.columns { width: 556px; }
|
|
.container .thirteen.columns { width: 604px; }
|
|
.container .fourteen.columns { width: 652px; }
|
|
.container .fifteen.columns { width: 700px; }
|
|
.container .sixteen.columns { width: 748px; }
|
|
|
|
.container .one-third.column { width: 236px; }
|
|
.container .two-thirds.column { width: 492px; }
|
|
|
|
/* Offsets */
|
|
.container .offset-by-one { padding-left: 48px; }
|
|
.container .offset-by-two { padding-left: 96px; }
|
|
.container .offset-by-three { padding-left: 144px; }
|
|
.container .offset-by-four { padding-left: 192px; }
|
|
.container .offset-by-five { padding-left: 240px; }
|
|
.container .offset-by-six { padding-left: 288px; }
|
|
.container .offset-by-seven { padding-left: 336px; }
|
|
.container .offset-by-eight { padding-left: 348px; }
|
|
.container .offset-by-nine { padding-left: 432px; }
|
|
.container .offset-by-ten { padding-left: 480px; }
|
|
.container .offset-by-eleven { padding-left: 528px; }
|
|
.container .offset-by-twelve { padding-left: 576px; }
|
|
.container .offset-by-thirteen { padding-left: 624px; }
|
|
.container .offset-by-fourteen { padding-left: 672px; }
|
|
.container .offset-by-fifteen { padding-left: 720px; }
|
|
}
|
|
|
|
|
|
/* #Mobile (Portrait)
|
|
================================================== */
|
|
|
|
/* Note: Design for a width of 320px */
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.container { width: 300px; }
|
|
.container .columns,
|
|
.container .column { margin: 0; }
|
|
|
|
.container .one.column,
|
|
.container .one.columns,
|
|
.container .two.columns,
|
|
.container .three.columns,
|
|
.container .four.columns,
|
|
.container .five.columns,
|
|
.container .six.columns,
|
|
.container .seven.columns,
|
|
.container .eight.columns,
|
|
.container .nine.columns,
|
|
.container .ten.columns,
|
|
.container .eleven.columns,
|
|
.container .twelve.columns,
|
|
.container .thirteen.columns,
|
|
.container .fourteen.columns,
|
|
.container .fifteen.columns,
|
|
.container .sixteen.columns,
|
|
.container .one-third.column,
|
|
.container .two-thirds.column { width: 300px; }
|
|
|
|
/* Offsets */
|
|
.container .offset-by-one,
|
|
.container .offset-by-two,
|
|
.container .offset-by-three,
|
|
.container .offset-by-four,
|
|
.container .offset-by-five,
|
|
.container .offset-by-six,
|
|
.container .offset-by-seven,
|
|
.container .offset-by-eight,
|
|
.container .offset-by-nine,
|
|
.container .offset-by-ten,
|
|
.container .offset-by-eleven,
|
|
.container .offset-by-twelve,
|
|
.container .offset-by-thirteen,
|
|
.container .offset-by-fourteen,
|
|
.container .offset-by-fifteen { padding-left: 0; }
|
|
|
|
}
|
|
|
|
|
|
/* #Mobile (Landscape)
|
|
================================================== */
|
|
|
|
/* Note: Design for a width of 480px */
|
|
|
|
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
|
.container { width: 420px; }
|
|
.container .columns,
|
|
.container .column { margin: 0; }
|
|
|
|
.container .one.column,
|
|
.container .one.columns,
|
|
.container .two.columns,
|
|
.container .three.columns,
|
|
.container .four.columns,
|
|
.container .five.columns,
|
|
.container .six.columns,
|
|
.container .seven.columns,
|
|
.container .eight.columns,
|
|
.container .nine.columns,
|
|
.container .ten.columns,
|
|
.container .eleven.columns,
|
|
.container .twelve.columns,
|
|
.container .thirteen.columns,
|
|
.container .fourteen.columns,
|
|
.container .fifteen.columns,
|
|
.container .sixteen.columns,
|
|
.container .one-third.column,
|
|
.container .two-thirds.column { width: 420px; }
|
|
}
|
|
|
|
|
|
/* #Clearing
|
|
================================================== */
|
|
|
|
/* Self Clearing Goodness */
|
|
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
|
|
|
|
/* Use clearfix class on parent to clear nested columns,
|
|
or wrap each row of columns in a <div class="row"> */
|
|
.clearfix:before,
|
|
.clearfix:after,
|
|
.row:before,
|
|
.row:after {
|
|
content: '\0020';
|
|
display: block;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0; }
|
|
.row:after,
|
|
.clearfix:after {
|
|
clear: both; }
|
|
.row,
|
|
.clearfix {
|
|
zoom: 1; }
|
|
|
|
/* You can also use a <br class="clear" /> to clear columns */
|
|
.clear {
|
|
clear: both;
|
|
display: block;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.input_tiny {
|
|
width: 50px;
|
|
}
|
|
|
|
.input_small {
|
|
width: 100px;
|
|
}
|
|
|
|
.input_medium {
|
|
width: 150px;
|
|
}
|
|
|
|
.input_large {
|
|
width: 200px;
|
|
}
|
|
|
|
.input_xlarge {
|
|
width: 250px;
|
|
}
|
|
|
|
.input_xxlarge {
|
|
width: 300px;
|
|
}
|
|
|
|
.input_full {
|
|
width: 100%;
|
|
}
|
|
|
|
.input_full_wrap {
|
|
display: block;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
display: none;
|
|
}
|
|
|
|
button:focus,
|
|
input:focus,
|
|
select:focus,
|
|
textarea:focus {
|
|
-webkit-box-shadow: #0066ff 0 0 7px 0;
|
|
-moz-box-shadow: #0066ff 0 0 7px 0;
|
|
-o-box-shadow: #0066ff 0 0 7px 0;
|
|
box-shadow: #0066ff 0 0 7px 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
input[type="file"]:focus, input[type="file"]:active,
|
|
input[type="radio"]:focus,
|
|
input[type="radio"]:active,
|
|
input[type="checkbox"]:focus,
|
|
input[type="checkbox"]:active {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
-o-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
button,
|
|
input[type="reset"],
|
|
input[type="submit"],
|
|
input[type="button"],
|
|
a.button {
|
|
-webkit-appearance: none;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-ms-border-radius: 4px;
|
|
-o-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-webkit-background-clip: padding;
|
|
-moz-background-clip: padding;
|
|
-ms-background-clip: padding-box;
|
|
-o-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
background: #dddddd url(/assets/jquery.formalize/button.png) repeat-x;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
|
|
background-image: -webkit-linear-gradient(#ffffff, #dddddd);
|
|
background-image: -moz-linear-gradient(#ffffff, #dddddd);
|
|
background-image: -o-linear-gradient(#ffffff, #dddddd);
|
|
background-image: -ms-linear-gradient(#ffffff, #dddddd);
|
|
background-image: linear-gradient(#ffffff, #dddddd);
|
|
border: 1px solid;
|
|
border-color: #dddddd #bbbbbb #999999;
|
|
cursor: pointer;
|
|
color: #333333;
|
|
font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
|
|
outline: 0;
|
|
overflow: visible;
|
|
margin: 0;
|
|
padding: 3px 10px;
|
|
text-shadow: white 0 1px 1px;
|
|
vertical-align: top;
|
|
width: auto;
|
|
*padding-top: 2px;
|
|
*padding-bottom: 0;
|
|
}
|
|
button:hover,
|
|
input[type="reset"]:hover,
|
|
input[type="submit"]:hover,
|
|
input[type="button"]:hover,
|
|
a.button:hover {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
|
|
background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
|
|
background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
|
|
background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
|
|
background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
|
|
background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
|
|
}
|
|
button:active,
|
|
input[type="reset"]:active,
|
|
input[type="submit"]:active,
|
|
input[type="button"]:active,
|
|
a.button:active {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
|
|
background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
|
|
background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
|
|
background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
|
|
background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
|
|
background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
|
|
-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
|
-moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
|
-o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
|
box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
|
border-color: #999999 #bbbbbb #dddddd;
|
|
}
|
|
a.button::-moz-focus-inner,
|
|
button::-moz-focus-inner,
|
|
input[type="reset"]::-moz-focus-inner,
|
|
input[type="submit"]::-moz-focus-inner,
|
|
input[type="button"]::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
button, a.button {
|
|
*padding-top: 1px;
|
|
*padding-bottom: 1px;
|
|
}
|
|
|
|
textarea,
|
|
select,
|
|
input[type="date"],
|
|
input[type="datetime"],
|
|
input[type="datetime-local"],
|
|
input[type="email"],
|
|
input[type="month"],
|
|
input[type="number"],
|
|
input[type="password"],
|
|
input[type="search"],
|
|
input[type="tel"],
|
|
input[type="text"],
|
|
input[type="time"],
|
|
input[type="url"],
|
|
input[type="week"] {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-ms-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-background-clip: padding;
|
|
-moz-background-clip: padding;
|
|
-ms-background-clip: padding-box;
|
|
-o-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-ms-border-radius: 0;
|
|
-o-border-radius: 0;
|
|
border-radius: 0;
|
|
-webkit-appearance: none;
|
|
background-color: white;
|
|
border: 1px solid;
|
|
border-color: #848484 #c1c1c1 #e1e1e1;
|
|
color: black;
|
|
outline: 0;
|
|
margin: 0;
|
|
padding: 2px 3px;
|
|
text-align: left;
|
|
font-size: 13px;
|
|
font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
|
|
height: 1.8em;
|
|
vertical-align: top;
|
|
*padding-top: 2px;
|
|
*padding-bottom: 1px;
|
|
*height: auto;
|
|
}
|
|
textarea[disabled],
|
|
select[disabled],
|
|
input[type="date"][disabled],
|
|
input[type="datetime"][disabled],
|
|
input[type="datetime-local"][disabled],
|
|
input[type="email"][disabled],
|
|
input[type="month"][disabled],
|
|
input[type="number"][disabled],
|
|
input[type="password"][disabled],
|
|
input[type="search"][disabled],
|
|
input[type="tel"][disabled],
|
|
input[type="text"][disabled],
|
|
input[type="time"][disabled],
|
|
input[type="url"][disabled],
|
|
input[type="week"][disabled] {
|
|
background-color: #eeeeee;
|
|
}
|
|
a.button[disabled],
|
|
button[disabled],
|
|
input[disabled],
|
|
select[disabled],
|
|
select[disabled] option,
|
|
select[disabled] optgroup,
|
|
textarea[disabled] {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
-o-box-shadow: none;
|
|
box-shadow: none;
|
|
-moz-user-select: -moz-none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
user-select: none;
|
|
color: #888888;
|
|
cursor: default;
|
|
}
|
|
|
|
input::-webkit-input-placeholder,
|
|
textarea::-webkit-input-placeholder {
|
|
color: #888888;
|
|
}
|
|
|
|
input:-moz-placeholder,
|
|
textarea:-moz-placeholder {
|
|
color: #888888;
|
|
}
|
|
|
|
input.placeholder_text,
|
|
textarea.placeholder_text {
|
|
color: #888888;
|
|
}
|
|
|
|
textarea,
|
|
select[size],
|
|
select[multiple] {
|
|
height: auto;
|
|
}
|
|
|
|
select[size="0"],
|
|
select[size="1"] {
|
|
height: 1.8em;
|
|
*height: auto;
|
|
}
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 0) {
|
|
select[size],
|
|
select[multiple],
|
|
select[multiple][size] {
|
|
background-image: none;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
select,
|
|
select[size="0"],
|
|
select[size="1"] {
|
|
background-image: url(/assets/jquery.formalize/select_arrow.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
::-webkit-validation-bubble-message {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
|
|
border: 1px solid;
|
|
border-color: #747474 #5e5e5e #4f4f4f;
|
|
color: white;
|
|
font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
|
|
overflow: hidden;
|
|
padding: 15px 15px 17px;
|
|
text-shadow: black 0 0 1px;
|
|
height: 16px;
|
|
}
|
|
|
|
::-webkit-validation-bubble-arrow,
|
|
::-webkit-validation-bubble-top-outer-arrow,
|
|
::-webkit-validation-bubble-top-inner-arrow {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
background: #666666;
|
|
border: 0;
|
|
}
|
|
}
|
|
textarea {
|
|
min-height: 40px;
|
|
overflow: auto;
|
|
resize: vertical;
|
|
width: 100%;
|
|
}
|
|
|
|
optgroup {
|
|
color: black;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
|
|
}
|
|
|
|
input:invalid,
|
|
button:invalid,
|
|
select:invalid,
|
|
textarea:invalid {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
-o-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
input::-moz-focus-inner,
|
|
button::-moz-focus-inner,
|
|
a.button::-moz-focus-inner,
|
|
select::-moz-focus-inner,
|
|
textarea::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.ie6_button,
|
|
* html button {
|
|
background: #dddddd url(/assets/jquery.formalize/button.png) repeat-x;
|
|
border: 1px solid;
|
|
border-color: #dddddd #bbbbbb #999999;
|
|
cursor: pointer;
|
|
color: #333333;
|
|
font: bold 12px/1.2 Arial, sans-serif;
|
|
padding: 2px 10px 0px;
|
|
overflow: visible;
|
|
width: auto;
|
|
}
|
|
|
|
* html button {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.ie6_input,
|
|
* html textarea,
|
|
* html select {
|
|
background: white;
|
|
border: 1px solid;
|
|
border-color: #848484 #c1c1c1 #e1e1e1;
|
|
color: black;
|
|
padding: 2px 3px 1px;
|
|
font-size: 13px;
|
|
font-family: Arial, sans-serif;
|
|
vertical-align: top;
|
|
}
|
|
|
|
* html select {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.placeholder_text,
|
|
.ie6_input_disabled,
|
|
.ie6_button_disabled {
|
|
color: #888888;
|
|
}
|
|
|
|
.ie6_input_disabled {
|
|
background: #eeeeee;
|
|
}
|
|
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|&subset=latin,cyrillic,greek,greek-ext,latin-ext,cyrillic-ext);
|
|
/*--------------------------------------*/
|
|
/* Colors
|
|
/*--------------------------------------*/
|
|
/* Spree green */
|
|
/* Error red */
|
|
/*--------------------------------------*/
|
|
/* Fonts import from remote
|
|
/*--------------------------------------*/
|
|
/*--------------------------------------*/
|
|
/* Font families
|
|
/*--------------------------------------*/
|
|
/*--------------------------------------
|
|
| Font sizes
|
|
|--------------------------------------
|
|
|- Navigation
|
|
| */
|
|
/*|------------------------------------
|
|
|- Product Listing
|
|
| */
|
|
/*|------------------------------------
|
|
|- Product Details
|
|
| */
|
|
/*|------------------------------------
|
|
|- Basic
|
|
| */
|
|
/*--------------------------------------*/
|
|
/* Basic styles
|
|
/*--------------------------------------*/
|
|
/* line 63, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
body {
|
|
font-family: "Ubuntu", sans-serif;
|
|
color: #404042;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
background-color: white;
|
|
}
|
|
|
|
/* Line style */
|
|
/* line 72, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
hr {
|
|
border-color: #d9d9db;
|
|
}
|
|
|
|
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
|
|
/* line 77, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
::-moz-selection {
|
|
background: #00adee;
|
|
color: white;
|
|
text-shadow: none;
|
|
}
|
|
|
|
/* line 78, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
::selection {
|
|
background: #00adee;
|
|
color: white;
|
|
text-shadow: none;
|
|
}
|
|
|
|
/* j.mp/webkit-tap-highlight-color */
|
|
/* line 81, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
a:link {
|
|
-webkit-tap-highlight-color: #00adee;
|
|
}
|
|
|
|
/* line 83, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ins {
|
|
background-color: #00adee;
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* line 84, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
mark {
|
|
background-color: #00adee;
|
|
color: white;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Links
|
|
/*--------------------------------------*/
|
|
/* line 89, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
a {
|
|
text-decoration: none;
|
|
color: #00adee;
|
|
}
|
|
/* line 93, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
a:hover {
|
|
color: #0088bb !important;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Lists
|
|
/*--------------------------------------*/
|
|
/* line 107, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul.inline li, ol.inline li {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 114, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
dl dt, dl dd {
|
|
display: inline-block;
|
|
width: 50%;
|
|
padding: 5px;
|
|
}
|
|
/* line 119, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
dl dt.odd, dl dd.odd {
|
|
background-color: #d9d9db;
|
|
}
|
|
/* line 123, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
dl dt {
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 127, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
dl dd {
|
|
margin-left: -23px;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Headers
|
|
/*--------------------------------------*/
|
|
/* line 135, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h1 {
|
|
font-size: 24px;
|
|
line-height: 34px;
|
|
}
|
|
|
|
/* line 136, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h2 {
|
|
font-size: 22px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
/* line 137, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h3 {
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
/* line 138, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h4 {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
/* line 139, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h5 {
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
/* line 140, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h6 {
|
|
font-size: 12px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
/* line 142, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-weight: bold;
|
|
color: #404042;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Forms
|
|
/*--------------------------------------*/
|
|
/* line 155, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
textarea, input[type="date"],
|
|
input[type="datetime"], input[type="datetime-local"],
|
|
input[type="email"], input[type="month"], input[type="number"],
|
|
input[type="password"], input[type="search"], input[type="tel"],
|
|
input[type="text"], input[type="time"], input[type="url"],
|
|
input[type="week"] {
|
|
border: 1px solid #d9d9db;
|
|
padding: 2px 5px;
|
|
font-family: "Ubuntu", sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
/* line 161, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
textarea:active, textarea:focus, input[type="date"]:active, input[type="date"]:focus,
|
|
input[type="datetime"]:active,
|
|
input[type="datetime"]:focus, input[type="datetime-local"]:active, input[type="datetime-local"]:focus,
|
|
input[type="email"]:active,
|
|
input[type="email"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="number"]:active, input[type="number"]:focus,
|
|
input[type="password"]:active,
|
|
input[type="password"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="tel"]:active, input[type="tel"]:focus,
|
|
input[type="text"]:active,
|
|
input[type="text"]:focus,
|
|
select:active,
|
|
select:focus, input[type="time"]:active, input[type="time"]:focus, input[type="url"]:active, input[type="url"]:focus,
|
|
input[type="week"]:active,
|
|
input[type="week"]:focus {
|
|
border-color: #00adee;
|
|
outline: none;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
-o-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
/* line 170, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
textarea.error, input[type="date"].error,
|
|
input[type="datetime"].error, input[type="datetime-local"].error,
|
|
input[type="email"].error, input[type="month"].error, input[type="number"].error,
|
|
input[type="password"].error, input[type="search"].error, input[type="tel"].error,
|
|
input[type="text"].error, input[type="time"].error, input[type="url"].error,
|
|
input[type="week"].error {
|
|
border-color: #e45353;
|
|
}
|
|
|
|
/* line 175, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
select {
|
|
border: 1px solid #d9d9db;
|
|
font-family: "Ubuntu", sans-serif;
|
|
background-image: url("select_arrow.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
}
|
|
|
|
/* line 187, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
label.error {
|
|
display: block;
|
|
font-size: 11px;
|
|
color: #e45353;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
/* line 195, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
input[type="submit"], input[type="button"],
|
|
input[type="reset"], button, a.button {
|
|
background-color: #00adee;
|
|
background-image: none;
|
|
text-shadow: none;
|
|
color: white;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
font-family: "Ubuntu", sans-serif;
|
|
border: 1px solid rgba(0, 138, 189, 0.75);
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
-khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
-webkit-border-radius: 0px;
|
|
-khtml-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
-ms-border-radius: 0px;
|
|
-o-border-radius: 0px;
|
|
border-radius: 0px;
|
|
vertical-align: text-top;
|
|
}
|
|
/* line 217, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
input[type="submit"].large, input[type="button"].large,
|
|
input[type="reset"].large, button.large, a.button.large {
|
|
padding: 7px 10px;
|
|
font-size: 14px;
|
|
}
|
|
/* line 222, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
input[type="submit"]:hover, input[type="button"]:hover,
|
|
input[type="reset"]:hover, button:hover, a.button:hover {
|
|
background-image: none;
|
|
background-color: #404042;
|
|
border-color: #404042;
|
|
color: white !important;
|
|
}
|
|
|
|
/* line 231, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.ie8 a.button {
|
|
line-height: 16px;
|
|
}
|
|
|
|
/* line 238, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
input[type="checkbox"], input[type="button"],
|
|
input[type="submit"], input[type="reset"],
|
|
button, label {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 242, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
a.button {
|
|
display: inline-block;
|
|
line-height: 15px;
|
|
margin-top: -2px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Footer
|
|
/*--------------------------------------*/
|
|
/* line 252, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
footer#footer {
|
|
padding: 10px 0;
|
|
border-top: 1px solid #d9d9db;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Paragraphs
|
|
/*--------------------------------------*/
|
|
/* line 260, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
p {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Tables
|
|
/*--------------------------------------*/
|
|
/* line 268, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table thead {
|
|
background-color: #d9d9db;
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 273, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table thead tr th {
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 280, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table tbody tr, table tfoot tr {
|
|
border-bottom: 1px solid #d9d9db;
|
|
}
|
|
/* line 283, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table tbody tr td, table tfoot tr td {
|
|
vertical-align: middle;
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 288, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table tbody tr.alt, table tbody tr.odd, table tfoot tr.alt, table tfoot tr.odd {
|
|
background-color: #eefaff;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Navigation
|
|
/*--------------------------------------*/
|
|
/* line 298, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#top-nav-bar {
|
|
text-align: right;
|
|
margin-top: 20px;
|
|
}
|
|
/* line 303, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#top-nav-bar ul li {
|
|
margin-bottom: 5px;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 307, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#top-nav-bar ul li a {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
/* line 316, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
margin-top: 20px;
|
|
border-bottom: 1px solid #d9d9db;
|
|
padding-bottom: 6px;
|
|
}
|
|
/* line 325, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li a {
|
|
font-size: 16px;
|
|
padding: 5px;
|
|
}
|
|
/* line 331, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li:first-child a {
|
|
padding-left: 0;
|
|
}
|
|
/* line 336, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li#link-to-cart {
|
|
float: right;
|
|
padding-left: 24px;
|
|
background: url("cart.png") no-repeat left center;
|
|
}
|
|
/* line 341, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li#link-to-cart:hover {
|
|
border-color: #00adee;
|
|
}
|
|
/* line 344, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li#link-to-cart:hover .amount {
|
|
border-color: #00adee;
|
|
}
|
|
/* line 349, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li#link-to-cart a {
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
color: #00adee;
|
|
}
|
|
/* line 354, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav #main-nav-bar li#link-to-cart a .amount {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
border-left: 1px solid #d9d9db;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
/* line 367, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#taxonomies .taxonomy-root {
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid #d9d9db;
|
|
margin-bottom: 5px;
|
|
font-size: 14px;
|
|
}
|
|
/* line 374, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#taxonomies .taxons-list {
|
|
padding-left: 20px;
|
|
margin-bottom: 20px;
|
|
list-style: disc outside;
|
|
}
|
|
/* line 380, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#taxonomies .taxons-list li a {
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* line 387, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#breadcrumbs {
|
|
border-bottom: 1px solid #d9d9db;
|
|
padding: 3px 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 393, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#breadcrumbs li a {
|
|
color: #00adee;
|
|
}
|
|
/* line 396, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#breadcrumbs li span {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Flash notices & errors
|
|
/*--------------------------------------*/
|
|
/* line 406, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.flash, .errorExplanation {
|
|
padding: 10px;
|
|
color: white;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 412, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.flash.notice, .notice.errorExplanation {
|
|
background-color: #00adee;
|
|
}
|
|
/* line 415, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.flash.success, .success.errorExplanation {
|
|
background-color: #8dba53;
|
|
}
|
|
/* line 418, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.flash.error, .errorExplanation, .error.errorExplanation {
|
|
background-color: #e45353;
|
|
}
|
|
|
|
/* line 427, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.errorExplanation p {
|
|
font-weight: normal;
|
|
}
|
|
/* line 431, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.errorExplanation ul {
|
|
list-style: disc outside;
|
|
margin-left: 30px;
|
|
}
|
|
/* line 435, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.errorExplanation ul li {
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Main search bar
|
|
/*--------------------------------------*/
|
|
/* line 444, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#search-bar {
|
|
display: block;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Products
|
|
/*--------------------------------------*/
|
|
/* line 452, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
[data-hook="product_show"] h6 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 457, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.product-section-title {
|
|
text-transform: uppercase;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 462, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.add-to-cart {
|
|
margin-top: 15px;
|
|
}
|
|
/* line 465, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.add-to-cart input[type="number"] {
|
|
width: 60px;
|
|
vertical-align: middle;
|
|
padding: 5px;
|
|
height: 35px;
|
|
}
|
|
|
|
/* line 473, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
span.price, #checkout-summary table tr[data-hook="item_total"] td:last-child strong, #checkout-summary table #summary-order-total, #order_details td.price span, #order_details td.total span, #order_summary td.price span, #order_summary td.total span, table#cart-detail tbody#line_items tr td[data-hook="cart_item_price"], table#cart-detail tbody#line_items tr td[data-hook="cart_item_total"], div[data-hook="inside_cart_form"] #subtotal span.order-total {
|
|
font-weight: bold;
|
|
color: #00adee;
|
|
}
|
|
/* line 477, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
span.price.selling, #checkout-summary table tr[data-hook="item_total"] td:last-child strong.selling, #checkout-summary table .selling#summary-order-total, #order_details td.price span.selling, #order_details td.total span.selling, #order_summary td.price span.selling, #order_summary td.total span.selling, table#cart-detail tbody#line_items tr td.selling[data-hook="cart_item_price"], table#cart-detail tbody#line_items tr td.selling[data-hook="cart_item_total"], table#cart-detail tbody#line_items tr td[data-hook="cart_item_price"], table#cart-detail tbody#line_items tr td[data-hook="cart_item_total"], div[data-hook="inside_cart_form"] #subtotal span.selling.order-total {
|
|
font-size: 20px;
|
|
}
|
|
/* line 480, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
span.price.diff, #checkout-summary table tr[data-hook="item_total"] td:last-child strong.diff, #checkout-summary table .diff#summary-order-total, #order_details td.price span.diff, #order_details td.total span.diff, #order_summary td.price span.diff, #order_summary td.total span.diff, table#cart-detail tbody#line_items tr td.diff[data-hook="cart_item_price"], table#cart-detail tbody#line_items tr td.diff[data-hook="cart_item_total"], div[data-hook="inside_cart_form"] #subtotal span.diff.order-total {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* line 485, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.taxon-title {
|
|
font-size: 20px;
|
|
}
|
|
|
|
/* line 489, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.search-results-title {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 494, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products:after {
|
|
content: " ";
|
|
display: block;
|
|
clear: both;
|
|
visibility: hidden;
|
|
line-height: 0;
|
|
height: 0;
|
|
}
|
|
/* line 503, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
}
|
|
/* line 508, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li a {
|
|
display: block;
|
|
}
|
|
/* line 511, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li a.info {
|
|
height: 35px;
|
|
margin-top: 5px;
|
|
font-size: 12px;
|
|
color: #bbbbbb;
|
|
border-bottom: 1px solid #d9d9db;
|
|
}
|
|
/* line 520, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li .product-image {
|
|
border: 1px solid #d9d9db;
|
|
padding: 5px;
|
|
min-height: 110px;
|
|
background-color: white;
|
|
}
|
|
/* line 526, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li .product-image:hover {
|
|
border-color: #00adee;
|
|
}
|
|
/* line 532, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li .price {
|
|
color: #00adee;
|
|
font-size: 16px;
|
|
padding-top: 5px;
|
|
display: block;
|
|
}
|
|
|
|
/* line 541, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.subtaxon-title {
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 544, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.subtaxon-title a {
|
|
color: #00adee;
|
|
}
|
|
|
|
/* line 549, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.search-results-title {
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid #d9d9db;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 556, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#sidebar_products_search .navigation {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 560, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#sidebar_products_search span.category {
|
|
display: block;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid #ededed;
|
|
margin-bottom: 5px;
|
|
color: #00adee;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
/* line 572, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.taxon {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* line 577, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-images #main-image {
|
|
text-align: center;
|
|
border: 1px solid #d9d9db;
|
|
background-color: white;
|
|
}
|
|
/* line 583, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-images #product-thumbnails li {
|
|
background-color: white;
|
|
}
|
|
|
|
/* line 590, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-description .product-title {
|
|
border-bottom: 1px solid #d9d9db;
|
|
margin-bottom: 15px;
|
|
color: #404042;
|
|
font-size: 24px;
|
|
}
|
|
/* line 597, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-description [data-hook="product-description"] {
|
|
font-size: 12px;
|
|
color: #404042;
|
|
}
|
|
|
|
/* line 603, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-thumbnails {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 606, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-thumbnails li {
|
|
margin-right: 6px;
|
|
border: 1px solid #d9d9db;
|
|
}
|
|
/* line 610, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-thumbnails li img {
|
|
padding: 5px;
|
|
}
|
|
/* line 614, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-thumbnails li:hover, #product-thumbnails li.selected {
|
|
border-color: #00adee;
|
|
}
|
|
|
|
/* line 620, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-properties {
|
|
border: 1px solid #d9d9db;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* line 627, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#product-variants ul li {
|
|
padding: 5px;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Checkout
|
|
/*--------------------------------------*/
|
|
/* line 636, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps {
|
|
list-style: decimal inside;
|
|
overflow: auto;
|
|
}
|
|
/* line 640, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li {
|
|
float: left;
|
|
margin-right: 20px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
padding: 5px 20px;
|
|
color: #727276;
|
|
}
|
|
/* line 648, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li.current-first, .progress-steps li.current {
|
|
background-color: #00adee;
|
|
color: white;
|
|
}
|
|
/* line 653, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li.completed-first, .progress-steps li.completed {
|
|
background-color: #d9d9db;
|
|
color: white;
|
|
}
|
|
/* line 657, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li.completed-first a, .progress-steps li.completed a {
|
|
color: white;
|
|
}
|
|
/* line 661, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li.completed-first:hover, .progress-steps li.completed:hover {
|
|
background-color: #00adee;
|
|
color: white;
|
|
}
|
|
/* line 665, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li.completed-first:hover a, .progress-steps li.completed:hover a {
|
|
color: white;
|
|
}
|
|
/* line 668, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li.completed-first:hover a:hover, .progress-steps li.completed:hover a:hover {
|
|
color: white !important;
|
|
}
|
|
|
|
/* line 677, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#checkout-summary {
|
|
text-align: center;
|
|
border: 1px solid #d9d9db;
|
|
margin-top: 23px;
|
|
margin-left: 0;
|
|
}
|
|
/* line 683, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#checkout-summary h3 {
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #d9d9db;
|
|
}
|
|
/* line 689, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#checkout-summary table {
|
|
width: 100%;
|
|
}
|
|
/* line 700, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#checkout-summary table tr[data-hook="order_total"] {
|
|
border-bottom: none;
|
|
}
|
|
/* line 704, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#checkout-summary table #summary-order-total {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 712, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#billing, #shipping, #shipping_method,
|
|
#payment, #order_details, #order_summary {
|
|
margin-top: 10px;
|
|
border: 1px solid #d9d9db;
|
|
padding: 10px;
|
|
}
|
|
/* line 717, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#billing legend, #shipping legend, #shipping_method legend,
|
|
#payment legend, #order_details legend, #order_summary legend {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #00adee;
|
|
padding: 5px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
/* line 727, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details, #order_summary {
|
|
padding: 0;
|
|
}
|
|
/* line 730, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details div:last-child, #order_summary div:last-child {
|
|
margin-left: -1px;
|
|
}
|
|
/* line 736, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details .payment-info .cc-type img, #order_summary .payment-info .cc-type img {
|
|
vertical-align: middle;
|
|
}
|
|
/* line 748, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details table tfoot, #order_summary table tfoot {
|
|
text-align: right;
|
|
color: #727276;
|
|
}
|
|
/* line 752, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details table tfoot tr, #order_summary table tfoot tr {
|
|
border: none;
|
|
}
|
|
/* line 756, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details table tfoot#order-total, #order_summary table tfoot#order-total {
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
color: #404042;
|
|
}
|
|
/* line 761, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details table tfoot#order-total tr, #order_summary table tfoot#order-total tr {
|
|
border-top: 1px solid #d9d9db;
|
|
}
|
|
/* line 764, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details table tfoot#order-total tr td, #order_summary table tfoot#order-total tr td {
|
|
padding: 10px;
|
|
}
|
|
/* line 772, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details .steps-data div.columns, #order_summary .steps-data div.columns {
|
|
padding: 5px;
|
|
margin: 0;
|
|
}
|
|
/* line 776, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details .steps-data div.columns:first-child, #order_summary .steps-data div.columns:first-child {
|
|
margin-left: 10px;
|
|
}
|
|
/* line 781, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details .steps-data h6, #order_summary .steps-data h6 {
|
|
border-bottom: 1px solid #d9d9db;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* line 790, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#shipping_method p label {
|
|
float: left;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
margin-right: 40px;
|
|
padding: 5px;
|
|
}
|
|
|
|
/* line 800, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
p[data-hook="use_billing"] {
|
|
float: right;
|
|
margin-top: -18px;
|
|
background-color: white;
|
|
padding: 5px;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Cart
|
|
/*--------------------------------------*/
|
|
/* line 810, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail {
|
|
width: 100%;
|
|
}
|
|
/* line 820, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody#line_items tr td[data-hook="cart_item_quantity"] .line_item_quantity {
|
|
width: 40px;
|
|
}
|
|
/* line 825, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody#line_items tr td[data-hook="cart_item_delete"] .delete {
|
|
display: block;
|
|
width: 20px;
|
|
}
|
|
|
|
/* line 835, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
div[data-hook="inside_cart_form"] .links {
|
|
margin-top: 15px;
|
|
}
|
|
/* line 839, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
div[data-hook="inside_cart_form"] #subtotal {
|
|
text-align: right;
|
|
text-transform: uppercase;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 850, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#empty-cart {
|
|
margin-top: 15px;
|
|
float: right;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Account
|
|
/*--------------------------------------*/
|
|
/* line 859, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#existing-customer h6, #new-customer h6, #forgot-password h6 {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
/* line 865, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#registration h6 {
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 869, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#registration #existing-customer {
|
|
width: auto;
|
|
text-align: left;
|
|
}
|
|
|
|
/* line 875, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#user-info {
|
|
margin-bottom: 15px;
|
|
border: 1px solid #d9d9db;
|
|
padding: 10px;
|
|
}
|
|
|
|
/*--------------------------------------*/
|
|
/* Order
|
|
/*--------------------------------------*/
|
|
/* line 884, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_summary {
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* line 888, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order p[data-hook="links"] {
|
|
margin-left: 10px;
|
|
overflow: auto;
|
|
}
|
|
|
|
/* line 897, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary tbody tr td {
|
|
width: 10%;
|
|
text-align: center;
|
|
}
|
|
/* line 902, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary tbody tr td:first-child a {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
color: #00adee;
|
|
}
|
|
|
|
/* #Media Queries
|
|
================================================== */
|
|
/* Smaller than standard 960 (devices and browsers) */
|
|
/* Tablet Portrait size to standard 960 (devices and browsers) */
|
|
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
|
/* line 923, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.container {
|
|
padding-left: 10px;
|
|
width: 758px;
|
|
}
|
|
|
|
/* line 927, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
footer#footer {
|
|
width: 748px;
|
|
}
|
|
|
|
/* line 930, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
p[data-hook="use_billing"] {
|
|
margin-top: -15px;
|
|
}
|
|
}
|
|
/* All Mobile Sizes (devices and browser) */
|
|
@media only screen and (max-width: 767px) {
|
|
/* line 938, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
html {
|
|
-webkit-text-size-adjust: none;
|
|
}
|
|
|
|
/* line 943, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details .steps-data div.columns,
|
|
#order_summary .steps-data div.columns {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 947, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details .steps-data div.columns:first-child,
|
|
#order_summary .steps-data div.columns:first-child {
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 952, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#taxonomies {
|
|
text-align: center;
|
|
}
|
|
/* line 955, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
nav#taxonomies ul {
|
|
padding-left: 0 !important;
|
|
list-style: none !important;
|
|
}
|
|
|
|
/* line 961, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#nav-bar {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 965, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.steps-data div.columns {
|
|
margin-bottom: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 971, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#order_details table[data-hook="order_details"], #order table[data-hook="order_details"] {
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 977, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#update-cart #subtotal, #update-cart .links {
|
|
width: 50%;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
/* line 982, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#update-cart #subtotal {
|
|
text-align: right;
|
|
}
|
|
}
|
|
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
|
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
|
/* line 991, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
footer#footer {
|
|
width: auto !important;
|
|
}
|
|
|
|
/* line 995, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
input, select {
|
|
vertical-align: baseline !important;
|
|
}
|
|
|
|
/* line 999, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
figure#logo {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 1003, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#link-to-login {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 1008, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#search-bar {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
/* line 1012, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#search-bar select {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 1017, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products {
|
|
margin-left: 0;
|
|
margin-right: -20px;
|
|
}
|
|
/* line 1021, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li {
|
|
width: 133px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* line 1030, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_description"], table#cart-detail tbody tr td[data-hook="order_item_description"], table[data-hook="order_details"] tbody tr td[data-hook="cart_item_description"], table[data-hook="order_details"] tbody tr td[data-hook="order_item_description"] {
|
|
font-size: 11px;
|
|
line-height: 15px;
|
|
width: 100px;
|
|
}
|
|
/* line 1035, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_description"] h4, table#cart-detail tbody tr td[data-hook="order_item_description"] h4, table[data-hook="order_details"] tbody tr td[data-hook="cart_item_description"] h4, table[data-hook="order_details"] tbody tr td[data-hook="order_item_description"] h4 {
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 1042, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_price"], table#cart-detail tbody tr td[data-hook="cart_item_total"],
|
|
table#cart-detail tbody tr td[data-hook="order_item_price"], table#cart-detail tbody tr td[data-hook="order_item_total"], table[data-hook="order_details"] tbody tr td[data-hook="cart_item_price"], table[data-hook="order_details"] tbody tr td[data-hook="cart_item_total"], table[data-hook="order_details"] tbody tr td[data-hook="order_item_price"], table[data-hook="order_details"] tbody tr td[data-hook="order_item_total"] {
|
|
font-size: 12px !important;
|
|
}
|
|
/* line 1046, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_image"] img, table#cart-detail tbody tr td[data-hook="order_item_image"] img, table[data-hook="order_details"] tbody tr td[data-hook="cart_item_image"] img, table[data-hook="order_details"] tbody tr td[data-hook="order_item_image"] img {
|
|
width: 70px;
|
|
}
|
|
}
|
|
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
|
@media only screen and (max-width: 479px) {
|
|
/* line 1060, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 50%;
|
|
}
|
|
/* line 1065, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
.progress-steps li span {
|
|
display: block;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
/* line 1071, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#shipping_method p label {
|
|
float: none;
|
|
display: block;
|
|
text-align: center;
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* line 1078, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
p[data-hook="use_billing"] {
|
|
float: none;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* line 1086, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_description"], table#cart-detail tbody tr td[data-hook="order_item_description"], table[data-hook="order_details"] tbody tr td[data-hook="cart_item_description"], table[data-hook="order_details"] tbody tr td[data-hook="order_item_description"] {
|
|
padding: 0 !important;
|
|
text-indent: -9999px;
|
|
}
|
|
/* line 1090, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_description"] h4, table#cart-detail tbody tr td[data-hook="order_item_description"] h4, table[data-hook="order_details"] tbody tr td[data-hook="cart_item_description"] h4, table[data-hook="order_details"] tbody tr td[data-hook="order_item_description"] h4 {
|
|
display: none;
|
|
}
|
|
/* line 1095, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_image"] img, table#cart-detail tbody tr td[data-hook="order_item_image"] img, table[data-hook="order_details"] tbody tr td[data-hook="cart_item_image"] img, table[data-hook="order_details"] tbody tr td[data-hook="order_item_image"] img {
|
|
width: 70px;
|
|
}
|
|
/* line 1099, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table#cart-detail tbody tr td[data-hook="cart_item_price"], table#cart-detail tbody tr td[data-hook="cart_item_total"], table[data-hook="order_details"] tbody tr td[data-hook="cart_item_price"], table[data-hook="order_details"] tbody tr td[data-hook="cart_item_total"] {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
/* line 1106, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary {
|
|
display: block;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
/* line 1109, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary thead {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
/* line 1110, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary tbody {
|
|
display: block;
|
|
width: auto;
|
|
position: relative;
|
|
overflow-x: auto;
|
|
white-space: nowrap;
|
|
}
|
|
/* line 1111, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary thead tr {
|
|
display: block;
|
|
}
|
|
/* line 1112, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary th {
|
|
display: block;
|
|
}
|
|
/* line 1113, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary tbody tr {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
/* line 1114, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
table.order-summary td {
|
|
display: block;
|
|
min-height: 1.25em;
|
|
}
|
|
|
|
/* line 1118, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
figure#logo {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 1122, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#link-to-login {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 1127, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#search-bar {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
/* line 1131, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#search-bar select {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 1136, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
aside#sidebar {
|
|
text-align: center;
|
|
}
|
|
/* line 1139, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
aside#sidebar ul {
|
|
padding-left: 0 !important;
|
|
}
|
|
/* line 1142, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
aside#sidebar ul li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
/* line 1150, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li {
|
|
width: 142px;
|
|
margin-right: 15px;
|
|
}
|
|
/* line 1154, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
ul#products li.secondary, ul#products li.omega {
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* line 1162, ../../../../../../.rvm/gems/ruby-1.9.3-p125-perf@eaterprises/gems/spree_core-1.0.2/app/assets/stylesheets/store/screen.css.scss */
|
|
#content {
|
|
text-align: center;
|
|
}
|
|
}
|
|
/*
|
|
* This is a manifest file that includes stylesheets for spree_core
|
|
*/
|
|
/*
|
|
*/
|
|
|
|
/*
|
|
*/
|
|
|
|
/*
|
|
*/
|
|
|
|
/*
|
|
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
*
|
|
|
|
|
|
*/
|
|
|