spec/dummy/tmp/cache/assets/E2A/030/sprockets%2Fb9abc4fab26eba891be1813fceec3854 in locomotivecms-search-0.2.8 vs spec/dummy/tmp/cache/assets/E2A/030/sprockets%2Fb9abc4fab26eba891be1813fceec3854 in locomotivecms-search-0.3.0
- old
+ new
@@ -1,8 +1,8 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1384093240.984842:@value"”{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1396022039.491654:@value"ȸ{I"
class:ETI"BundledAsset; FI"logical_path; TI"locomotive.css; TI"
pathname; TI"W/Users/didier/Documents/LocomotiveCMS/engine/app/assets/stylesheets/locomotive.css; FI"content_type; TI"
text/css; TI"
-mtime; TI"2013-10-09T00:07:42+02:00; TI"length; Ti»I"digest; TI"%aee7652bb0aeca0774cd21b8bdd8a8a9; FI"source; TI"»/*
+mtime; TI"2014-03-19T22:34:59+01:00; TI"length; Tiï¶I"digest; TI"%69515eb39a629978ed475786d23bceee; FI"source; TI"ï¶/*
* 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.
@@ -4432,10 +4432,12 @@
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
@@ -4455,10 +4457,15 @@
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
.cm-tab { display: inline-block; }
+.CodeMirror-ruler {
+ border-left: 1px solid #ccc;
+ position: absolute;
+}
+
/* DEFAULT THEME */
.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
@@ -4470,11 +4477,10 @@
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
-.cm-s-default .cm-error {color: #f00;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
@@ -4487,10 +4493,11 @@
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
+.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}
@@ -4510,17 +4517,22 @@
.CodeMirror-scroll {
/* 30px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -30px; margin-right: -30px;
- padding-bottom: 30px; padding-right: 30px;
+ padding-bottom: 30px;
height: 100%;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
}
.CodeMirror-sizer {
position: relative;
+ border-right: 30px solid transparent;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actuall scrolling happens, thus preventing shaking and
flickering artifacts. */
@@ -4552,10 +4564,12 @@
z-index: 3;
}
.CodeMirror-gutter {
white-space: normal;
height: 100%;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
padding-bottom: 30px;
margin-bottom: -32px;
display: inline-block;
/* Hack to make IE7 behave */
*zoom:1;
@@ -4589,20 +4603,11 @@
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
-.CodeMirror-code pre {
- border-right: 30px solid transparent;
- width: -webkit-fit-content;
- width: -moz-fit-content;
- width: fit-content;
-}
-.CodeMirror-wrap .CodeMirror-code pre {
- border-right: none;
- width: auto;
-}
+
.CodeMirror-linebackground {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
z-index: 0;
}
@@ -4611,20 +4616,20 @@
position: relative;
z-index: 2;
overflow: auto;
}
-.CodeMirror-widget {
-}
+.CodeMirror-widget {}
.CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden;
}
.CodeMirror-measure {
position: absolute;
- width: 100%; height: 0px;
+ width: 100%;
+ height: 0;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-measure pre { position: static; }
@@ -4801,10 +4806,17 @@
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
p.no-items a:hover {
text-decoration: underline;
}
+
+/* ___ stop window scrolling (when an ui-dialog is open) ___ */
+/* line 39, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/common.css.scss */
+.stop-scrolling {
+ height: 100%;
+ overflow: hidden;
+}
/* line 3, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/content_locale_picker.css.scss */
#content-locale-picker-link {
position: relative;
padding-left: 10px !important;
padding-right: 10px !important;
@@ -4977,10 +4989,304 @@
color: #fff;
text-align: center;
font-size: 20px;
text-shadow: 1px 1px 1px #333333;
}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* ___ boxes ___ */
/* line 11, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#wrapper #content > div.inner .box {
width: 918px;
padding: 0px;
@@ -5332,18 +5638,63 @@
ul.list li.item div.more a.remove:hover {
background: #e72635;
}
/* line 102, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+#entries-list.grouped li.item span.handle {
+ display: none;
+}
+/* line 110, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+#entries-list.grouped.sortable li.item span.handle {
+ display: inline-block;
+ width: 16px;
+ height: 16px;
+ line-height: 16px;
+ padding: 0px 0px;
+ border-radius: 50%;
+ background: #808080;
+ outline: none;
+ text-align: center;
+ text-decoration: none;
+ font-size: 13px;
+ font-weight: normal;
+ color: #fff;
+ margin: 0px;
+ top: -1px !important;
+}
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
+ /* line 25, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+ #entries-list.grouped.sortable li.item span.handle i {
+ vertical-align: middle;
+ }
+}
+/* line 30, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+#entries-list.grouped.sortable li.item span.handle i {
+ height: 16px;
+ width: 16px;
+ line-height: 16px;
+ font-weight: normal;
+ text-shadow: 0px 0px 0px black;
+}
+/* line 116, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+#entries-list.grouped.sortable li.item span.handle i {
+ font-size: 9px;
+}
+/* line 121, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+#entries-list.grouped.sortable li.item a {
+ margin-left: 0px;
+}
+
+/* line 133, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#entries-list.list li.item a {
text-shadow: 1px 1px 1px white;
}
-/* line 106, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 137, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#entries-list.list li.item span.handle {
display: none;
}
-/* line 115, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 146, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#entries-list.list.sortable li.item span.handle {
display: block;
position: absolute;
top: 5px;
left: 0px;
@@ -5351,40 +5702,40 @@
width: 18px;
text-indent: -9999px;
background: transparent url(/assets/locomotive/list/item-left.png) no-repeat 0 0;
cursor: move;
}
-/* line 130, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 161, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#entries-list.list.sortable li.item a {
margin-left: 26px;
}
-/* line 139, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 170, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list {
margin: 0px 0 20px 0;
background: #fff;
}
-/* line 143, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 174, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.sep {
margin: 11px 0 10px 0;
height: 1px;
border-top: 1px dotted #bbbbbd;
}
-/* line 149, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page {
position: relative;
}
-/* line 152, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 183, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page > .toggler {
position: absolute;
top: 0px;
left: -25px;
cursor: pointer;
color: #808080;
font-size: 20px;
}
-/* line 162, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 193, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner {
position: relative;
margin-bottom: 10px;
height: 30px;
line-height: 30px;
@@ -5397,21 +5748,21 @@
border-radius: 16px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
}
-/* line 173, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 204, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner em {
display: block;
position: absolute;
top: 5px;
left: 0px;
height: 22px;
width: 18px;
background: transparent url(/assets/locomotive/list/item-left.png) no-repeat 0 0;
}
-/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 216, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner a {
text-decoration: none;
margin-left: 26px;
color: #1f82bc;
font-size: 14px;
@@ -5420,18 +5771,18 @@
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
#pages-list li.page .inner a:hover {
text-decoration: underline;
}
-/* line 196, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 227, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner > i {
vertical-align: middle;
font-size: 18px;
color: #b3b5c7;
text-shadow: 1px 1px 1px white;
}
-/* line 203, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 234, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner span.untranslated {
display: inline-block;
position: relative;
background-color: #858585;
-webkit-border-radius: 3px;
@@ -5447,11 +5798,11 @@
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
background-color: #F89406;
top: -1px;
left: 5px;
}
-/* line 210, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 241, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner span.response-type {
display: inline-block;
position: relative;
background-color: #858585;
-webkit-border-radius: 3px;
@@ -5466,21 +5817,40 @@
color: #fff;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
top: -1px;
left: 5px;
}
-/* line 216, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 247, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+#pages-list li.page .inner span.content-type {
+ display: inline-block;
+ position: relative;
+ background-color: #858585;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ -ms-border-radius: 3px;
+ -o-border-radius: 3px;
+ border-radius: 3px;
+ padding: 1px 3px 2px;
+ line-height: 16px;
+ font-size: 11px;
+ font-weight: bold;
+ color: #fff;
+ text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
+ top: -1px;
+ left: 5px;
+}
+/* line 253, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner .more {
position: absolute;
top: 0px;
right: 20px;
font-size: 11px;
color: #8b8d9a;
height: 30px;
line-height: 30px;
}
-/* line 227, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 264, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner .more a.remove {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
@@ -5507,48 +5877,48 @@
width: 16px;
line-height: 16px;
font-weight: normal;
text-shadow: 0px 0px 0px black;
}
-/* line 232, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 269, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page .inner .more a.remove:hover {
background: #e72635;
}
-/* line 241, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 278, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page.index > .inner a, #pages-list li.page.not-found > .inner a {
margin-left: 20px;
}
-/* line 253, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 290, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list li.page.unpublished > .inner a {
font-style: italic;
font-weight: normal;
}
-/* line 262, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 299, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#pages-list ul {
margin: 10px 0 10px 40px;
}
/* ___ Progress bar ___ */
-/* line 279, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 316, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#progressbar-wrapper {
margin: 40px 0;
height: 30px;
}
-/* line 283, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 320, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#progressbar-wrapper #progressbar {
height: 100%;
}
/* ___ form notification ___ */
-/* line 290, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 327, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#form-submit-notification {
position: fixed;
top: 0px;
right: 0px;
z-index: 9999;
}
-/* line 296, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 333, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#form-submit-notification > div {
padding: 5px 10px;
background-color: #fffbe5;
border-left: 4px solid #efe4a5;
border-bottom: 4px solid #efe4a5;
@@ -5558,11 +5928,11 @@
font-size: 12px;
color: #aa9a79;
}
/* ___ paragraph (for help for example) ___ */
-/* line 313, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 350, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
p span.code {
padding: 2px 3px;
background: #EBEDF4;
color: #8B8D9A;
text-shadow: 0px 0px 1px white;
@@ -5696,11 +6066,11 @@
#edit-select-option-entries .placeholder .list > span.actions {
position: static;
margin-left: 15px;
line-height: 24px;
}
-/* line 328, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
+/* line 365, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/application.css.scss */
#edit-select-option-entries .placeholder .list {
height: auto;
}
/* line 3, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss */
.CodeMirror {
@@ -5728,17 +6098,92 @@
}
/* line 18, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss */
.CodeMirror .medium {
height: 250px !important;
}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets {
list-style: none;
margin: 0px;
padding: 0px;
+ background: transparent;
}
-/* line 14, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 15, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset {
position: relative;
float: left;
width: 139px;
height: 170px;
@@ -5753,15 +6198,15 @@
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px 0px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px 0px;
background: #ebedf4;
}
-/* line 29, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 30, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset.last {
margin-right: 0px;
}
-/* line 33, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 34, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset h4 {
margin: 0px;
line-height: 30px;
text-align: left;
-moz-border-radius-topleft: 8px;
@@ -5774,48 +6219,79 @@
background-image: -webkit-linear-gradient(#ebedf4, #d7dbe7);
background-image: -moz-linear-gradient(#ebedf4, #d7dbe7);
background-image: -o-linear-gradient(#ebedf4, #d7dbe7);
background-image: linear-gradient(#ebedf4, #d7dbe7);
border-bottom: 1px solid #ccced7;
+ padding-left: 5px;
+ font-size: 11px;
+ color: #333;
+ font-weight: bold;
}
-/* line 44, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 50, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset h4 a {
text-decoration: none;
- margin-left: 5px;
outline: none;
- font-size: 11px;
color: #1f82bc;
- font-weight: bold;
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
ul.content-assets li.asset h4 a:hover {
text-decoration: underline;
}
-/* line 56, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 58, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+ul.content-assets li.asset .uploading {
+ margin: 54px 10px 0 10px;
+ padding: 2px;
+ height: 14px;
+ background: #333;
+ border-bottom: 1px solid #fff;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ -ms-border-radius: 10px;
+ -o-border-radius: 10px;
+ border-radius: 10px;
+}
+/* line 66, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+ul.content-assets li.asset .uploading .progress-bar {
+ display: inline-block;
+ width: 20%;
+ height: 13px;
+ border-top: 1px solid #d6f6ff;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65c3ff), color-stop(100%, #008ced));
+ background-image: -webkit-linear-gradient(#65c3ff, #008ced);
+ background-image: -moz-linear-gradient(#65c3ff, #008ced);
+ background-image: -o-linear-gradient(#65c3ff, #008ced);
+ background-image: linear-gradient(#65c3ff, #008ced);
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ -ms-border-radius: 10px;
+ -o-border-radius: 10px;
+ border-radius: 10px;
+}
+/* line 76, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .icon, ul.content-assets li.asset .image {
width: 85px;
height: 85px;
border: 4px solid #fff;
margin: 20px 0 0px 22px;
cursor: pointer;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 1px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 1px;
box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 1px;
}
-/* line 66, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 86, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .image {
background: transparent url(/assets/locomotive/list/empty.png) repeat 0 0;
}
-/* line 69, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 89, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .image .inside {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 85px;
height: 90px;
}
-/* line 80, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 100, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .icon .inside {
position: relative;
top: 30px;
width: 85px;
-webkit-transform: rotate(-45deg);
@@ -5825,44 +6301,44 @@
font-weight: bold;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
-/* line 96, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 116, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .icon.pdf {
background: #e82f2d;
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fc4e42), color-stop(100%, #b9101d));
background-image: -webkit-linear-gradient(left top, #fc4e42, #b9101d);
background-image: -moz-linear-gradient(left top, #fc4e42, #b9101d);
background-image: -o-linear-gradient(left top, #fc4e42, #b9101d);
background-image: linear-gradient(left top, #fc4e42, #b9101d);
}
-/* line 101, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 121, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .icon.media {
background: #6e489c;
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ba89d1), color-stop(100%, #4f317d));
background-image: -webkit-linear-gradient(left top, #ba89d1, #4f317d);
background-image: -moz-linear-gradient(left top, #ba89d1, #4f317d);
background-image: -o-linear-gradient(left top, #ba89d1, #4f317d);
background-image: linear-gradient(left top, #ba89d1, #4f317d);
}
-/* line 106, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 126, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .icon.other {
background: #4a4a50;
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #92939a), color-stop(100%, #28282b));
background-image: -webkit-linear-gradient(left top, #92939a, #28282b);
background-image: -moz-linear-gradient(left top, #92939a, #28282b);
background-image: -o-linear-gradient(left top, #92939a, #28282b);
background-image: linear-gradient(left top, #92939a, #28282b);
}
-/* line 112, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 132, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .actions {
position: absolute;
bottom: 17px;
right: 17px;
}
-/* line 117, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 137, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .actions a {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
@@ -5889,14 +6365,70 @@
width: 16px;
line-height: 16px;
font-weight: normal;
text-shadow: 0px 0px 0px black;
}
-/* line 122, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+/* line 142, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
ul.content-assets li.asset .actions a:hover {
background: #e72635;
}
+
+/* line 154, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .ui-dialog-content {
+ padding: 0px !important;
+}
+/* line 158, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .ui-dialog-titlebar {
+ border-bottom: 1px solid transparent !important;
+}
+/* line 162, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .filter-and-search {
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #55565c), color-stop(100%, #45454a));
+ background-image: -webkit-linear-gradient(#55565c, #45454a);
+ background-image: -moz-linear-gradient(#55565c, #45454a);
+ background-image: -o-linear-gradient(#55565c, #45454a);
+ background-image: linear-gradient(#55565c, #45454a);
+ padding: 10px 10px;
+ border-bottom: 1px solid #000;
+}
+/* line 167, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .filter-and-search .search-bar {
+ position: relative;
+ float: right;
+}
+/* line 171, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .filter-and-search .search-bar input {
+ -webkit-border-radius: 20px;
+ -moz-border-radius: 20px;
+ -ms-border-radius: 20px;
+ -o-border-radius: 20px;
+ border-radius: 20px;
+ outline: none;
+ border: 0px;
+ font-size: 12px;
+ padding: 3px 10px 3px 30px;
+ line-height: 20px;
+ z-index: 100;
+ width: 150px;
+}
+/* line 182, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .filter-and-search .search-bar i.icon-search {
+ position: absolute;
+ left: 10px;
+ top: 2px;
+ font-size: 18px;
+ z-index: 101;
+}
+/* line 192, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog ul.content-assets {
+ padding: 10px;
+ margin: 0px;
+}
+/* line 197, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss */
+.content-asset-picker-dialog .no-items {
+ margin: 50px 10px 0px;
+}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/datepicker.css.scss */
#ui-datepicker-div {
z-index: 9999999 !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 10px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 10px 2px;
@@ -6139,10 +6671,84 @@
/* line 247, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/datepicker.css.scss */
.ui-datepicker-buttonpane {
display: none;
}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-widget-overlay {
background: #000;
opacity: 0.4;
}
@@ -6211,27 +6817,31 @@
/* line 70, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-content .list {
overflow: auto;
height: 360px;
}
-/* line 77, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 75, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+.ui-dialog .ui-dialog-content.hovered {
+ background: #e0edfd;
+}
+/* line 81, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-content form.formtastic fieldset legend, .ui-dialog .ui-dialog-content form.formtastic fieldset ol {
width: 748px;
}
-/* line 83, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 87, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-content form.formtastic fieldset ol li.string input[type=text] {
width: 530px;
}
-/* line 89, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 93, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-content form.formtastic fieldset ol li.date input[type=text] {
width: 90px;
}
-/* line 95, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 99, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-content form.formtastic fieldset ol li.tags ul.tagit {
width: 530px;
}
-/* line 105, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 109, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-buttonpane {
position: relative;
z-index: 999;
margin: 0px 0 0 0px;
padding: 10px;
@@ -6243,32 +6853,32 @@
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
border-top: 1px solid #5F6069;
background: #8B8D9A;
}
-/* line 118, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 122, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-buttonpane a {
outline: none;
}
-/* line 122, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 126, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-buttonpane a#close-link {
text-decoration: none;
color: #fff;
font-size: 12px;
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
.ui-dialog .ui-dialog-buttonpane a#close-link:hover {
text-decoration: underline;
}
-/* line 128, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 132, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-buttonpane .button-wrapper {
position: absolute;
top: 8px;
right: 10px;
z-index: 1203;
}
-/* line 135, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 139, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-buttonpane .button-wrapper a, .ui-dialog .ui-dialog-buttonpane .button-wrapper input[type=submit] {
display: inline-block;
position: relative;
cursor: pointer;
line-height: 12px;
@@ -6303,14 +6913,162 @@
}
/* line 97, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
.ui-dialog .ui-dialog-buttonpane .button-wrapper a:active, .ui-dialog .ui-dialog-buttonpane .button-wrapper input[type=submit]:active {
top: 1px;
}
-/* line 139, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
+/* line 143, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/dialog_changes.css.scss */
.ui-dialog .ui-dialog-buttonpane .button-wrapper input[type=file] {
z-index: 400000;
}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* line 11, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/editable_elements.css.scss */
#editable-elements .nav {
display: block;
padding: 0 0 0 20px;
margin: 0px;
@@ -6384,10 +7142,84 @@
}
/* line 66, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/editable_elements.css.scss */
#editable-elements fieldset ol {
min-height: 400px;
}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* line 10, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset {
margin-bottom: 20px;
padding-bottom: 1px;
}
@@ -6678,40 +7510,60 @@
/* line 181, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input label img.flag, form.formtastic fieldset ol > li.input .label img.flag {
float: left;
margin: -3px 10px 0 0;
}
-/* line 187, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 186, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+form.formtastic fieldset ol > li.input label .localized-icon, form.formtastic fieldset ol > li.input .label .localized-icon {
+ margin-right: 8px;
+ padding: 2px;
+ background-color: #6D6D6B;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ -ms-border-radius: 8px;
+ -o-border-radius: 8px;
+ border-radius: 8px;
+ font-size: 10px;
+ color: #fff;
+ text-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px 0px;
+ text-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
+ text-shadow: none;
+}
+/* line 198, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+form.formtastic fieldset ol > li.input label .localized-icon.untranslated, form.formtastic fieldset ol > li.input .label .localized-icon.untranslated {
+ background-color: #f2af00;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input p.inline-hints {
margin: 5px 0 0 160px;
}
-/* line 190, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 208, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input p.inline-hints a {
color: #1f82bc;
}
-/* line 193, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 211, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input p.inline-hints .code {
background-color: #c8cad0;
color: #5E5F64;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
-/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 219, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input .actions {
overflow: visible;
padding-left: 0px;
}
-/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 224, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input div.list {
margin-left: 160px;
}
-/* line 209, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 228, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input div.inline-errors {
margin: 2px 0 0 160px;
padding: 8px 0 0 0;
background: transparent url(/assets/locomotive/form/error-arrow.png) no-repeat 17px 0;
}
-/* line 215, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 234, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input div.inline-errors p {
display: inline-block;
width: auto;
line-height: 14px;
margin: 0px;
@@ -6727,20 +7579,20 @@
background: #cd0f19;
color: #fff !important;
font-size: 12px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
-/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 245, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input div.inline-errors p:before {
font-family: FontAwesome;
content: "\f071\00a0\00a0";
}
-/* line 235, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 254, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.string label, form.formtastic fieldset ol > li.input.password label, form.formtastic fieldset ol > li.input.numeric label, form.formtastic fieldset ol > li.input.select2 label {
padding-top: 2px;
}
-/* line 239, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 258, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.string input[type=text], form.formtastic fieldset ol > li.input.string input[type=password], form.formtastic fieldset ol > li.input.string input[type=number], form.formtastic fieldset ol > li.input.password input[type=text], form.formtastic fieldset ol > li.input.password input[type=password], form.formtastic fieldset ol > li.input.password input[type=number], form.formtastic fieldset ol > li.input.numeric input[type=text], form.formtastic fieldset ol > li.input.numeric input[type=password], form.formtastic fieldset ol > li.input.numeric input[type=number], form.formtastic fieldset ol > li.input.select2 input[type=text], form.formtastic fieldset ol > li.input.select2 input[type=password], form.formtastic fieldset ol > li.input.select2 input[type=number] {
padding: 4px 5px;
color: #17171B;
font-size: 14px;
font-weight: bold;
@@ -6750,27 +7602,27 @@
background-image: -moz-linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
background-image: -o-linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
background-image: linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
width: 700px;
}
-/* line 244, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 263, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.string input[type=number], form.formtastic fieldset ol > li.input.password input[type=number], form.formtastic fieldset ol > li.input.numeric input[type=number], form.formtastic fieldset ol > li.input.select2 input[type=number] {
width: 150px;
}
-/* line 249, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 268, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.string.highlighted label, form.formtastic fieldset ol > li.input.password.highlighted label, form.formtastic fieldset ol > li.input.numeric.highlighted label, form.formtastic fieldset ol > li.input.select2.highlighted label {
padding-top: 7px;
}
-/* line 253, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 272, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.string.highlighted input[type=text], form.formtastic fieldset ol > li.input.password.highlighted input[type=text], form.formtastic fieldset ol > li.input.numeric.highlighted input[type=text], form.formtastic fieldset ol > li.input.select2.highlighted input[type=text] {
font-size: 20px;
}
-/* line 259, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 278, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.string.em-inline-hints p.inline-hints, form.formtastic fieldset ol > li.input.password.em-inline-hints p.inline-hints, form.formtastic fieldset ol > li.input.numeric.em-inline-hints p.inline-hints, form.formtastic fieldset ol > li.input.select2.em-inline-hints p.inline-hints {
color: #1F82BC !important;
}
-/* line 267, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 286, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.text textarea {
padding: 5px;
width: 696px;
height: auto;
overflow-y: hidden;
@@ -6782,15 +7634,15 @@
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
form.formtastic fieldset ol > li.input.select a:hover {
text-decoration: underline;
}
-/* line 279, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 298, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.select a.edit-options-button {
margin-left: 10px;
}
-/* line 286, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 305, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.select2 a.select2-choice {
padding: 4px 5px;
color: #17171B;
font-size: 14px;
font-weight: bold;
@@ -6805,69 +7657,69 @@
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
-/* line 291, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 310, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.select2 a.select2-choice > div {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
-/* line 299, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 318, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .list, form.formtastic fieldset ol > li.input.locales .list {
margin-left: 150px;
}
-/* line 304, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 323, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale.locales label, form.formtastic fieldset ol > li.input.locales.locales label {
color: #8B8D9A;
}
-/* line 309, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 328, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .entry, form.formtastic fieldset ol > li.input.locales .entry {
float: left;
width: 212px;
margin-left: 10px;
}
-/* line 315, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 334, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .entry:first-child, form.formtastic fieldset ol > li.input.locales .entry:first-child {
margin-left: 0px;
}
-/* line 319, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 338, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .entry label, form.formtastic fieldset ol > li.input.locales .entry label {
float: none;
display: inline-block;
width: auto;
position: relative;
padding-left: 31px;
margin-left: 8px;
font-weight: normal;
}
-/* line 330, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 349, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .entry label img, form.formtastic fieldset ol > li.input.locales .entry label img {
position: absolute;
top: 2px;
left: 0px;
}
-/* line 338, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 357, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .entry.selected label, form.formtastic fieldset ol > li.input.locales .entry.selected label {
color: #585A69;
}
-/* line 342, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 361, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .entry.selected:first-child label, form.formtastic fieldset ol > li.input.locales .entry.selected:first-child label {
font-weight: bold;
}
-/* line 350, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 369, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.locale .inline-hints, form.formtastic fieldset ol > li.input.locales .inline-hints {
clear: both;
}
-/* line 357, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 376, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code textarea, form.formtastic fieldset ol > li.input.code .CodeMirror-scroll {
height: 400px;
}
-/* line 361, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 380, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code textarea {
padding: 4px 5px;
color: #17171B;
font-size: 14px;
font-weight: bold;
@@ -6877,89 +7729,89 @@
background-image: -moz-linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
background-image: -o-linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
background-image: linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
width: 868px;
}
-/* line 367, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 386, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code.small textarea, form.formtastic fieldset ol > li.input.code.small .CodeMirror-scroll {
height: 60px;
}
-/* line 372, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 391, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code div.inline-errors, form.formtastic fieldset ol > li.input.code p.inline-hints {
margin-left: 0px;
}
-/* line 376, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 395, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code .more {
text-align: right;
width: auto;
margin: 10px 0px 0 0;
line-height: 0.6em;
}
-/* line 382, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 401, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code .more a {
text-decoration: none;
color: #787A89;
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
form.formtastic fieldset ol > li.input.code .more a:hover {
text-decoration: underline;
}
-/* line 386, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 405, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code .more a i {
margin-right: 3px;
}
-/* line 394, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 413, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code.small > textarea, form.formtastic fieldset ol > li.input.code.small .CodeMirror, form.formtastic fieldset ol > li.input.code.small .CodeMirror-scroll {
height: 60px;
width: 706px;
}
-/* line 399, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 418, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code.small .CodeMirror {
float: left;
margin-top: 0px;
margin-bottom: 5px;
}
-/* line 405, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 424, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code.small div.inline-errors, form.formtastic fieldset ol > li.input.code.small p.inline-hints {
margin-left: 160px;
}
-/* line 411, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 430, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code.no-label {
padding-top: 12px;
}
-/* line 414, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 433, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.code.no-label > textarea, form.formtastic fieldset ol > li.input.code.no-label .CodeMirror, form.formtastic fieldset ol > li.input.code.no-label .CodeMirror-scroll {
margin-top: 0px;
width: 868px;
}
-/* line 424, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 443, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.toggle p.inline-hints {
margin-top: 9px;
}
-/* line 432, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 451, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.date input[type=text] {
width: 90px;
}
-/* line 440, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 459, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.date-time input[type=text] {
width: 120px;
}
-/* line 448, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 467, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.file span.file a:first-child {
text-decoration: none;
margin-right: 20px;
color: #1F82BC;
}
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
form.formtastic fieldset ol > li.input.file span.file a:first-child:hover {
text-decoration: underline;
}
-/* line 455, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 474, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.file span.file a:first-child.deleted {
text-decoration: line-through;
}
-/* line 460, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 479, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.file span.file a.change, form.formtastic fieldset ol > li.input.file span.file a.delete {
display: inline-block;
position: relative;
cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.4);
@@ -6995,17 +7847,17 @@
}
/* line 175, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
form.formtastic fieldset ol > li.input.file span.file a.change:active, form.formtastic fieldset ol > li.input.file span.file a.delete:active {
top: 1px;
}
-/* line 469, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 488, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.api_key code {
color: #000;
font-weight: bold;
font-family: Monaco, monospace;
}
-/* line 474, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 493, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.api_key button.regenerate {
display: inline-block;
position: relative;
cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.4);
@@ -7041,68 +7893,68 @@
}
/* line 175, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
form.formtastic fieldset ol > li.input.api_key button.regenerate:active {
top: 1px;
}
-/* line 482, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 501, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.subdomain em {
color: #222;
}
-/* line 486, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 505, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.subdomain input[type=text] {
background: transparent;
outline: none;
margin: 0 5px;
width: 30%;
border: none;
border-bottom: 1px solid #B5B7C4;
color: #787A89;
font-size: 14px;
}
-/* line 496, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 515, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.empty .list em.editable {
font-size: 14px;
color: #17171D;
font-weight: bold;
}
-/* line 502, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 521, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.empty .list input[type=text].path {
background: transparent;
outline: none;
margin: 0 5px;
width: 30%;
border: none;
border-bottom: 1px solid #B5B7C4;
color: #787A89;
font-size: 14px;
}
-/* line 509, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 528, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label {
padding-top: 6px;
}
-/* line 512, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 531, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label > .list {
margin-left: 0;
}
-/* line 515, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 534, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label > .list .entry {
margin-top: 10px;
margin-bottom: 0px;
}
-/* line 521, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 540, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label.string {
padding-top: 16px;
}
-/* line 524, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 543, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label.string input[type=text] {
width: 868px;
}
-/* line 529, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 548, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label > .inline-hints {
margin-left: 0px !important;
}
-/* line 533, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 552, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.no-label > .inline-errors {
margin-left: 0px !important;
}
/* line 108, ../../../../../../../../engine/app/assets/stylesheets/locomotive/shared/_helpers.css.scss */
form.formtastic fieldset ol > li.input.select-options .list {
@@ -7149,11 +8001,11 @@
form.formtastic fieldset ol > li.input.select-options .list > span.actions {
position: static;
margin-left: 15px;
line-height: 24px;
}
-/* line 548, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 567, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.relationship .list > ul .col.handle {
margin: 7px 2px 0px 4px;
display: inline-block;
width: 16px;
height: 16px;
@@ -7181,67 +8033,67 @@
width: 16px;
line-height: 16px;
font-weight: normal;
text-shadow: 0px 0px 0px black;
}
-/* line 554, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 573, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.relationship .list > ul .col.handle i {
font-size: 9px;
}
-/* line 559, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 578, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input.relationship .list > ul .col.label {
margin-left: 8px;
font-weight: bold;
color: #000;
height: 31px;
width: auto;
}
-/* line 575, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 594, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#site_memberships_input .entry em.email {
margin-left: 10px;
}
-/* line 579, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 598, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#site_memberships_input .entry .role {
position: absolute;
top: 0px;
right: 30px;
width: 170px;
line-height: 30px;
}
-/* line 587, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 606, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#site_memberships_input .entry .role em {
margin-left: 0px;
background-repeat: no-repeat;
color: #757575;
font-size: 13px;
font-weight: normal;
}
-/* line 601, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 620, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#account_sites_input .entry strong {
margin-right: 10px;
}
-/* line 607, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 626, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input {
padding-top: 17px;
}
-/* line 611, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 630, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field {
height: auto;
clear: both;
}
-/* line 615, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 634, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field > .col {
float: left;
margin-right: 20px;
}
-/* line 620, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 639, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .editable {
display: inline-block;
line-height: 16px;
width: 20px;
}
-/* line 627, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 646, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .handle {
margin: 6px 2px 0px 4px;
display: inline-block;
width: 16px;
height: 16px;
@@ -7269,19 +8121,19 @@
width: 16px;
line-height: 16px;
font-weight: normal;
text-shadow: 0px 0px 0px black;
}
-/* line 633, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 652, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .handle i {
font-size: 9px;
}
-/* line 638, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 657, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .label-input {
margin-right: 2px;
}
-/* line 641, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 660, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .label-input input[type=text] {
float: none;
display: inline-block;
padding: 4px 5px;
color: #17171B;
@@ -7295,37 +8147,37 @@
background-image: linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
margin-left: 5px;
padding: 2px 3px;
font-size: 12px;
}
-/* line 651, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 670, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .label-input .editable {
width: 160px;
}
-/* line 656, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 675, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .type-input {
width: 150px;
}
-/* line 659, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 678, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .type-input .editable {
color: #585A69;
font-weight: normal;
width: 150px;
}
-/* line 667, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 686, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .required-input span {
color: #585A69;
font-weight: normal;
}
-/* line 672, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 691, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input li.custom-field .required-input .toggleSwitch {
display: inline-block;
position: relative;
top: 5px;
margin-left: 5px;
}
-/* line 685, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 704, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol > li.input#custom_fields_input .new-entry input[type=text] {
padding: 4px 5px;
color: #17171B;
font-size: 14px;
font-weight: bold;
@@ -7337,11 +8189,11 @@
background-image: linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff);
margin-left: 5px;
padding: 2px 3px;
font-size: 12px;
}
-/* line 698, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 717, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested {
clear: both;
width: 858px;
border: none;
-webkit-border-radius: 0;
@@ -7352,11 +8204,11 @@
-webkit-box-shadow: transparent 0 0 0 0;
-moz-box-shadow: transparent 0 0 0 0;
box-shadow: transparent 0 0 0 0;
background: transparent;
}
-/* line 706, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 725, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input {
height: auto;
padding-bottom: 5px;
padding-left: 29px;
background: transparent;
@@ -7368,43 +8220,43 @@
border-radius: 0;
-webkit-box-shadow: transparent 0 0 0 0;
-moz-box-shadow: transparent 0 0 0 0;
box-shadow: transparent 0 0 0 0;
}
-/* line 715, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 734, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input label.label {
width: 174px;
padding-top: 0px;
line-height: 28px;
}
-/* line 722, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 741, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input.string input[type=text], form.formtastic fieldset ol.nested > li.input.string input[type=password], form.formtastic fieldset ol.nested > li.input.password input[type=text], form.formtastic fieldset ol.nested > li.input.password input[type=password] {
width: 623px;
}
-/* line 726, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 745, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input.string p.inline-hints, form.formtastic fieldset ol.nested > li.input.password p.inline-hints {
margin-top: 0px;
}
-/* line 732, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 751, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input.toggle label {
width: 174px;
padding-top: 0px;
line-height: 24px;
}
-/* line 738, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 757, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input.toggle .toggleSwitch {
top: 3px;
}
-/* line 743, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 762, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic fieldset ol.nested > li.input p.inline-hints {
margin-left: 174px;
}
-/* line 755, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 774, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic .selector {
position: relative;
}
-/* line 758, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 777, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic .selector a.alt {
position: absolute;
display: inline-block;
line-height: 32px;
top: 0px;
@@ -7412,14 +8264,88 @@
color: #787a89;
font-size: 11px;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
text-decoration: none;
}
-/* line 771, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
+/* line 790, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss */
form.formtastic .selector a.alt:hover {
text-decoration: underline;
}
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/layout.css.scss */
body {
background: black url(/assets/locomotive/background/body.png) repeat 0 0;
font-size: 12px;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
@@ -8465,10 +9391,84 @@
* the top of the compiled file, but it's generally better to create a new file per style scope.
*/
+/* line 180, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+/* line 185, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn {
+ display: inline-block;
+ position: relative;
+ float: left;
+ white-space: nowrap;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ outline: none;
+ padding: 0px 5px;
+ margin: 0px;
+ margin-left: -1px;
+ border: 1px solid transparent;
+ color: #fff;
+ padding: 0px 12px 0px 12px;
+ line-height: 26px;
+ outline: none;
+ text-decoration: none;
+ color: #fff;
+ font-size: 12px;
+ font-weight: normal;
+ text-shadow: 1px 1px 1px black;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+ -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303138), color-stop(100%, #1e1e24));
+ background-image: -webkit-linear-gradient(#303138, #1e1e24);
+ background-image: -moz-linear-gradient(#303138, #1e1e24);
+ background-image: -o-linear-gradient(#303138, #1e1e24);
+ background-image: linear-gradient(#303138, #1e1e24);
+}
+/* line 200, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:first-child {
+ -moz-border-radius-topleft: 16px;
+ -webkit-border-top-left-radius: 16px;
+ border-top-left-radius: 16px;
+ -moz-border-radius-bottomleft: 16px;
+ -webkit-border-bottom-left-radius: 16px;
+ border-bottom-left-radius: 16px;
+}
+/* line 205, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn:last-child {
+ -moz-border-radius-topright: 16px;
+ -webkit-border-top-right-radius: 16px;
+ border-top-right-radius: 16px;
+ -moz-border-radius-bottomright: 16px;
+ -webkit-border-bottom-right-radius: 16px;
+ border-bottom-right-radius: 16px;
+}
+/* line 226, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss */
+.button-groups .btn.on, .button-groups .btn:active {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e24), color-stop(100%, #212229));
+ background-image: -webkit-linear-gradient(#1e1e24, #212229);
+ background-image: -moz-linear-gradient(#1e1e24, #212229);
+ background-image: -o-linear-gradient(#1e1e24, #212229);
+ background-image: linear-gradient(#1e1e24, #212229);
+ -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+ box-shadow: rgba(0, 0, 0, 0) 0 1px 0 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0 0;
+}
+
/* ___ pagination ___ */
/* line 8, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/pagination.css.scss */
nav.pagination {
text-align: center;
margin-bottom: 15px;
@@ -8714,6 +9714,6 @@
}
/* line 45, ../../../../../../../../engine/app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss */
ul.tagit li.tagit-new {
padding: 2px 0 0 0;
}
-; TI"required_assets_digest; TI"%1273db7b9f8982fa3a798d052dfb3631; FI"
_version; TI"%ffd318ca8b794f42f5029101c2cf5d91; F
+; TI"required_assets_digest; TI"%6a5f9001cf06f3122eefd6454b94b116; FI"
_version; TI"%ffd318ca8b794f42f5029101c2cf5d91; F
\ No newline at end of file