source: extensions/PiwiShack/template/controller.css @ 4350

Last change on this file since 4350 was 4350, checked in by Gotcha, 14 years ago

Mon premier jet...
Pierrick : Il me faudra aussi l'ouverture d'un projet dans le bugtracker, merci.

File size: 494 bytes
Line 
1BODY#thePiwiShackControllerPage #content
2{
3         margin: 1em;
4}
5BODY#thePiwiShackControllerPage #theHeader P {
6         display: none;
7}
8BODY#thePiwiShackControllerPage {
9         min-width: 0;
10}
11TEXTAREA{
12        width: 95%;
13}
14
15.name_share {
16         background: transparent;
17         margin: 10px;
18         margin-right: 30px;
19         margin-left: 30px;
20         padding: 10px
21}
22
23.txt_share {
24         padding: 0 0 0 10px;
25         text-align: left;
26         font-weight: bold;
27}
28
29.img_share {
30         left: 50px;
31         top: 50px;
32         padding:10px;
33}
Note: See TracBrowser for help on using the repository browser.