Sha256: b02d614e4549a8797472b18c416fa70f5409d5bde420a6758e7232ef679247ca

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

body {
	font-size:12px;
	font-family: "sans serif",tahoma,verdana,helvetica;
	margin: 0;
	padding: 0;
	background-color:#F0F0EE;
	overflow: hidden;
}
td {
	font-size:12px;
}
.top {
	background-color:#F0F0EE;
}
.file-view {
	overflow: scroll;
	background-color:#FFFFFF;
	width: 500px;
	height: 370px;
}
.file-view-area {
	float:left;
	border: 1px solid #FFFFFF;
	margin: 5px;
}
.file-view-area .photo {
	width: 100px;
	height: 100px;
	margin: 3px;
}
.file-view-area .name {
	margin: 2px;
	text-align: center;
	overflow: hidden;
	width: 100px;
	height: 16px;
}
.selected {
	border: 1px solid #888888;
	background-color: #F0F0EE;
}
.noselected {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
.file-list {
	overflow: scroll;
	background-color:#FFFFFF;
	width: 500px;
	height: 370px;
}
.file-list-table {
	width: 95%;
}
.file-list-table .name {
	width: 55%;
}
.file-list-table .size {
	width: 15%;
}
.file-list-table .datetime {
	width: 30%;
	text-align: center;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rails_kindeditor-0.0.3 lib/generators/rails_kindeditor/install/templates/kindeditor/plugins/file_manager/file_manager.css
rails_kindeditor-0.0.2 lib/generators/rails_kindeditor/install/templates/kindeditor/plugins/file_manager/file_manager.css
rails_kindeditor-0.0.1 lib/generators/rails_kindeditor/install/templates/kindeditor/plugins/file_manager/file_manager.css
kindeditor-0.0.3 lib/generators/kindeditor/templates/kindeditor/plugins/file_manager/file_manager.css
kindeditor-0.0.2 lib/generators/kindeditor/templates/kindeditor/plugins/file_manager/file_manager.css