diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-13 01:39:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-13 01:39:52 +0000 |
commit | ecb3d732446f85f73f94d9d0911a272655fd6810 (patch) | |
tree | 5a87227f754b27c597cac6d36d610bd48fec462f /public | |
parent | f23e589e3e58c40c576a87848913b1501943a7c3 (diff) | |
download | redmine-ecb3d732446f85f73f94d9d0911a272655fd6810.tar.gz redmine-ecb3d732446f85f73f94d9d0911a272655fd6810.zip |
code layout clean up application.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5304d946b..911646104 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -396,7 +396,7 @@ p.pagination {margin-top:8px;} .tabular p{ margin: 0; padding: 5px 0 8px 0; -padding-left: 180px; /*width of left column containing the label elements*/ +padding-left: 180px; /* width of left column containing the label elements */ height: 1%; clear:left; } @@ -407,9 +407,10 @@ html>body .tabular p {overflow:hidden;} font-weight: bold; float: left; text-align: right; -margin-left: -180px; /*width of left column*/ -width: 175px; /*width of labels. Should be smaller than left column to create some right -margin*/ +/* width of left column */ +margin-left: -180px; +/* width of labels. Should be smaller than left column to create some right margin */ +width: 175px; } .tabular label.floating{ @@ -929,8 +930,8 @@ padding-bottom: 3px; img.gravatar { padding: 2px; - border: solid 1px #d5d5d5; - background: #fff; + border: solid 1px #d5d5d5; + background: #fff; } div.issue img.gravatar { |