You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
384 B
20 lines
384 B
/** |
|
* @file |
|
* Css file for Islandora admin pages |
|
*/ |
|
|
|
/* Solution pack admin page */ |
|
|
|
.islandora-solution-pack-fieldset { |
|
padding-top: 0.5em; |
|
} |
|
|
|
.islandora-solution-pack-fieldset table th, |
|
.islandora-solution-pack-fieldset table td { |
|
width: 30%; |
|
} |
|
|
|
.islandora-solution-pack-fieldset table th:first-child, |
|
.islandora-solution-pack-fieldset table td:first-child { |
|
width: 10%; |
|
}
|
|
|