1019 lines
18 KiB
CSS
1019 lines
18 KiB
CSS
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
/* HTML5 display-role reset for older browsers */
|
|
article, aside, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
body {
|
|
line-height: 1;
|
|
font-family: "Helvetica Neue", "Open Sans", "Droid Sans", "Helvetica", "Arial", sans-serif;
|
|
font-size: 12px;
|
|
line-height: 1.2em;
|
|
color: #555555;
|
|
}
|
|
input , textarea{
|
|
font-family: "Helvetica Neue", "Open Sans", "Droid Sans", "Helvetica", "Arial", sans-serif;
|
|
}
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
blockquote, q {
|
|
quotes: none;
|
|
}
|
|
blockquote:before, blockquote:after,
|
|
q:before, q:after {
|
|
content: '';
|
|
content: none;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
a {
|
|
color: #d74924;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
::selection {
|
|
background: rgba(47,154,211,.5);
|
|
color: #fff;
|
|
text-shadow: none;
|
|
}
|
|
::-moz-selection {
|
|
background: rgba(47,154,211,.5);
|
|
color: #fff;
|
|
text-shadow: none;
|
|
}
|
|
|
|
input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, button, :focus {
|
|
outline : none;
|
|
}
|
|
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
|
|
border : 0;
|
|
}
|
|
|
|
html {
|
|
-webkit-text-size-adjust: none;
|
|
}
|
|
|
|
* {
|
|
-webkit-tap-highlight-color: rgba(205,69,29,.5);
|
|
}
|
|
|
|
/**
|
|
* A max width of 1000px is set to fit in a 1024 window
|
|
*
|
|
* remember that the window border and the scroll bar use space
|
|
*/
|
|
.content {
|
|
width: 1000px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
body {
|
|
background: url(/assets/images/admin/bg.jpg);
|
|
}
|
|
|
|
|
|
.admin-restaurant-panel {
|
|
display: none;
|
|
}
|
|
|
|
.admin-restaurant-inactive {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.hours-date-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hours-date {
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
|
|
.header {
|
|
background: #fff;
|
|
}
|
|
|
|
.nav {
|
|
background: url(/assets/images/admin/nav-web.png);
|
|
height: 68px;
|
|
background-size: 68px;
|
|
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
|
|
}
|
|
|
|
.logo-img {
|
|
width: 299px;
|
|
height: 37px;
|
|
background: url(/assets/images/admin/logo-web.png) no-repeat;
|
|
background-size: 100%;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.nav .content {
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.body {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.admin-content-wrapper {
|
|
border: 1px solid #2b323b;
|
|
padding: 12px;
|
|
border-radius: 5px;
|
|
background: #49525f;
|
|
float: left;
|
|
width: 997px;
|
|
}
|
|
|
|
.admin-tab {
|
|
border: 1px solid #2b323b;
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 -4px 1px rgba(0,0,0,.50);
|
|
border-bottom: none;
|
|
width: auto;
|
|
padding: 10px 15px 13px 15px;
|
|
color: #b2b5b9;
|
|
float: left;
|
|
margin-right: 3px;
|
|
font-size: 12px;
|
|
text-shadow: 1px 1px rgba(0,0,0,.3);
|
|
font-weight: bold;
|
|
border-top-right-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
background: #3c4450;
|
|
cursor: pointer;
|
|
margin-bottom: -3px;
|
|
text-decoration: none;
|
|
width: 65px;
|
|
text-align: center;
|
|
}
|
|
|
|
.admin-tab-active {
|
|
color: #444;
|
|
z-index: 900;
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
|
|
background: #bbbbbb -webkit-linear-gradient(top, #bbbbbb 0%, #eeeeee 90%);
|
|
}
|
|
|
|
/**
|
|
* Disable active tab down border as it's not working
|
|
*
|
|
* @todo make it work
|
|
*
|
|
.admin-tab-active:after {
|
|
content: "";
|
|
background: #49525f;
|
|
width: 130px;
|
|
position: absolute;
|
|
z-index: 9000;
|
|
height: 4px;
|
|
margin-left: -15px;
|
|
margin-top: 23px;
|
|
}
|
|
*/
|
|
|
|
.admin-content {
|
|
background: #fff;
|
|
box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.25);
|
|
border-radius: 3px;
|
|
padding: 10px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #404040;
|
|
}
|
|
|
|
input[type="number"], input[type="text"], textarea, .input-faker {
|
|
border: 1px solid #c2c2c2;
|
|
box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
|
|
padding: 5px 7px 5px 7px;
|
|
color: #838383;
|
|
font-size: 13px;
|
|
border-radius: 3px;
|
|
background: #f1f1f1;
|
|
}
|
|
|
|
.input-faker {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.input-faker input {
|
|
background: transparent;
|
|
border: 0;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
box-shadow: none;
|
|
margin: 0;
|
|
float: left;
|
|
}
|
|
|
|
.input-faker-content {
|
|
float: left;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
textarea {
|
|
height: 2.5em;
|
|
}
|
|
|
|
.input-primary {
|
|
width: 450px;
|
|
}
|
|
|
|
.admin-restaurant-form {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.label-primary {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.check-wrap {
|
|
border-radius: 4px;
|
|
width: 455px;
|
|
margin-bottom: 5px;
|
|
border: 4px solid #f0f0f0;
|
|
}
|
|
|
|
.content-sub .check-wrap {
|
|
width: 280px;
|
|
}
|
|
|
|
.label-primary, .content-primary, .label-sub, .content-sub {
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.content-primary, .content-sub, .labcon-sub-sub {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.check-content {
|
|
padding: 7px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.check label {
|
|
margin-left: 5px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
width: 90%;
|
|
}
|
|
|
|
.check {
|
|
background: #f0f0f0;
|
|
padding: 3px;
|
|
}
|
|
|
|
.form-number {
|
|
text-align: right;
|
|
width: 100px;
|
|
}
|
|
|
|
.label-sub, .label-primary {
|
|
vertical-align: top;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.form-sub {
|
|
width: 270px;
|
|
}
|
|
|
|
.action-button {
|
|
width: 300px;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
text-shadow: 1px 1px rgba(0,0,0,.3);
|
|
box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.35);
|
|
border-radius: 3px;
|
|
padding: 12px 0 12px 0;
|
|
text-align: center;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.action-button-small {
|
|
width: 160px;
|
|
padding: 7px 0 7px 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.action-button.green {
|
|
border: 1px solid #5e8c22;
|
|
background: #a9d44e; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #a9d44e 0%, #72b72f 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d44e), color-stop(100%,#72b72f)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #a9d44e 0%,#72b72f 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #a9d44e 0%,#72b72f 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #a9d44e 0%,#72b72f 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #a9d44e 0%,#72b72f 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d44e', endColorstr='#72b72f',GradientType=0 ); /* IE6-9 */
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -2px 0 rgba(0,0,0,.1);
|
|
}
|
|
|
|
.action-button.red {
|
|
border: 1px solid #b63540;
|
|
background: #f77087; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #f77087 0%, #f34755 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f77087), color-stop(100%,#f34755)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #f77087 0%,#f34755 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #f77087 0%,#f34755 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #f77087 0%,#f34755 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #f77087 0%,#f34755 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77087', endColorstr='#f34755',GradientType=0 ); /* IE6-9 */
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(0,0,0,.1);
|
|
}
|
|
|
|
.blue {
|
|
border: 1px solid #4b9cd9;
|
|
background: #4b9cd9; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #8cbfe5 0%, #6aabdd 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbfe5), color-stop(100%,#6aabdd)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #8cbfe5 0%,#6aabdd 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #8cbfe5 0%,#6aabdd 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #8cbfe5 0%,#6aabdd 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #8cbfe5 0%,#6aabdd 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbfe5', endColorstr='#6aabdd',GradientType=0 ); /* IE6-9 */
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.05);
|
|
}
|
|
|
|
.dish-options.blue {
|
|
border-radius: 7px;
|
|
padding: 2px 0 2px 0;
|
|
}
|
|
|
|
.dish-options.blue, .dish-options.blue input {
|
|
color: #fff !important;
|
|
text-shadow: -1px -1px 0 rgba(0,0,0,.15);
|
|
}
|
|
|
|
.dish-options input[name="dish-options-sort"] { width: 20px; text-align: right;}
|
|
.dish-options input[name="dish-options-price"] { width: 34px; text-align: right;}
|
|
.dish-options span.sortDesc { float: left;}
|
|
.dish-options input[name="dish-options-name"] { width: 280px; }
|
|
|
|
.divider {
|
|
clear: both;
|
|
}
|
|
|
|
.body {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
|
|
.list-orders {
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
}
|
|
|
|
.list-order-header {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.list-orders td, .list-orders th {
|
|
white-space: nowrap;
|
|
padding: 3px;
|
|
}
|
|
|
|
.list-order-item:nth-child(2n+3) {
|
|
background: rgba(0,0,0,.1);
|
|
}
|
|
|
|
.list-orders table {
|
|
width: 120px;
|
|
}
|
|
|
|
.list-orders ul {
|
|
list-style-type:circle;
|
|
margin-left: 20px;
|
|
line-height: 14px;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.admin-restaurant-form-sub {
|
|
width: 100%;
|
|
}
|
|
|
|
.divider.dots {
|
|
background: url(/assets/images/divider.gif);
|
|
height: 1px;
|
|
opacity: .3;
|
|
}
|
|
|
|
.order-range-all {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.order-range-all label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.hours-date-hour, .hours-date-label {
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.hours-date-hour input {
|
|
width: 80px;
|
|
margin: 0 10px; /* added margin to make space, not with as it looked bad */
|
|
}
|
|
|
|
.hours-date-label, .hours-date-hours {
|
|
float: left;
|
|
color: #838383;
|
|
}
|
|
|
|
.hours-date-label {
|
|
width: 90px;
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.admin-food-item {
|
|
border: 1px solid #d4d4d4;
|
|
border-radius: 2px;
|
|
background: -webkit-linear-gradient(top, #f9f9f9 0%,#e9e9e9 100%);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.14);
|
|
padding: 9px;
|
|
color: #717171;
|
|
text-shadow: 1px 1px rgba(255,255,255,1);
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
-moz-user-select: -moz-none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.admin-food-item:not(.admin-food-item-collapsed) {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.admin-food-item .food-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.food-drop-down {
|
|
width: 9px;
|
|
height: 7px;
|
|
background: url(/assets/images/admin/arrow-down.png);
|
|
float: right;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.form-sub-big {
|
|
height: 3.8em;
|
|
}
|
|
|
|
.admin-food-item-content {
|
|
background: #f7f7f7;
|
|
border: 1px solid #d9d9d9;
|
|
border-top: none;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.14);
|
|
}
|
|
|
|
.admin-food-item-wrap {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.admin-food-item-wrap:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.admin-food-item-content-padding {
|
|
padding: 10px;
|
|
}
|
|
|
|
.dish-price {
|
|
width: 70px;
|
|
float: right;
|
|
}
|
|
|
|
.dish-price input {
|
|
width: 50px;
|
|
margin-left: .5em;
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.dish-name {
|
|
width: 280px;
|
|
float: left;
|
|
}
|
|
|
|
.dish-description {
|
|
margin: 10px 0 0 0;
|
|
width: 390px;
|
|
height: 3.7em;
|
|
}
|
|
|
|
.food-price {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.admin-restaurant-dishes-controls {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.control-icon-plus {
|
|
height: 16px;
|
|
width: 17px;
|
|
background: url(/assets/images/admin/plus.png);
|
|
}
|
|
|
|
.control-icon, .control-label {
|
|
float: left;
|
|
}
|
|
|
|
.control-label {
|
|
color: #395ca1;
|
|
text-decoration: underline;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.admin-food-item-delete {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.admin-food-item-option-padding {
|
|
margin: 0 0 4px 0;
|
|
}
|
|
|
|
.admin-food-item-option-padding:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
input[name="dish-options-name"] {
|
|
width: 285px;
|
|
}
|
|
|
|
input[name="dish-options-price"] {
|
|
width: 50px;
|
|
}
|
|
|
|
.admin-food-item-option-padding .input-faker-content {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.admin-dish-options-title {
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.admin-dish-options-wrapper {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.admin-dish-options input[type="radio"], .admin-dish-options input[type="checkbox"] {
|
|
margin: 2px 5px 0 5px;
|
|
}
|
|
|
|
.admin-restaurant-options-controls {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.control-link {
|
|
float:left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.dish-options-delete {
|
|
display: block;
|
|
height: 9px;
|
|
width: 9px;
|
|
background: url(/assets/images/admin/option-delete.png);
|
|
float: right;
|
|
margin: 4px 6px 0 0;
|
|
}
|
|
|
|
.admin-dish-options-wrapper .admin-food-item-option-padding:last-child .dish-options-delete {
|
|
display: none;
|
|
}
|
|
|
|
.orders-loader {
|
|
position: absolute;
|
|
width: 997px;
|
|
margin-top: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.admin-content-orders {
|
|
min-height: 350px;
|
|
}
|
|
|
|
.admin-restaurant-item {
|
|
width: 250px;
|
|
float: left;
|
|
margin: 0 20px 10px 0;
|
|
}
|
|
|
|
.admin-restaurant-button {
|
|
text-decoration: none;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.admin-restaurant-pay-form {
|
|
width: 400px;
|
|
}
|
|
|
|
.list-suggestions, .list-credits, .list-support, .list-giftcards{
|
|
width: 100%;
|
|
}
|
|
.list-giftcards span.used, .list-giftcards span.not-used, span.yes, span.no{
|
|
background: red;
|
|
color: #FFF;
|
|
padding: 5px;
|
|
display: inline-block;
|
|
}
|
|
.list-giftcards span.not-used, span.yes{
|
|
background: green;
|
|
}
|
|
.list-suggestions th,
|
|
.list-suggestions td,
|
|
.list-support th,
|
|
.list-support td,
|
|
.list-giftcards th,
|
|
.list-giftcards td,
|
|
.list-credits th,
|
|
.list-credits td {
|
|
padding: 5px;
|
|
}
|
|
.list-suggestions tr:nth-of-type(even), .list-credits tr:nth-of-type(even), .list-support tr:nth-of-type(even), .list-giftcards tr:nth-of-type(even) {
|
|
background: #F5F5F5;
|
|
}
|
|
.list-suggestions tr.deleted {
|
|
color: #CCC;
|
|
text-decoration: line-through;
|
|
}
|
|
.list-suggestions a{
|
|
color:#666;
|
|
}
|
|
.list-suggestions tr.new .status {
|
|
color: #FFF;
|
|
background: green;
|
|
padding: 2px;
|
|
}
|
|
|
|
.list-credits tr.credit{
|
|
color:green;
|
|
}
|
|
|
|
.list-credits tr.debit{
|
|
color:blue;
|
|
}
|
|
|
|
#suggestion-status{
|
|
color:green;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.issue-user {
|
|
line-height: 1.8em;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.issue-label {
|
|
margin: 3px;
|
|
padding: 3px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 1px 1px #000;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
table.list{
|
|
width: 100%;
|
|
}
|
|
|
|
table.list th, table.list td {
|
|
padding: 5px;
|
|
}
|
|
|
|
table.list tr:nth-of-type(even) {
|
|
background: #F5F5F5;
|
|
}
|
|
|
|
.hovering-container {
|
|
position: fixed;
|
|
right: 50px;
|
|
bottom: 50px;
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
background-color: rgba(128,128,128,0.2);
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
position: fixed !important;
|
|
}
|
|
|
|
|
|
/* new admin */
|
|
|
|
|
|
|
|
|
|
#admin-msg {
|
|
bottom: 50px;
|
|
padding: 20px;
|
|
border: 1px solid #888888;
|
|
border-radius: 3px;
|
|
background-color: #ffffdd;
|
|
font-family: serif;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.admin-button {
|
|
display: inline-block;
|
|
width: 120px;
|
|
color: #eeeeee;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
padding: 6px;
|
|
margin: 5px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
background: #339900 -webkit-linear-gradient(top, #339900 0%, #228800 90%);
|
|
border: 1px solid #888888;
|
|
-webkit-border-radius: 4px;
|
|
}
|
|
|
|
.admin-button:hover {
|
|
background: #55aa00;
|
|
}
|
|
|
|
#admin-top-content-bar {
|
|
padding: 10px 0px 10px 0px;
|
|
}
|
|
|
|
#admin-top-button-group {
|
|
text-align: right;
|
|
float: right;
|
|
display: inline-block;
|
|
}
|
|
|
|
.admin-jump-list {
|
|
display: inline-block;
|
|
}
|
|
|
|
#float-bottom-right-container {
|
|
position: fixed;
|
|
right: 50px;
|
|
bottom: 50px;
|
|
padding: 8px;
|
|
border-radius: 5px;
|
|
background-color: rgba(128,128,128,0.2);
|
|
}
|
|
|
|
#float-bottom-left-container {
|
|
position: fixed;
|
|
left: 50px;
|
|
bottom: 50px;
|
|
padding: 8px;
|
|
border-radius: 3px;
|
|
background-color: rgba(128,128,128,0.2);
|
|
display: none; /* for messages to appear */
|
|
}
|
|
|
|
#admin-body-content {
|
|
background-color: #eeeeee;
|
|
border: 3px solid #222222;
|
|
padding: 12px;
|
|
}
|
|
|
|
.admin-h3 {
|
|
font-family: sans-serif;
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
margin: 15px 0px 15px 0px;
|
|
}
|
|
|
|
.admin-item {
|
|
border-top: 1px solid #888888;
|
|
padding: 5px 0px 5px 0px;
|
|
}
|
|
|
|
.admin-item-left {
|
|
padding-right: 20px;
|
|
display: inline-block;
|
|
width: 300px;
|
|
}
|
|
|
|
.admin-item-right {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 600px;
|
|
}
|
|
|
|
.admin-item-name {
|
|
font-family: sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.admin-item-desc {
|
|
font-family: serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.admin-item-right input, .admin-item-left input {
|
|
width: 100%;
|
|
font-size: 20px;
|
|
font-family: serif;
|
|
}
|
|
|
|
.admin-item-right textarea {
|
|
width: 98%;
|
|
font-size: 16px;
|
|
font-family: serif;
|
|
color: black;
|
|
background: #ffffff;
|
|
height: 100px;
|
|
}
|
|
|
|
.admin-item-right textarea.small {
|
|
height: 40px;
|
|
}
|
|
|
|
.admin-item-right select {
|
|
width: 100%;
|
|
font-size: 40px;
|
|
font-family: serif;
|
|
}
|
|
|
|
.invalid {
|
|
color: red;
|
|
}
|
|
|
|
.admin-item-right-row {
|
|
width: 100%;
|
|
}
|
|
|
|
.admin-item-col-x-wide {
|
|
width: 70%;
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.admin-item-col-wide {
|
|
width: 48%;
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.admin-item-col-med {
|
|
width: 24%;
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.admin-item-col-med-2 {
|
|
width: 36%;
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.admin-item-col-small {
|
|
width: 12%;
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.admin-item-col-tab {
|
|
width: 30px;
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.admin-item-col-fit {
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.position-relative {
|
|
position: relative;
|
|
}
|
|
|
|
.fill-height {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: blue;
|
|
}
|
|
|
|
.admin-button-workflow, .admin-button-workflow-fit {
|
|
text-align: center;
|
|
display: inline-block;
|
|
border: 1px solid #888888;
|
|
-webkit-border-radius: 3px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.admin-button-workflow {
|
|
width: 120px;
|
|
}
|
|
|
|
.admin-button-workflow-fit {
|
|
width: 100%;
|
|
}
|
|
|
|
.admin-button-workflow:hover, .admin-button-workflow-fit:hover {
|
|
background: #ffffdd;
|
|
}
|
|
|
|
.admin-toggle-active, .admin-toggle-inactive {
|
|
text-align: center;
|
|
display: inline-block;
|
|
width: 100%;
|
|
border: 1px solid #888888;
|
|
-webkit-border-radius: 3px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.admin-toggle-inactive {
|
|
background: #ffdddd;
|
|
}
|
|
|
|
.admin-toggle-active {
|
|
background: #ddffdd;
|
|
}
|
|
|
|
.admin-toggle-active:hover, .admin-toggle-inactive:hover {
|
|
background: #ffffdd;
|
|
}
|
|
|
|
.template-container, .hidden {
|
|
display: none;
|
|
}
|
|
|
|
.admin-map {
|
|
height: 200px;
|
|
}
|
|
|
|
.admin-menu-category-indent {
|
|
display: inline-block;
|
|
}
|
|
|
|
.admin-menu-category-indent {
|
|
height: 100%;
|
|
width: 0px;
|
|
}
|
|
|
|
.admin-menu-dish-details {
|
|
border: 1px solid #888888;
|
|
padding: 10px;
|
|
-webkit-border-radius: 3px;
|
|
}
|
|
|
|
.admin-option-group-hr {
|
|
border-bottom: 1px solid #888888;
|
|
margin: 10px 0px 10px 0px;
|
|
}
|
|
|
|
.admin-menu-option input {
|
|
font-size: 12px;
|
|
font-family: serif;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|