summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-05-25 00:11:58 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-05-25 00:11:58 +0000
commite320017cf020be4bcba24e6692d841ad89ba36ed (patch)
tree30c0e790858c075457930f810d2759e192ae876e /public/stylesheets
parent0d34c3731b4df639df760851302ab1809f1fcec5 (diff)
downloadredmine-e320017cf020be4bcba24e6692d841ad89ba36ed.tar.gz
redmine-e320017cf020be4bcba24e6692d841ad89ba36ed.zip
Convert the file attachment's description to a label.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3750 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 77275a5a1..49366cc96 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -404,6 +404,12 @@ display: block;
width: auto;
}
+.tabular label.inline{
+float:none;
+margin-left: 5px !important;
+width: auto;
+}
+
input#time_entry_comments { width: 90%;}
#preview fieldset {margin-top: 1em; background: url(../images/draft.png)}