vit.jonas@gmail.com c52ea77b9a * localized file details
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@45 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-05-16 08:12:47 +00:00

169 lines
2.1 KiB
CSS

table.entries tbody td, table.entries tbody tr:hover td {
border: solid 1px #D7D7D7;
}
table.entries {
margin-bottom: 10px;
}
table.entries td.modified {
width: 120px;
}
table.entries td.actions {
width: 108px;
}
table.entries td.title {
width: 50%;
}
table.entries th.check {
width: 17px;
padding: 2px;
text-align: left;
}
#sidebar h3 {
border: none;
}
button {
vertical-align: middle;
margin-top: 1px;
margin-bottom: 1px;
}
form.dmfs_entries {
margin-bottom: 10px;
display: block;
}
form.dmfs_entries div.controls {
font-size: 0.9em;
}
form.dmfs_entries div.controls input, form.dmfs_entries div.controls button {
font-size: 0.9em;
}
div.filename {
padding: 0 10px 0 10px; float: right; font-size: 0.8em;
white-space: nowrap;
}
td.size {
font-size: 0.8em;
white-space: nowrap;
}
td.modified {
font-size: 0.8em;
}
td.modified img {
vertical-align:text-top;
}
td.author {
font-size: 0.8em;
}
td.version {
font-size: 0.8em;
white-space: nowrap;
}
td.version img {
vertical-align:text-top;
}
div.right_icon_box {
float: right;
white-space: nowrap;
padding: 0 5px 0 5px;
}
div.right_icon_box img.detail_icon {
padding-top: 2px;
}
.dmsf_upload textarea {
width: 90%;
}
.dmsf_upload legend {
font-weight: bold;
}
.dmsf_upload .warning {
padding: 4px 4px 4px 30px;
}
.dmsf_detail legend {
font-weight: bold;
}
.dmsf_detail .warning {
padding: 4px 4px 4px 30px;
}
.dmsf_detail div.data {
margin-left: 110px;
}
.dmsf_detail label {
font-weight: bold;
width: 100px;
float: left;
text-align: right;
padding-right: 10px;
}
p.no-ident {
margin-bottom: 0;
margin-top: 0;
}
fieldset {
padding-top: 4px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
}
#uploader div.flash {
border: none;
}
.hidden {
display: none;
}
div.upload_select {
float: right;
white-space: nowrap;
line-height: 1.4em;
padding-left: 10px;
font-size: 0.9em;
}
div.upload_select input, div.upload_select select {
font-size: 0.9em;
}
input[type="checkbox"] {
margin: 1px;
}
.plupload_scroll {
max-height: 1000px;
min-height: 175px;
}
.ui-resizable-s {
bottom: 0px;
}