source: trunk/template/yoga/popuphelp.css @ 862

Last change on this file since 862 was 862, checked in by plg, 19 years ago
  • improvement: long localized messages are in HTML files instead of $lang array. This is the case of admin/help and about pages.
  • deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists, check_date_format, date_convert, get_category_directories, get_used_metadata_list, array_remove, pwg_write_debug, get_group_restrictions, get_all_group_restrictions, is_group_allowed, style_select, deprecated_getAttribute).
  • new: many new contextual help pages to replace descriptions previously included in pages.
  • modification: reorganisation of language files. Deletion of unused language keys, alphabetical sort. No faq.lang.php anymore (replaced by help.html). Only done for en_UK.iso-8859-1.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 359 bytes
Line 
1BODY#thePopuphelpPage #copyright {
2  display: none;
3}
4
5BODY#thePopuphelpPage #theHeader P {
6  display: none;
7}
8
9BODY#thePopuphelpPage #content P {
10  text-align: justify;
11  padding: 0.5em;
12}
13
14BODY#thePopuphelpPage #content OL LI,
15BODY#thePopuphelpPage #content UL LI
16{
17  margin-bottom: 0.5em;
18}
19
20BODY#thePopuphelpPage P#pageBottomActions A {
21  border: none;
22}
Note: See TracBrowser for help on using the repository browser.