diff options
author | rub <rub@piwigo.org> | 2007-03-11 23:02:13 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-11 23:02:13 +0000 |
commit | 051145723de0cb7678d78ebbf74cf5fced4cdd7f (patch) | |
tree | dc8448cd19998ffdec306b36eed92690f4935499 /template/yoga/admin/default-layout.css | |
parent | b79c8aceae62df26ab17049c9ce9330fdac3ab35 (diff) |
Fix Mathias requests about French words.
Rename completely general tab into main tab.
git-svn-id: http://piwigo.org/svn/trunk@1894 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/default-layout.css')
-rw-r--r-- | template/yoga/admin/default-layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index edad24d3f..d6510b133 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -97,10 +97,10 @@ FORM#categoryPermissions LI { white-space: nowrap;
}
-FIELDSET#generalConf SPAN.property {
+FIELDSET#mainConf SPAN.property {
width: 25%;
}
-FIELDSET#generalConf TEXTAREA.description {
+FIELDSET#mainConf TEXTAREA.description {
width: 70%;
}
|