2011-02-21 10:50:10 -08:00
|
|
|
|
html { background:none !important }
|
2011-02-18 17:08:54 -08:00
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
color: #333;
|
|
|
|
|
background:#f3f4f5;
|
|
|
|
|
font-family: Segoe UI,Trebuchet,Arial,Sans-Serif;
|
|
|
|
|
line-height:1.6em;
|
|
|
|
|
padding:12px;
|
|
|
|
|
width:640px;
|
2011-02-21 14:38:16 -08:00
|
|
|
|
min-width:640px;
|
2011-02-18 17:08:54 -08:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#orchardmediapicker * { font:100% normal Segoe UI,Trebuchet,Arial,Sans-Serif; }
|
|
|
|
|
|
2011-02-25 13:02:52 -08:00
|
|
|
|
#orchardmediapicker #tabs { padding: 0 0 12px 0; }
|
2011-02-18 17:08:54 -08:00
|
|
|
|
|
|
|
|
|
#orchardmediapicker a, #orchardmediapicker a:link, #orchardmediapicker a:visited, #orchardmediapicker a:hover, #orchardmediapicker a:active, #orchardmediapicker a:focus {
|
|
|
|
|
color:#1e5d7d;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
2011-02-17 15:08:46 -08:00
|
|
|
|
|
2011-02-21 15:17:55 -08:00
|
|
|
|
#file-details, #image-preview, #gallery {
|
|
|
|
|
/*border:1px solid #ff0000;*/
|
|
|
|
|
width:340px;
|
|
|
|
|
min-height:430px;
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#file-details {
|
|
|
|
|
float:right;
|
|
|
|
|
width:220px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#file-list {
|
|
|
|
|
border:1px solid #bdbcbc;
|
2011-02-21 17:30:02 -08:00
|
|
|
|
height:306px;
|
|
|
|
|
max-height:306px;
|
|
|
|
|
margin:18px 0 0 0;
|
2011-02-21 15:17:55 -08:00
|
|
|
|
overflow:scroll;
|
|
|
|
|
overflow-y:scroll;
|
|
|
|
|
overflow-x:hidden;
|
|
|
|
|
}
|
2011-02-21 14:38:16 -08:00
|
|
|
|
|
2011-02-17 15:08:46 -08:00
|
|
|
|
input[disabled], input[disabled="disabled"], input.disabled {
|
2011-02-11 17:24:04 -08:00
|
|
|
|
color: White
|
|
|
|
|
}
|
2011-02-18 17:08:54 -08:00
|
|
|
|
|
2011-02-11 17:24:04 -08:00
|
|
|
|
.media-largepreview
|
|
|
|
|
{
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 300px;
|
2011-02-16 11:12:59 -08:00
|
|
|
|
display: table-cell;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2011-02-11 17:24:04 -08:00
|
|
|
|
}
|
|
|
|
|
.media-thumbnail
|
|
|
|
|
{
|
2011-02-16 11:12:59 -08:00
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
padding: 5px;
|
2011-02-11 17:24:04 -08:00
|
|
|
|
}
|
|
|
|
|
.media-thumbnail img
|
|
|
|
|
{
|
2011-02-15 16:02:02 -08:00
|
|
|
|
display: none; /*revealed by javascript after scaling*/
|
2011-02-16 11:12:59 -08:00
|
|
|
|
}
|
2011-02-18 17:08:54 -08:00
|
|
|
|
.media-details { vertical-align: middle; }
|
|
|
|
|
|
|
|
|
|
.media-folder {}
|
|
|
|
|
|
|
|
|
|
/*.media-item:hover, .selected:hover { background-color: #f3f5ef; }*/
|
|
|
|
|
|
|
|
|
|
.media-item:hover, .selected:hover { cursor:pointer; }
|
|
|
|
|
|
|
|
|
|
.selected { background: #dee4cf; }
|
|
|
|
|
|
|
|
|
|
.throbber { display: none }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*jQuery UI overrides
|
|
|
|
|
***************************************************************/
|
|
|
|
|
#orchardmediapicker .ui-corner-all { -moz-border-radius: 2px; }
|
|
|
|
|
|
|
|
|
|
/* Component containers
|
|
|
|
|
----------------------------------*/
|
|
|
|
|
#orchardmediapicker .ui-widget-header { border: none; border-bottom: 1px solid #e4e5e6; background:#f3f4f5; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Interaction states
|
|
|
|
|
----------------------------------*/
|
|
|
|
|
#orchardmediapicker .ui-state-default, #orchardmediapicker .ui-tabs-selected { border:1px solid #f5f5f5; background:none; }
|
|
|
|
|
#orchardmediapicker .ui-tabs-selected, #orchardmediapicker li.ui-state-default:hover { background: #fff; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Tabs
|
|
|
|
|
----------------------------------*/
|
|
|
|
|
#orchardmediapicker .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 8px 18px 0px 18px; }
|
|
|
|
|
#orchardmediapicker .ui-tabs .ui-tabs-nav li { position: relative; border:1px solid #e4e5e6; float: left; border-bottom-width: 0 !important; margin: 0 2px -1px 0; padding: 0; }
|
|
|
|
|
#orchardmediapicker .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 8px 16px; font-size:15px; line-height:22px; }
|
|
|
|
|
#orchardmediapicker .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { color: #3A822E; }
|
|
|
|
|
|
|
|
|
|
/* Forms
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
|
|
|
|
form { margin: 0; padding: 0; }
|
|
|
|
|
legend { font-weight: normal; border:none; }
|
|
|
|
|
fieldset { padding:0; margin: 0; border: 0px solid #dbdbdb; }
|
|
|
|
|
#orchardmediapicker label { font-weight:normal; display:block; padding: 0 0 0 0; margin:10px 0 0 0; }
|
|
|
|
|
#orchardmediapicker label.forcheckbox { display: inline; margin: 10px 0 0 4px; }
|
2011-02-21 15:17:55 -08:00
|
|
|
|
#orchardmediapicker .actions { margin:12px 0 0 0; clear:both; text-align:left; }
|
2011-02-18 17:08:54 -08:00
|
|
|
|
|
2011-02-25 13:02:52 -08:00
|
|
|
|
#orchardmediapicker .text-box {width:90%;}
|
|
|
|
|
|
2011-02-21 17:30:02 -08:00
|
|
|
|
.image-width, .image-height {float:left; width:90px;}
|
2011-02-16 11:12:59 -08:00
|
|
|
|
|
2011-02-25 13:02:52 -08:00
|
|
|
|
#orchardmediapicker .image-width .text-box, #orchardmediapicker .image-height .text-box, #orchardmediapicker #folderName {width:60%;}
|
2011-02-15 16:02:02 -08:00
|
|
|
|
|
2011-02-18 17:08:54 -08:00
|
|
|
|
|
|
|
|
|
.clearboth {
|
|
|
|
|
clear:both;
|
2011-02-15 16:02:02 -08:00
|
|
|
|
}
|