source: branches/2.1/admin/themes/default/content.css @ 6276

Last change on this file since 6276 was 6276, checked in by plg, 14 years ago

merge r6265 from trunk to branch 2.1

Correct text alignement in .infos, .errors
30px => 53px

File size: 1.4 KB
Line 
1/* .Content  is on every pages so it is common and it will no longer be a specific css */
2.content { margin-right: 1em; margin-bottom: 1em; }
3.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
4.content .navigationBar { margin: 10px 0; text-align: center; }
5.content form { text-align: left; }
6.content dt { margin-bottom: 5px; font-style: italic;
7  font-size: 110%; }
8.content ul.categoryActions a img, ul.categoryActions a { 
9border:0; margin-bottom:-5px; } 
10ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
11  padding: 0; text-indent: 0; list-style: none; text-align: center; }
12.content div.titrePage ul.categoryActions { float: right; }
13.content div.titrePage { padding: 0 0 3px; }
14.content ul.categoryActions li { display: inline; }
15.content div.comment { margin: 0 0 0.5em 0; padding: 0; 
16  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
17.content div.comment a.illustration {
18  display: block; float: left; margin: 0.5em 0 0 0.5em; }
19.content div.comment p.commentHeader {
20  text-align: right; margin: 0.5em 0.5em 0 0; }
21.content div.comment ul.actions { text-align: center; margin: 0.2em; }
22.content div.comment blockquote {
23  margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }
24
25  /* not used but should be */
26body#thePopuphelpPage .content { margin: 1em; }
Note: See TracBrowser for help on using the repository browser.