File "export-import.css"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/admin-columns-pro/classes/export-import/assets/css/export-import.css
File size: 3.47 KB
MIME-type: --
Charset: utf-8

.ms-container {
  background: transparent url("../img/switch.png") no-repeat 170px 80px; }

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left; }

.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.ms-selected {
  display: none; }

.ms-container .ms-selectable {
  margin-right: 40px; }

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9; }

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.ms-container .ms-optgroup-container {
  width: 100%; }

.ms-container ul.ms-list {
  width: 160px;
  height: 200px;
  padding: 0;
  overflow-y: auto; }

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px; }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text; }

/* =Export Import
-------------------------------------------------------------- */
#cpac_export_types {
  width: 95%; }

#cpac_export_output {
  display: none; }

#cpac_export_output textarea {
  width: 100%;
  height: 80%; }

#cpac_export_submit {
  display: inline-block;
  margin: 10px 8px;
  padding: 4px 14px;
  height: auto; }

#cpac_import_input textarea {
  width: 100%;
  height: 200px; }

#cpac_import_submit {
  display: inline-block;
  margin: 10px 0; }

.export-message,
.import-message {
  background-color: #FFFFE0;
  border: 1px solid #E6DB55;
  padding: 4px 6px;
  border-radius: 3px;
  display: none; }

#import-submit {
  margin-top: 10px;
  display: block; }

.cpac_export .ms-container {
  background: transparent url("../images/switch_bw.png") no-repeat 50% 50%; }

.cpac_export .ms-container .ms-selectable {
  width: 48%;
  margin-right: 0; }

.cpac_export .ms-container .ms-selection {
  float: right;
  width: 48%; }

.cpac_export .ms-container ul.ms-list {
  width: 100%; }

a.export-select {
  display: block;
  float: left;
  padding: 8px 8px;
  text-decoration: none; }

.cpac_export .submit {
  float: right;
  display: block;
  margin: 8px 0 0 0;
  padding: 0; }

.cpac_export .submit input {
  margin-left: 8px; }