* small design adjustments

git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@178 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
vit.jonas@gmail.com 2011-06-26 19:41:20 +00:00
parent 5542a7137b
commit 7fdfef5027
3 changed files with 6 additions and 5 deletions

View File

@ -37,7 +37,7 @@ table.entries th.check div.DataTables_sort_wrapper {
}
table.display th {
font-size: 1.2em;
font-weight: bold;
}
table.display tbody tr.even {

View File

@ -5,7 +5,7 @@
.plupload_button {cursor: pointer;}
.plupload_wrapper {
font: normal 11px Verdana,sans-serif;
/* font: normal 11px Verdana,sans-serif; */
width: 100%;
}
@ -33,10 +33,11 @@ div.plupload .plupload_file {border-width: 0 0 1px 0}
*/
.plupload_header_title {
font: normal 18px sans-serif;
font-size: 1.2em;
padding: 6px 0 3px;
}
.plupload_header_text {font: normal 12px sans-serif;}
.plupload_header_text {
}
.plupload_filelist,
.plupload_filelist_content {

View File

@ -29,7 +29,7 @@ Redmine::Plugin.register :redmine_dmsf do
name "DMSF"
author "Vít Jonáš"
description "Document Management System Features"
version "0.9.1"
version "1.0.0 dev"
url "https://code.google.com/p/redmine-dmsf/"
author_url "mailto:vit.jonas@gmail.com"