diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-14 07:16:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-14 07:16:15 +0000 |
commit | fecb04f2eccd3e496a91f7996579243366a3a5ab (patch) | |
tree | be14b1ee2bdd2f673d4032158da160ec8b0da2b5 /admin/template/goto/content.css | |
parent | 4d37c48b3cc29f039c46a2b3fb0c4cf3ccbae851 (diff) |
Wigo becomes "goto".
Admin tpl files are moved.
git-svn-id: http://piwigo.org/svn/trunk@2530 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/content.css')
-rw-r--r-- | admin/template/goto/content.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/admin/template/goto/content.css b/admin/template/goto/content.css new file mode 100644 index 000000000..d9bfedb3a --- /dev/null +++ b/admin/template/goto/content.css @@ -0,0 +1,27 @@ +/* $Id$ */ +/* .Content is on every pages so it is common and it will no longer be a specific css */ +.content { margin-right: 1em; margin-bottom: 1em; } +.content h2 { margin-bottom: 3px;} +.content .navigationBar { margin: 10px 0; text-align: center; } +.content form { text-align: left; } +.content dt { margin-bottom: 5px; font-style: italic; + font-size: 110%; } +.content ul.categoryActions a img, ul.categoryActions a { +border:0; margin-bottom:-5px; } +ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside; + padding: 0; text-indent: 0; list-style: none; text-align: center; } +.content div.titrePage ul.categoryActions { float: right; } +.content div.titrePage { padding: 0 0 3px; } +.content ul.categoryActions li { display: inline; } +.content div.comment { margin: 0 0 0.5em 0; padding: 0; + overflow: hidden; width: 100%; /* don't ask why. It's a very usefull trick */ } +.content div.comment a.illustration { + display: block; float: left; margin: 0.5em 0 0 0.5em; } +.content div.comment p.commentHeader { + text-align: right; margin: 0.5em 0.5em 0 0; } +.content div.comment ul.actions { text-align: center; margin: 0.2em; } +.content div.comment blockquote { + margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ } + + /* not used but should be */ +body#thePopuphelpPage .content { margin: 1em; }
\ No newline at end of file |