source: extensions/music_player/template/style/Sylvia/lecteur.css @ 14095

Last change on this file since 14095 was 14095, checked in by flop25, 12 years ago

feature :
-no more icon used from Pwg core (good for 2.4)

bug correction:
-no more notice : var renamed
-margin left for Sylvia : set to !important
-orthographic mistake

File size: 549 bytes
Line 
1#autre_content
2{
3width:100%;
4padding:0;
5margin:0;
6}
7#content
8{
9  margin-left: auto !important;
10  margin-bottom:1em;
11  width:100%;
12  border:none;
13 
14}
15#the_page
16{
17width:100%;
18border:none;
19  }
20body {
21min-width: inherit;
22width:100%;
23}
24#cache
25{
26padding:5px
27}
28#close_button
29{
30        margin-right:10px;
31        margin-left:90%;
32}
33#table_content
34{
35        padding:15px;
36}
37#section_up
38{
39        padding-top:5px;
40        text-align:right;
41}
42#section_up A
43{
44        text-decoration:none;
45        border:none;
46}
47/* backgrounds */
48#autre_content, #content, .content, #the_page
49{
50        background:none!important;
51}
Note: See TracBrowser for help on using the repository browser.