diff options
author | plegall <plg@piwigo.org> | 2011-03-21 21:44:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-21 21:44:46 +0000 |
commit | 7aac5bba792d0929a5a1585dcad21651b82145b7 (patch) | |
tree | 94c256ab03977cd868e4c64cab89e57dc9d4f975 /admin/themes/default/content.css | |
parent | 00165690244af4c05097566b952a4e568f2eb1af (diff) |
merge admin "default" theme *.css into a single theme.css
git-svn-id: http://piwigo.org/svn/trunk@9814 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/content.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/admin/themes/default/content.css b/admin/themes/default/content.css deleted file mode 100644 index 149301214..000000000 --- a/admin/themes/default/content.css +++ /dev/null @@ -1,26 +0,0 @@ -/* .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: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;} -.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 */ -#thePopuphelpPage .content { margin: 1em; }
\ No newline at end of file |