comparison modules/system/admin.css @ 7:fff6d4c8c043 6.3

Drupal 6.3
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:30:28 +0100
parents c1f4ac30525a
children
comparison
equal deleted inserted replaced
6:2cfdc3c92142 7:fff6d4c8c043
1 /* $Id: admin.css,v 1.18 2007/12/22 23:24:25 goba Exp $ */ 1 /* $Id: admin.css,v 1.18.2.1 2008/04/25 21:01:54 goba Exp $ */
2 2
3 /* 3 /*
4 ** Formatting for administration page 4 ** Formatting for administration page
5 */ 5 */
6 div.admin-panel { 6 div.admin-panel {
41 table.package { 41 table.package {
42 width: 100%; 42 width: 100%;
43 } 43 }
44 table.package .description { 44 table.package .description {
45 width: 100%; 45 width: 100%;
46 }
47 table.package .version {
48 direction: ltr;
46 } 49 }
47 div.admin-dependencies, div.admin-required { 50 div.admin-dependencies, div.admin-required {
48 font-size: 0.9em; 51 font-size: 0.9em;
49 color: #444; 52 color: #444;
50 } 53 }