Changeset - 4d37c3f2a410
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 15 years ago 2011-05-04 16:57:27
marcin@python-works.com
fixed white-space formatting for description in summary page
2 files changed with 20 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1266,6 +1266,23 @@ padding:2px 3px 3px;
 
padding:0 3px 2px;
 
}
 
 
#summary{
 
 
}
 
 
#summary .desc{
 
white-space: pre;
 
width: 100%;
 
}
 
 
#summary .repo_name{
 
font-size: 1.6em;
 
font-weight: bold;
 
vertical-align: baseline;
 
clear:right
 
}
 
 
 
#footer {
 
clear:both;
 
overflow:hidden;
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -24,7 +24,7 @@
 
    </div>
 
    <!-- end box / title -->
 
	<div class="form">
 
	  <div class="fields">
 
	  <div id="summary" class="fields">
 
		 
 
			 <div class="field">
 
			  <div class="label">
 
@@ -59,7 +59,7 @@
 
	             %endif
 
	             
 
	              ##REPO NAME
 
			      <span style="font-size: 1.6em;font-weight: bold;vertical-align: baseline;clear:right">${h.repo_link(c.dbrepo.groups_and_repo)}</span>
 
			      <span class="repo_name">${h.repo_link(c.dbrepo.groups_and_repo)}</span>
 
                  
 
                  ##FORK
 
		          %if c.dbrepo.fork:
 
@@ -91,9 +91,7 @@
 
			  <div class="label">
 
			      <label>${_('Description')}:</label>
 
			  </div>
 
			  <div class="input-short">
 
			      ${c.dbrepo.description}
 
			  </div>
 
			  <div class="input-short desc">${c.dbrepo.description}</div>
 
			 </div>
 
			
 
			
0 comments (0 inline, 0 general)