Parcourir la source

Prevent icons clipping on gantt.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5076 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.2.0
Jean-Philippe Lang il y a 13 ans
Parent
révision
b1cc8511c7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      public/stylesheets/application.css

+ 2
- 2
public/stylesheets/application.css Voir le fichier

@@ -792,7 +792,7 @@ background-image:url('../images/close_hl.png');
}

.gantt_subjects { font-size: 0.8em; }
.gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }

.task {
position: absolute;
@@ -801,7 +801,7 @@ background-image:url('../images/close_hl.png');
color:#888;
padding:0;
margin:0;
line-height:0.8em;
line-height:16px;
white-space:nowrap;
}


Chargement…
Annuler
Enregistrer