Revision 269e2e22

b/snf-astakos-app/astakos/im/static/im/css/modules.css
417 417
.quotas-form .with-info .double-checks .form-row+.form-row					{ position:absolute; left:224px; top:40px;}
418 418
.quotas-form .with-info .double-checks span.info { left:262px; }
419 419
.quotas-form .with-info .with-checkbox			{ margin-bottom:12px; }	 
420
.quotas-form .quota input[type="text"]			{ width:150px;}
420 421
	 
421 422
	 
422 423
/* stats */
423 424
.stats ul										{ margin:0; padding:0; list-style:none outside none; }
424 425
.stats ul li 									{ margin:0 0 1em 0; padding:0 0 1em 0; list-style:none outside none; background:url(../images/stats-line.jpg) repeat-x left bottom}
425 426
.stats .bar										{ padding: 0; text-align:center;  float:left; width:200px;}
426
.stats .bar div									{ width:340px; height:30px; border:1px solid #000; margin-top:20px;}
427
.stats .bar span								{ text-align:right; display:block; height:100%; color:#222;  line-height:30px; font-size:1.231em; text-indent:50px;}
427
.stats .bar div									{ width:340px; height:30px; border:1px solid #000; margin-top:20px; overflow:hidden;}
428
.stats .bar span								{ text-align:right; display:block; height:100%; color:#222;  line-height:30px; font-size:1.231em; text-indent:10px;}
428 429
.stats .red .bar span							{ background:#ef4f54; }
429 430
.stats .yellow .bar span						{ background:#f6921e; }
430 431
.stats .green .bar span							{ background:#55b577; }
b/snf-astakos-app/astakos/im/templates/im/astakosuserquota_list.html
11 11
    		<li class="clearfix  {{ r.load_class }} {{ r.name}}">
12 12
    			<div class="img-wrap">&nbsp;</div>
13 13
    			<div class="info">
14
    				<h3>{{ r.description }}</h3>
14
    				<h3>{{ r.description }} </h3>
15 15
    				<p>
16 16
    					{{ r.ratio|floatformat }}% Used<br>
17 17
    					You are using {{ r.currValue }} {{ r.unit }} out of your {{ r.maxValue }}{{ r.unit }} 

Also available in: Unified diff