Update v1.0.6
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/accept.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 156 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/ajax-loader.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 847 B | 
| After Width: | Height: | Size: 94 B | 
| After Width: | Height: | Size: 85 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/bin_closed.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 188 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/bullet_arrow_down.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 201 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/bullet_arrow_up.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 201 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/copy.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 613 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/download.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 131 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/edit.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 559 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/folder_add.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 205 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/house.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 301 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/info.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 691 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/level-up.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 340 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/move.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 197 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/parentfolder.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 388 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/plus.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 119 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/replace.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 128 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/reset.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 290 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/tag.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 215 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/upload.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 134 B | 
							
								
								
									
										
											BIN
										
									
								
								public/filemanager/themes/flat-dark/images/wait30trans.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 6.8 KiB | 
							
								
								
									
										629
									
								
								public/filemanager/themes/flat-dark/styles/filemanager.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,629 @@ | ||||
| /** | ||||
| * Icons are from http://icomoon.io/app/ | ||||
| * color code : #666666 | ||||
| **/ | ||||
|  | ||||
| @import url('https://fonts.googleapis.com/css?family=Oxygen'); | ||||
|  | ||||
| * { | ||||
|     font-family: Oxygen, Lucida Sans Unicode, Lucida Grande, sans-serif; | ||||
|     box-sizing: content-box; | ||||
|     -moz-box-sizing: border-box; | ||||
|     -webkit-box-sizing: border-box; | ||||
|     -ms-box-sizing: content-box; | ||||
| } | ||||
|  | ||||
|  | ||||
| body { | ||||
| 	padding: 10px; | ||||
| 	background-color:#3F3F3B; | ||||
| 	overflow:hidden; | ||||
| } | ||||
|  | ||||
| video, audio { | ||||
| 	margin:3em; | ||||
| } | ||||
| #uploader { | ||||
| 	display: block; | ||||
| 	text-align: right; | ||||
| 	height: auto; | ||||
| 	min-height:30px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
|  | ||||
| #uploader h1 { | ||||
| 	display: block; | ||||
| 	float: left; | ||||
| 	margin:0.2em 0 0 1em; | ||||
| 	line-height:1.9em; | ||||
| 	font-size: 0.8em; | ||||
| 	color:#fff; | ||||
| 	word-break: break-all; | ||||
| } | ||||
|  | ||||
| #uploadresponse { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| #splitter { | ||||
| 	background-color: #3F3F3B; | ||||
| 	height: 400px; | ||||
| 	/* no padding allowed */ | ||||
| } | ||||
|  | ||||
| #filetree { | ||||
| 	overflow: auto; | ||||
| 	/*border:1px solid #eee;*/ | ||||
| 	background-color: #777777; | ||||
| 	-webkit-border-radius: 2px; | ||||
| 	-moz-border-radius: 2px; | ||||
| 	border-radius: 2px; | ||||
| 	/* no margin or border allowed */ | ||||
| } | ||||
|  | ||||
| #filetree > ul { | ||||
| 	padding: 4px; | ||||
| } | ||||
|  | ||||
| #fileinfo { | ||||
| 	min-width: 100px; | ||||
| 	overflow: auto; | ||||
| 	background-color: #E5E5E5; | ||||
| 	-webkit-border-radius: 2px; | ||||
| 	-moz-border-radius: 2px; | ||||
| 	border-radius: 2px; | ||||
| 	/*border:1px solid #eee;*/ | ||||
| 	/* no margin or border allowed */ | ||||
| } | ||||
|  | ||||
| #splitter .vsplitbar { | ||||
| 	width: 10px; | ||||
| 	background: #3F3F3B url(../../../scripts/jquery.splitter/vgrabber.gif) no-repeat center; | ||||
| } | ||||
|  | ||||
| #fileinfo { | ||||
| 	text-align: center; | ||||
| 	padding:0; | ||||
| 	margin:0; | ||||
| } | ||||
|  | ||||
| #fileinfo * { | ||||
| 	font-size: 12px; | ||||
| } | ||||
|  | ||||
| #fileinfo *:not(."CodeMirror") { | ||||
| 	color: #333; | ||||
| } | ||||
|  | ||||
| #preview { | ||||
| 	width: 100%; | ||||
| } | ||||
|  | ||||
| #preview > img { | ||||
| 	margin: 25px; | ||||
| 	max-width: 80%; | ||||
| } | ||||
|  | ||||
| #fileinfo #main-title { | ||||
| 	margin: 10px auto; | ||||
| } | ||||
| #fileinfo h1 { | ||||
| 	font-size: 20px; | ||||
| 	color:#444; | ||||
| 	display: inline-block; | ||||
| } | ||||
| #fileinfo > h1 { | ||||
| 	margin-top:3em | ||||
| } | ||||
| div#tools {  | ||||
| 	display: inline-block; | ||||
| 	margin-left:1em; | ||||
| } | ||||
|  | ||||
| #preview dl { | ||||
| 	display: block; | ||||
| 	width: 400px; | ||||
| 	margin: 10px auto; | ||||
| 	overflow: auto; | ||||
| } | ||||
|  | ||||
| #preview dl dt, | ||||
| #preview dl dd { | ||||
| 	display: block; | ||||
| 	float: left; | ||||
| 	width: 190px; | ||||
| 	padding: 4px; | ||||
| 	text-align: left; | ||||
| 	border-bottom: 1px dotted #efefef; | ||||
| 	overflow: hidden; | ||||
| 	color:#333; | ||||
| } | ||||
|  | ||||
| #preview dt { | ||||
| 	clear: left; | ||||
| } | ||||
|  | ||||
| #preview dd { | ||||
| 	font-weight: bold; | ||||
| } | ||||
|  | ||||
| #toolbar { | ||||
| 	display: block; | ||||
| 	clear: left; | ||||
| 	margin: 50px auto; | ||||
| } | ||||
|  | ||||
| button { | ||||
| 	background-color:#E8E8E8; | ||||
| 	display:inline-block; | ||||
| 	color:#333; | ||||
| 	border:none; | ||||
| 	padding:0.2em 0.3em; | ||||
| 	text-decoration:none; | ||||
| 	margin:0 0.2em 0.5em 0.2em; | ||||
| 	line-height:1.7em; | ||||
| 	-moz-border-radius:2px; | ||||
| 	-webkit-border-radius:2px; | ||||
| 	border-radius:2px; | ||||
| 	border:1px solid #fff; | ||||
| } | ||||
|  | ||||
| button:hover { | ||||
| 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); | ||||
| 	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); | ||||
| 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); | ||||
| 	background-color:#C3D2F7; | ||||
| } | ||||
|  | ||||
| button span { | ||||
| 	display: block; | ||||
| 	padding-left: 20px; | ||||
| 	background-position: left center; | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-color: transparent; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
|  | ||||
| button:active, | ||||
| button:focus { | ||||
| 	color:#000; | ||||
| 	outline-color: transparent; | ||||
| 	outline-style: none; | ||||
| 	outline-width: 0; | ||||
| } | ||||
|  | ||||
| button.edition { color: black;} | ||||
|  | ||||
| button.em { background-color:#CCDBFF;/*#ADDBC3;*/} | ||||
| button.em:hover { | ||||
| 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C3D2F7), color-stop(1, #CCDBFF) ); | ||||
| 	background:-moz-linear-gradient( center top, #C3D2F7 5%, #CCDBFF 100% ); | ||||
| 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3D2F7', endColorstr='#CCDBFF'); | ||||
| 	background-color:#C3D2F7; | ||||
| } | ||||
|  | ||||
| /** Input file Replacement */ | ||||
|  | ||||
|  | ||||
| input, button { | ||||
|   vertical-align: text-top; | ||||
| } | ||||
|  | ||||
| #file-input-container { | ||||
| 	display:inline; | ||||
| 	margin:0; | ||||
| 	position:relative; | ||||
| 	top:0; | ||||
| 	width:255px; | ||||
| 	height:32px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
|  | ||||
| #newfile { | ||||
| 	position: absolute; | ||||
| 	top:0; | ||||
| 	right:0; | ||||
| 	height:32px; | ||||
| 	opacity:0;  filter: alpha(opacity=0); | ||||
| 	cursor: pointer; | ||||
| 	border:1px solid blue; | ||||
| } | ||||
|  | ||||
| .hidden-file-input { | ||||
| 	display: inline-block; | ||||
| 	overflow: hidden; | ||||
| 	visibility: hidden; | ||||
| 	width: 1px; | ||||
| 	z-index:-1; | ||||
| } | ||||
|  | ||||
| #alt-fileinput { | ||||
| 	display: inline; | ||||
| 	wrap: no-wrap; | ||||
| } | ||||
|  | ||||
| #filepath { | ||||
| 	background-color: #F7F7F7; | ||||
| 	border: 1px solid #fff; | ||||
| 	margin: 0; | ||||
| 	padding: 0.25em 0.3em; | ||||
| 	line-height: 1.7em; | ||||
| 	height:100%; | ||||
| 	-webkit-border-top-left-radius: 2px; | ||||
| 	-webkit-border-bottom-left-radius: 2px; | ||||
| 	-moz-border-radius-topleft: 2px; | ||||
| 	-moz-border-radius-bottomleft: 2px; | ||||
| 	border-top-left-radius: 2px; | ||||
| 	border-bottom-left-radius: 2px; | ||||
| } | ||||
|  | ||||
| @-moz-document url-prefix() { | ||||
| 	#filepath { | ||||
| 		padding:0.27em 0.3em; | ||||
| 	} | ||||
| } | ||||
|  | ||||
|  | ||||
| button#browse { | ||||
| 	margin-left:0; | ||||
| 	-webkit-border-top-left-radius: 0px; | ||||
| 	-webkit-border-bottom-left-radius: 0px; | ||||
| 	-moz-border-radius-topleft: 0px; | ||||
| 	-moz-border-radius-bottomleft: 0px; | ||||
| 	border-top-left-radius: 0px; | ||||
| 	border-bottom-left-radius: 0px; | ||||
| 	min-height: 16px; | ||||
| 	min-width: 40px; | ||||
| } | ||||
| button#browse span { | ||||
| 	margin:0; | ||||
| 	padding:0; | ||||
| 	background: url(../images/plus.png) no-repeat center center; | ||||
| 	display: block; | ||||
| 	color:#666; | ||||
| 	text-shadow: none; | ||||
| } | ||||
| /** Input file Replacement - end */ | ||||
|  | ||||
| #search, #search div, #folder-info {display:inline;} | ||||
|  | ||||
| #folder-info {font-size:0.8em;color:#777;padding:1.3em;float:right} | ||||
|  | ||||
| #q { | ||||
| 	background-color: #3F3F3B; | ||||
| 	border: 1px solid #dcdcdc; | ||||
| 	margin: 0.5em 0 0; | ||||
| 	padding: 0.1em 0.3em; | ||||
| 	line-height: 1.7em; | ||||
| 	width: 200px; | ||||
| 	-webkit-border-radius: 2px; | ||||
| 	-moz-border-radius: 2px; | ||||
| 	border-radius: 2px; | ||||
| } | ||||
|  | ||||
| #q:focus {background-color: #C6C6C6} | ||||
|  | ||||
| #search span.q-inactive { | ||||
| 	color: #777; | ||||
| 	font-size: 0.85em; | ||||
| 	position: relative; | ||||
| 	left: -200px; | ||||
| 	top: 8px; | ||||
| } | ||||
|  | ||||
| #search a.q-reset { | ||||
| 	display: inline-table; | ||||
| 	width: 20px; | ||||
| 	height: 20px; | ||||
| 	background: url(../images/reset.png) no-repeat center center; | ||||
| 	position: relative; | ||||
| 	opacity:0.5; | ||||
| 	left: -30px; | ||||
| 	top: 13px; | ||||
| 	z-index: 24; | ||||
| } | ||||
|  | ||||
| /** Opera hack */ | ||||
| x:-o-prefocus, #search a.q-reset {top:-14px;} | ||||
|  | ||||
| #contents.grid { | ||||
| 	padding: 15px; | ||||
| 	text-align: left; | ||||
| } | ||||
|  | ||||
| #contents.grid li { | ||||
| 	display: inline-block; | ||||
| 	width: 196px; | ||||
| 	min-height: 142px; | ||||
| 	text-align: center; | ||||
| 	overflow: hidden; | ||||
| 	margin: 10px; | ||||
| 	border: 1px solid white; | ||||
| 	-webkit-border-radius: 2px; | ||||
| 	-moz-border-radius: 2px; | ||||
| 	border-radius: 2px; | ||||
| 		-webkit-transition: background 0.5s linear; | ||||
|   -moz-transition: background 0.5s linear; | ||||
|   -ms-transition: background 0.5s linear; | ||||
|   -o-transition: background 0.5s linear; | ||||
|   transition: background 0.5s linear; | ||||
| } | ||||
|  | ||||
| #contents.grid li:hover { | ||||
| 	border: 1px solid #E5E5E5; | ||||
| 	background-color:#F7F7F7; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| div.clip { | ||||
| 	width: 64px; | ||||
| 	height: 64px; | ||||
| 	margin: 10px auto; | ||||
| 	overflow: hidden; | ||||
| } | ||||
|  | ||||
| #contents.grid li img { | ||||
| } | ||||
|  | ||||
| #contents.grid p { | ||||
| 	display: block; | ||||
| 	text-align: center; | ||||
| 	margin-bottom: 10px; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
|  | ||||
| #contents.list { | ||||
| 	width: 100%; | ||||
| } | ||||
|  | ||||
| #contents.list th, | ||||
| #contents.list td { | ||||
| 	text-align: left; | ||||
| 	padding: 6px; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
|  | ||||
| #contents.list thead { | ||||
| 	background: rgb(244,241,237); /* Old browsers */ | ||||
| 	background: -moz-linear-gradient(top, rgba(244,241,237,1) 0%, rgba(214,212,209,1) 100%); /* FF3.6+ */ | ||||
| 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,241,237,1)), color-stop(100%,rgba(214,212,209,1))); /* Chrome,Safari4+ */ | ||||
| 	background: -webkit-linear-gradient(top, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* Chrome10+,Safari5.1+ */ | ||||
| 	background: -o-linear-gradient(top, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* Opera 11.10+ */ | ||||
| 	background: -ms-linear-gradient(top, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* IE10+ */ | ||||
| 	background: linear-gradient(to bottom, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* W3C */ | ||||
| 	border-bottom: 1px solid #ccc; | ||||
| } | ||||
|  | ||||
| #contents.list th { | ||||
| 	font-weight: bold; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| #contents.list th.tablesorter-headerAsc, | ||||
| #contents.list th.tablesorter-headerDesc { | ||||
| 	background: rgb(214,212,209); /* Old browsers */ | ||||
| 	background: -moz-linear-gradient(top, rgba(214,212,209,1) 0%, rgba(244,241,237,1) 100%); /* FF3.6+ */ | ||||
| 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,212,209,1)), color-stop(100%,rgba(244,241,237,1))); /* Chrome,Safari4+ */ | ||||
| 	background: -webkit-linear-gradient(top, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* Chrome10+,Safari5.1+ */ | ||||
| 	background: -o-linear-gradient(top, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* Opera 11.10+ */ | ||||
| 	background: -ms-linear-gradient(top, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* IE10+ */ | ||||
| 	background: linear-gradient(to bottom, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* W3C */ | ||||
| } | ||||
|  | ||||
| #contents.list th.tablesorter-headerAsc span { | ||||
| 	display: block; | ||||
| 	width: 100%; | ||||
| 	padding-right: 20px; | ||||
| 	background-image: url(../images/bullet_arrow_up.png); | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-position: right center; | ||||
| } | ||||
|  | ||||
| #contents.list th.tablesorter-headerDesc span { | ||||
| 	display: block; | ||||
| 	width: 100%; | ||||
| 	padding-right: 20px; | ||||
| 	background-image: url(../images/bullet_arrow_down.png); | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-position: right center; | ||||
| } | ||||
|  | ||||
| #contents.list td { | ||||
| 	border-bottom: 1px dotted #efefef; | ||||
| } | ||||
|  | ||||
| #contents.list td:first-child { | ||||
| 	width: 100%; | ||||
| 	padding-left: 22px; | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-position: 3px center; | ||||
| } | ||||
|  | ||||
| #contents.list tbody tr:hover { | ||||
| 	background-color: #eee; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| .meta { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| #activity { | ||||
| 	margin: 100px auto; | ||||
| } | ||||
|  | ||||
| .contextMenu { | ||||
| 	background-color:#F4F1ED; | ||||
| } | ||||
|  | ||||
| .contextMenu li.hover a { | ||||
| 	background-color: #BDF; | ||||
| } | ||||
|  | ||||
| .contextMenu a { | ||||
| 	font-size: 11px; | ||||
| } | ||||
|  | ||||
| /* these apply to the contextual menus as well as the buttons */ | ||||
| #select span, .contextMenu li.select a { background-image: url(../images/accept.png); } | ||||
| #download span, .contextMenu li.download a { background-image: url(../images/download.png); } | ||||
| #rename span, .contextMenu li.rename a { background-image: url(../images/tag.png); } | ||||
| #move span, .contextMenu li.move a { background-image: url(../images/move.png); } | ||||
| #replace span, .contextMenu li.replace a { background-image: url(../images/replace.png); } | ||||
| #delete span, .contextMenu li.delete a { background-image: url(../images/bin_closed.png); } | ||||
| #upload span { background-image: url(../images/upload.png); } | ||||
| #upload span.loading { background-image: url(../images/ajax-loader.gif);color:#555555;font-size:0.9em; } | ||||
| #parentfolder span { background-image: url(../images/parentfolder.png); } | ||||
| #newfolder span { background-image: url(../images/folder_add.png); } | ||||
| #home span { background-image: url(../images/house.png); background-position: center; } | ||||
| #level-up span { background-image: url(../images/level-up.png); background-position: center; } | ||||
|  | ||||
| a#edit-file span, a#copy-button span {display:none} | ||||
| a#edit-file {display:inline-block;background: url(../images/edit.png) no-repeat bottom center;width:20px;height:18px;margin:0 0.2em;} | ||||
| a#copy-button {display:inline-block;background: url(../images/copy.png) no-repeat bottom center;width:20px;height:18px;margin:0 0.2em;} | ||||
| span#copied {color:#8C8C8C;font-size:11px;font-weight: normal;vertical-align:middle;} | ||||
| /*a#edit-file , a#copy-button {border: 1px solid #ccc;}*/ | ||||
| /* div.jqi button { background-image: url(../images/circular/yes.png); } */ | ||||
|  | ||||
| div.jqi { | ||||
| 	position: absolute; | ||||
| 	font-size: 12px; | ||||
| 	font-weight: bold; | ||||
| 	min-width: 300px; | ||||
| 	padding: 10px; | ||||
| 	background-color:#F4F1ED; | ||||
| 	border: 1px solid #888; | ||||
| 	border-radius: 3px; | ||||
| 	-moz-border-radius: 3px; | ||||
| 	-webkit-border-radius: 3px; | ||||
| 	-ms-border-radius: 8px; | ||||
| } | ||||
|  | ||||
| .jqiclose { | ||||
| 	float: right; | ||||
| 	margin: -9px -7px 0 0; | ||||
| 	font-size: 9px; | ||||
| 	cursor: pointer; | ||||
| 	text-transform: lowercase; | ||||
| 	color: #666; | ||||
| } | ||||
|  | ||||
| div.jqi button { | ||||
| 	margin-top: 20px; | ||||
| 	margin-right:0.5em; | ||||
| 	float: right; | ||||
| } | ||||
| div#jqistates {padding:1em;} | ||||
|  | ||||
| div.jqimessage p { | ||||
|  padding:0.3em; | ||||
|  color:#555; | ||||
| } | ||||
|  | ||||
| div.jqifade{ | ||||
| 	background-color: #000000; | ||||
| } | ||||
|  | ||||
| div.prompt-info {  | ||||
| 	background:transparent url(../images/info.png) no-repeat 0 0; | ||||
| 	font-weight: normal; | ||||
| 	margin:1em 0 0 0; | ||||
| 	padding-left:2.2em; | ||||
| 	line-height:25px; | ||||
| 	color:#444; | ||||
| } | ||||
|  | ||||
| #grid span, | ||||
| #list span { | ||||
| 	width: 20px; | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-position: center center; | ||||
| } | ||||
|  | ||||
| button.ON { | ||||
| 	background:none repeat scroll 0 0 #F9F8F7; | ||||
| 	border: 1px inset #ccc; | ||||
| } | ||||
|  | ||||
| #grid span {  | ||||
| 	background-image: url(../images/application_view_icons.png); | ||||
| } | ||||
|  | ||||
| #list span {  | ||||
| 	background-image: url(../images/application_view_list.png); | ||||
| } | ||||
|  | ||||
| #list { | ||||
| 	margin-left: 0; | ||||
| } | ||||
| #progressbar { | ||||
| 	background:transparent url(../images/ajax-loader.gif) no-repeat 0 0; | ||||
| 	display:inline-table; | ||||
| 	width:30px; | ||||
| 	height:30px; | ||||
| } | ||||
|  | ||||
| #close-btn { | ||||
| 	margin-top:5px; | ||||
| 	display:block; | ||||
| 	width:100%; | ||||
| 	font-variant: small-caps; | ||||
| 	padding:0.5em; | ||||
| } | ||||
|  | ||||
| #link-to-project { | ||||
| 	background: transparent url(../../../images/fmlogo_bbg.png) no-repeat 0 0; | ||||
| 	display:block; | ||||
| 	height:12px; | ||||
| 	width:45px; | ||||
| 	float:right; | ||||
| 	margin:1em; | ||||
| } | ||||
|  | ||||
| div.CodeMirror { | ||||
| 	text-align:left; | ||||
| 	width:70%; | ||||
| 	border: 1px solid #eee; | ||||
|   height: auto; | ||||
| 	margin:2em auto; | ||||
| } | ||||
|  | ||||
| UL.jqueryFileTree A {color:#efefef;} | ||||
| UL.jqueryFileTree A:hover {background-color:#545450;} | ||||
|  | ||||
|  | ||||
| /* IE10-11 styles */ | ||||
| html[data-useragent*='MSIE 10.0'] #uploader button, | ||||
| html[data-useragent*='MSIE 11.0'] #uploader button { | ||||
| 	vertical-align: top; | ||||
| } | ||||
| html[data-useragent*='MSIE 10.0'] #file-input-container, | ||||
| html[data-useragent*='MSIE 11.0'] #file-input-container { | ||||
|  	width: 220px; | ||||
|  	height: 32px; | ||||
|  	overflow: hidden; | ||||
| } | ||||
| html[data-useragent*='MSIE 10.0'] #filepath, | ||||
| html[data-useragent*='MSIE 11.0'] #filepath { | ||||
| 	height: 22px; | ||||
| } | ||||
| html[data-useragent*='MSIE 10.0'] #newfile, | ||||
| html[data-useragent*='MSIE 11.0'] #newfile { | ||||
| 	height: 23px; | ||||
| } | ||||
|  | ||||
| #dropzone-container {min-width:860px;} | ||||
| .dropzone {min-height:200px ! important;margin-top:1em;} | ||||
| .dropzone .dz-default.dz-message {background:none ! important;color:#999;font-size:1.3em;} | ||||
| .dropzone .dz-default.dz-message span {display:block ! important;} | ||||
|  | ||||
| #total-progress {width:100%;height:3px;background-color: #A1ADE2;} | ||||
| #total-progress .progress-bar {height:3px;background-color: #333;} | ||||
|  | ||||
| #fm-pdf-viewer {margin-top:3em;} | ||||
|  | ||||
| div.CodeMirror.CodeMirror-fullscreen { | ||||
|   width:100%; | ||||
|   margin:0; | ||||
|   z-index: 9; | ||||
| } | ||||
							
								
								
									
										57
									
								
								public/filemanager/themes/flat-dark/styles/ie.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,57 @@ | ||||
| <!--[if IE 9]> | ||||
| * { | ||||
| 	zoom: 1; | ||||
| } | ||||
|  | ||||
| #filepath { | ||||
| 	height: 27px; | ||||
| 	line-height: 1.6em; | ||||
| } | ||||
|  | ||||
| #file-input-container { | ||||
| 	width: 205px; | ||||
| } | ||||
|  | ||||
| #file-input-container * { | ||||
| 	box-sizing: border-box; | ||||
| 	-ms-box-sizing: border-box; | ||||
| } | ||||
|  | ||||
| #newfile { | ||||
| 	width: 205px; | ||||
| } | ||||
|  | ||||
| #uploader { | ||||
| 	min-height: 32px; | ||||
| } | ||||
| #q {width:192px;} | ||||
| <![endif]--> | ||||
|  | ||||
| <!--[if lte IE 8]> | ||||
| * { | ||||
| 	zoom: 1; | ||||
| } | ||||
|  | ||||
| #filepath { | ||||
| 	height: 27px; | ||||
| 	line-height: 1.6em; | ||||
| } | ||||
|  | ||||
| #file-input-container { | ||||
| 	width: 205px; | ||||
| } | ||||
|  | ||||
| #file-input-container * { | ||||
| 	box-sizing: border-box; | ||||
| 	-ms-box-sizing: border-box; | ||||
| } | ||||
|  | ||||
| #newfile { | ||||
| 	width: 205px; | ||||
| } | ||||
|  | ||||
| #uploader { | ||||
| 	min-height: 32px; | ||||
| } | ||||
| #q { width:192px; height:1.8em} | ||||
| <![endif]--> | ||||
 Bhanu Slathia
					Bhanu Slathia