/**
 * SlideDeck 2 Pro for WordPress Admin CSS
 * 
 * More information on this project:
 * http://www.slidedeck.com/
 * 
 * Full Usage Documentation: http://www.slidedeck.com/usage-documentation 
 * 
 * @package SlideDeck
 * @subpackage SlideDeck 2 Pro for WordPress
 * 
 * @author dtelepathy
 */

/*
Copyright 2012 digital-telepathy  (email : support@digital-telepathy.com)

This file is part of SlideDeck.

SlideDeck is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SlideDeck is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with SlideDeck.  If not, see <http://www.gnu.org/licenses/>.
*/

/*********** Lens Management Views ***********/
#slidedeck-lenses .lens .actions a.copy-lens { background-image: url('../images/icon-copy-lens.png'); }
#slidedeck-lenses .lens .actions a.edit-lens { background-image: url('../images/icon-edit-lens.png'); }

.lens-content textarea {
	background: #f9f9f9;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	outline: none;
	border: 1px solid #dfdfdf;
	width: 97%;
	margin: 0;
}
.lens-content .textarea-wrapper {
    position: relative;
    width: 97%;
    border: 1px solid #dfdfdf;
}
#slidedeck-lens-editor-side {
    position: relative;
    width: 190px;
    float: right;
}
#slidedeck-lens-editor {
    margin-right: 190px;
}
#slidedeck-lens-content-sources fieldset { max-width: 600px; }
#slidedeck-lens-content-sources label {
	width: 200px;
	float: left;
}
#icon-update.icon32 {
	background: url("/wp-admin/images/icons32.png?ver=20111216") no-repeat scroll -11px -5px transparent;
}

#slidedeck-copy-lens label.valid,
#slidedeck-copy-lens label.invalid,
#slidedeck-copy-lens label.loading {
    padding-right: 20px;
    background: url('../images/icon-valid.png') right center no-repeat;
}
#slidedeck-copy-lens label.invalid { background-image: url('../images/icon-invalid.png'); }
#slidedeck-copy-lens label.loading { background-image: url('../images/loading-16.gif'); }
