From a7ad21d942402d4890fd5efa5d52286c2f3d809e Mon Sep 17 00:00:00 2001 From: chrisaga Date: Mon, 17 Oct 2005 23:31:14 +0000 Subject: display : in group_list.tpl - wrong form class, mixed html tags, ... display : suppress bullets in admin->synchronize and checkbox under select display : set standard font size to 12pt (untill better solution found) git-svn-id: http://piwigo.org/svn/trunk@898 68402e56-0260-453c-a942-63ccdbb3a9ee --- doc/ChangeLog | 8 ++++++++ template/yoga/admin/group_list.tpl | 7 ++++--- template/yoga/admin/update.tpl | 7 +++++-- template/yoga/default-layout.css | 6 +++--- template/yoga/image.css | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index c8021b96f..05bca550f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2005-10-18 chrisaga + + * display : in group_list.tpl - wrong form class, mixed html tags, ... + + * display : suppress bullets in admin->synchronize and checkbox under select + + * display : set standard font size to 12pt + 2005-10-17 Pierrick LE GALL * improvement: use new function get_language_filepath in about.php diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl index 480307d2f..41e76cf3b 100644 --- a/template/yoga/admin/group_list.tpl +++ b/template/yoga/admin/group_list.tpl @@ -1,10 +1,11 @@ +

{lang:title_groups}

-
+
{lang:Add group} - - + +

diff --git a/template/yoga/admin/update.tpl b/template/yoga/admin/update.tpl index a095573d1..1776b1bdd 100644 --- a/template/yoga/admin/update.tpl +++ b/template/yoga/admin/update.tpl @@ -73,14 +73,17 @@
{L_UPDATE_CATS_SUBSET} - +

diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 9d0b62d6a..85f13e5d0 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -11,7 +11,7 @@ BODY { margin: 5px; padding: 0; - font-size: 100%; + font-size: 12px; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; text-align: center; /* be nice to IE5 */ } @@ -194,13 +194,13 @@ FORM.filter INPUT[type="submit"] { margin-top: 1em; } -FORM.properties UL, FORM#quickconnect UL { +FORM.properties UL, FORM#quickconnect UL, FORM#update UL { list-style-type: none; margin: 0; padding: 0; } -FORM.properties LI, FORM#quickconnect UL { +FORM.properties LI, FORM#quickconnect UL, FORM#update UL { margin-bottom: 0.5em; padding: 0; line-height: 1.8em; diff --git a/template/yoga/image.css b/template/yoga/image.css index 33c73cd6a..7bb2d4f79 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -8,7 +8,7 @@ #imageHeaderBar H2 { /*margin: 1ex 0; override default-layout for less bottom-margin */ text-align: center; - padding-top: 0; + padding: 0; clear: both; } -- cgit v1.2.3