// small fixs

This commit is contained in:
Kevin Granger
2013-10-22 10:04:45 +02:00
parent fadbc4c250
commit eb82297f45
7 changed files with 824 additions and 30 deletions
+54 -21
View File
@@ -8263,11 +8263,31 @@ a.link-social:hover {
-webkit-font-smoothing: antialiased;
content: "\f00c"; }
/* line 81, admin-theme/_admin-commons.sass */
/* line 80, admin-theme/_admin-commons.sass */
.alert.alert-info, #carrier_wizard .alert-info.wizard_error {
padding-left: 60px;
position: relative; }
/* line 83, admin-theme/_admin-commons.sass */
.alert.alert-info:before, #carrier_wizard .alert-info.wizard_error:before {
position: absolute;
top: 0;
left: 10px;
display: block;
min-height: 25px;
min-width: 25px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 35px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
content: "\F05A"; }
/* line 101, admin-theme/_admin-commons.sass */
.panel .panel-footer, #header_notifs_icon_wrapper .notifs_panel .panel-footer, #dash_version .panel-footer, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_footer {
margin: 0 -20px -20px; }
/* line 84, admin-theme/_admin-commons.sass */
/* line 104, admin-theme/_admin-commons.sass */
.overflow-y {
height: 200px;
overflow-y: auto; }
@@ -8452,24 +8472,37 @@ textarea {
resize: none; }
/* line 36, admin-theme/_admin-forms.sass */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
background-color: #fefbe2;
-webkit-box-shadow: none;
box-shadow: none; }
/* line 41, admin-theme/_admin-forms.sass */
.btn {
text-transform: uppercase; }
/* line 38, admin-theme/_admin-forms.sass */
/* line 43, admin-theme/_admin-forms.sass */
.btn .caret {
border-top-color: #333333 !important; }
/* line 41, admin-theme/_admin-forms.sass */
/* line 46, admin-theme/_admin-forms.sass */
.btn:hover .caret, .btn:focus .caret {
border-top-color: white !important; }
/* line 43, admin-theme/_admin-forms.sass */
/* line 48, admin-theme/_admin-forms.sass */
.btn.btn-default {
-webkit-box-shadow: #e6e6e6 0 -2px 0 inset;
box-shadow: #e6e6e6 0 -2px 0 inset; }
/* line 46, admin-theme/_admin-forms.sass */
/* line 50, admin-theme/_admin-forms.sass */
.btn.btn-default:hover {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #1ba6e5;
color: white;
border-color: #1585b8; }
/* line 57, admin-theme/_admin-forms.sass */
.btn.btn-primary {
background-color: #1ba6e5;
color: white;
border-color: #1585b8; }
/* line 52, admin-theme/_admin-forms.sass */
/* line 63, admin-theme/_admin-forms.sass */
.btn.btn-default[disabled] {
border-color: #999999;
color: #999999;
@@ -8477,46 +8510,46 @@ textarea {
-webkit-box-shadow: #cccccc 0 -2px 0 inset;
box-shadow: #cccccc 0 -2px 0 inset; }
/* line 57, admin-theme/_admin-forms.sass */
/* line 68, admin-theme/_admin-forms.sass */
.dropdown-menu {
text-align: left; }
/* line 59, admin-theme/_admin-forms.sass */
/* line 70, admin-theme/_admin-forms.sass */
.btn-group-action {
float: right; }
/* line 61, admin-theme/_admin-forms.sass */
/* line 72, admin-theme/_admin-forms.sass */
.btn-group-action a {
text-decoration: none; }
/* line 65, admin-theme/_admin-forms.sass */
/* line 76, admin-theme/_admin-forms.sass */
.tt-query {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
/* line 67, admin-theme/_admin-forms.sass */
/* line 78, admin-theme/_admin-forms.sass */
.tt-dropdown-menu {
background-color: white;
border: solid 1px #cccccc;
font-size: 0.9em;
text-transform: none; }
/* line 72, admin-theme/_admin-forms.sass */
/* line 83, admin-theme/_admin-forms.sass */
.tt-suggestions {
padding: 0 6px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px;
box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; }
/* line 75, admin-theme/_admin-forms.sass */
/* line 86, admin-theme/_admin-forms.sass */
.tt-suggestion p {
border-bottom: solid 1px #cccccc;
margin: 0 !important;
padding: 0 !important; }
/* line 79, admin-theme/_admin-forms.sass */
/* line 90, admin-theme/_admin-forms.sass */
.tt-suggestion:last-child p {
border-bottom: none; }
/* line 83, admin-theme/_admin-forms.sass */
/* line 94, admin-theme/_admin-forms.sass */
.tagify-container {
background-color: white;
padding: 2px 6px;
@@ -8530,10 +8563,10 @@ textarea {
border: solid 1px #cccccc;
-webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; }
/* line 91, admin-theme/_admin-forms.sass */
/* line 102, admin-theme/_admin-forms.sass */
.tagify-container span {
float: left; }
/* line 93, admin-theme/_admin-forms.sass */
/* line 104, admin-theme/_admin-forms.sass */
.tagify-container > span {
display: inline-block;
padding: 3px 5px;
@@ -8542,20 +8575,20 @@ textarea {
border: 1px solid #1ba6e5;
background-color: #60c1ed;
color: white; }
/* line 101, admin-theme/_admin-forms.sass */
/* line 112, admin-theme/_admin-forms.sass */
.tagify-container > span > a {
padding-left: 5px;
color: #1ba6e5;
text-decoration: none;
font-weight: bold; }
/* line 106, admin-theme/_admin-forms.sass */
/* line 117, admin-theme/_admin-forms.sass */
.tagify-container > input {
margin-top: 2px;
border: 0 none;
width: 100px;
-webkit-box-shadow: none;
box-shadow: none; }
/* line 111, admin-theme/_admin-forms.sass */
/* line 122, admin-theme/_admin-forms.sass */
.tagify-container > input:focus {
outline: 0;
-webkit-box-shadow: none;