diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-04-04 10:35:24 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-04-04 10:35:24 +0100 |
| commit | 0fb1252ad0cc090e635d59c8016f1bd8d8ad7d0f (patch) | |
| tree | 692e623743675d0ac62b53957db4f1e90be3b0e1 /themes | |
| parent | de2cefc3dde99026c7a9ba59ba503e9b7052df72 (diff) | |
| download | webtrees-0fb1252ad0cc090e635d59c8016f1bd8d8ad7d0f.tar.gz webtrees-0fb1252ad0cc090e635d59c8016f1bd8d8ad7d0f.tar.bz2 webtrees-0fb1252ad0cc090e635d59c8016f1bd8d8ad7d0f.zip | |
Fix #476 - phpinfo
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/_administration/css-1.7.0/style.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/themes/_administration/css-1.7.0/style.css b/themes/_administration/css-1.7.0/style.css index d0dff72718..ea562fa860 100644 --- a/themes/_administration/css-1.7.0/style.css +++ b/themes/_administration/css-1.7.0/style.css @@ -88,6 +88,47 @@ legend { text-decoration: line-through; } +/* Combine bootstrap styling with phpinfo() styling */ +.php-info table { + width: 100%; +} +.php-info .center { + text-align: center; +} +.php-info .center table { + margin: 1em auto; + text-align: left; +} +.php-info .center th { + text-align: center; +} +.php-info td, th { + border: 1px solid #666; + vertical-align: baseline; + padding: 4px 5px; +} +.php-info .e { + background-color: #ccf; + width: 300px; +} +.php-info .h { + background-color: #99c; +} +.php-info .v { + background-color: #ddd; + max-width: 300px; + overflow-x: auto; + word-break: break-all; +} +.php-info .v i { + color: #999; +} +.php-info img { + float: right; + border: 0; +} + +/* jQueryUI Autocomplete */ .ui-autocomplete { padding: 0; border: 1px solid black; |
