166 lines
3.4 KiB
CSS
166 lines
3.4 KiB
CSS
/**
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to a commercial license from Common-Services Co., Ltd.
|
|
* Use, copy, modification or distribution of this source file without written
|
|
* license agreement from the SARL SMC is strictly forbidden.
|
|
* In order to obtain a license, please contact us: contact@common-services.com
|
|
* ...........................................................................
|
|
* INFORMATION SUR LA LICENCE D'UTILISATION
|
|
*
|
|
* L'utilisation de ce fichier source est soumise a une licence commerciale
|
|
* concedee par la societe Common-Services Co., Ltd.
|
|
* Toute utilisation, reproduction, modification ou distribution du present
|
|
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
|
|
* expressement interdite.
|
|
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
|
|
* ...........................................................................
|
|
*
|
|
* @package So Colissimo Flexibilite
|
|
* @author Alexandre D.
|
|
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
|
|
* @license Commercial license
|
|
* Support by mail : support.soflexibilite@common-services.com
|
|
*/
|
|
|
|
.hint {
|
|
display: block !important;
|
|
padding: 10px 15px !important;
|
|
background: #DDE9F7 !important;
|
|
font-weight: 700 !important;
|
|
line-height: 20px !important;
|
|
}
|
|
|
|
/* QTIP */
|
|
form label.tip span {
|
|
text-decoration: none;
|
|
font-style: inherit;
|
|
border-bottom: 1px dashed rgba(255, 150, 0, 0.40);
|
|
padding-bottom: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#module_form {
|
|
font-family: Arial,Verdana,Helvetica,sans-serif;
|
|
}
|
|
|
|
#conf-param input[type="text"] {
|
|
width: 200px;
|
|
display: inline;
|
|
}
|
|
|
|
#so_readme {
|
|
display: none;
|
|
position: absolute;
|
|
margin-top: 40px;
|
|
left: 735px;
|
|
}
|
|
|
|
#so_readme div {
|
|
color: black;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
font-size: 1em;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.cleaner {
|
|
clear:both;
|
|
}
|
|
|
|
#conf-import {
|
|
position: relative;
|
|
}
|
|
|
|
#import-loader {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 550px;
|
|
}
|
|
|
|
#import-loader img {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.so-warning {
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
display: block;
|
|
color:navy;
|
|
}
|
|
.so-alert {
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
display: block;
|
|
color:red;
|
|
}
|
|
|
|
#conf-so-param input[type="text"] {
|
|
width: 50%;
|
|
background-color: #EBEDF4;
|
|
}
|
|
|
|
.descriptionList {
|
|
list-style: disc;
|
|
list-style-position: inside;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.descriptionBold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.descriptionLogo {
|
|
position: relative;
|
|
float:right;
|
|
}
|
|
|
|
.Licence {
|
|
color: brown;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.urlLike {
|
|
color: black;
|
|
}
|
|
|
|
.defaultURL {
|
|
text-decoration: underline;
|
|
color: blue;
|
|
}
|
|
.submitconf
|
|
{
|
|
float:right;
|
|
margin:20px;
|
|
}
|
|
|
|
#import-loader {
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 565px;
|
|
}
|
|
.col-lg-1 {
|
|
text-align: center;
|
|
}
|
|
|
|
.alert.alert-info {
|
|
line-height: 1.6em;
|
|
border: 1px solid transparent !important;
|
|
border-left: 3px solid #81cfe6 !important;
|
|
}
|
|
|
|
.alert.alert-info a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bootstrap .form-group .control-label.col-lg-3 {
|
|
font-weight: bold;
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.socolissimo_carriers_table a, .socolissimo_carriers_table a:hover {
|
|
color: initial;
|
|
text-decoration: none;
|
|
} |