Revision ed2f0452 snf-astakos-app/astakos/im/static/im/css/modules.css

b/snf-astakos-app/astakos/im/static/im/css/modules.css
350 350
table.alt-style tr td a.open					{ background-position:-16px 0} 
351 351

  
352 352
.projects .details a.edit						{ float:right; margin-left:20px;  }
353
.projects .details .data						{ overflow:hidden; }
353
.projects .details .data						{ overflow:hidden; }

354 354
.projects .editable form textarea				{ width:70%; height:50px; max-width:70%; width:270px; height:120px;}
355 355

  
356 356

  
......
361 361
.quotas-form fieldset legend span				{ color:#222; }
362 362
.quotas-form .with-checkbox .checkbox-widget	{ margin-top:12px; } 
363 363
.quotas-form .with-checkbox span.info 			{ bottom:22px; }
364

  
365 364
.quotas-form .form-row.submit					{ text-align:center; }
366 365
.quotas-form input[type="submit"]				{ margin:15px 0; background-color:#B3B3B3 }
367 366
.quotas-form input[type="submit"]:hover			{ background:#55B577 }
368 367
.quotas-form input[type="submit"]:focus			{ border-color: #B3B3B3}
369 368
.quotas-form input[type="submit"]:focus:hover	{ border-color: #55B577}
370
.quotas-form fieldset ul						{ padding:0; margin:0 0 1em; }
369
.quotas-form fieldset ul						{ padding:0; margin:0 0 1em; position:relative; }
371 370
.quotas-form fieldset ul li						{ list-style:none outside none; float:left; padding:0 0 0 60px; margin:0; }
372 371
.quotas-form fieldset ul li:first-child			{ padding-left:0; }
373 372
.quotas-form fieldset ul li a					{ display:block; width:82px; height:82px; overflow:hidden; }
374
.quotas-form fieldset ul li a:hover	img			{ margin-top:-151px; }
375
.quotas-form fieldset ul li a.selected img		{ margin-top:-313px; }
376

  
373
.quotas-form fieldset ul li a:hover	img			{ margin-top:-84px; }
374
.quotas-form fieldset ul li a.selected img		{ margin-top:-168px; }
377 375
.quotas-form fieldset ul li a.selected:focus	{ outline:0 none; }
376
.quotas-form fieldset ul li p					{ position:absolute; top:95px; left:0; display: none;}
377
.quotas-form fieldset ul li:hover p				{ display:block; }
378 378
.quotas-form p.msg								{ color:#B3B3B3; }
379 379
.quotas-form a.delete							{ position:absolute; right:0; top:0; color:#B3B3B3; z-index:2 }
380 380
.quotas-form .group								{ display:none; position:relative; background:url(../images/dots.jpg) repeat-x scroll center bottom; margin-bottom:2em; padding-bottom:2em;}
......
391 391
form.quotas-form legend span.info span			{ width:400px; }
392 392
.quotas-form .with-checkbox+.with-checkbox		{ width:196px; }
393 393
 
394
.quotas-form .radios label						{ font-size:1.077em; } 
395
.quotas-form .radios .radio-wrap label			{ width:auto; margin-right:11px;}
396
.quotas-form .radios .radio-wrap>.radio			{ float:left; margin:10px 10px 0 0; }  
397
.quotas-form .radios input[type="text"]			{ width:60px;  margin:9px 15px -9px;  padding:6px; display:none;}
398

  
399 394
/* stats */
400 395
.stats ul										{ margin:0; padding:0; list-style:none outside none; }
401 396
.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}
402 397
.stats .bar										{ padding: 0; text-align:center;  float:left; width:200px;}
403
.quotas-form p.msg								{ color:#B3B3B3; }
404
.quotas-form fieldset legend 					{ margin-bottom:1em; font-size:1.154em }
405
.quotas-form a.delete							{ position:absolute; right:0; top:0; color:#B3B3B3; }
406
.quotas-form .quota								{ display:none; }
407
.quotas-form fieldset ul li.rel+li.rel			{ background:url(../images/quota-related-bg.png) no-repeat left center; }
408
.quotas-form .quota	.with-checkbox input[type="text"] { width:100px; margin:10px 0 0; float:left;}
409
.quotas-form .quota .with-checkbox label		{ position:absolute; left:0; top:0; }
410
.quotas-form .quota .with-checkbox p			{ padding-left:224px; float:left; }
411
.quotas-form .quota .double-checkbox			{ float:left; }
412
.quotas-form .quota .double-checkbox + .double-checkbox label   { display:none; }
413
.quotas-form .quota .double-checkbox + .double-checkbox p		{ padding-left:20px; }
414
.quotas-form .quota .double-checkbox .checkbox-widget			{ position:static; }
415

  
416

  
417
/* stats */
418
.stats ul										{ margin:0; padding:0; list-style:none outside none; }
419
.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}
420
.stats .bar										{ padding:20px 0; text-align:center;  float:left; width:200px;}
421

  
422 398
.stats .bar div									{ width:340px; height:30px; border:1px solid #000;}
423 399
.stats .bar span								{ text-align:right; display:block; height:100%; color:#fff;  line-height:30px; font-size:1.231em; text-indent:50px;}
424 400
.stats .red .bar span							{ background:#ef4f54; }

Also available in: Unified diff