source: extensions/ContestResults/admin/template/style.css @ 9572

Last change on this file since 9572 was 9572, checked in by mistic100, 13 years ago

[extensions] ContestResults 1.3

  • Add error and success messages on admin page
  • Add Spain (es_ES) thanks to jpr928
  • Contest status is automatic and shows remaining days
  • More flexibility for description fields
  • Compatibility with Piwigo 2.2.0
File size: 1014 bytes
Line 
1.titrePage {
2        clear:right;
3}
4.titrePage h2 {
5        text-align:center;
6}
7
8.result_comment {
9        width:95%;
10        min-height:40px;
11        margin:0 30px;
12}
13
14li.categoryLi.novisible {
15        opacity:0.5;
16}
17
18li.categoryLi.error_cat {
19        border:1px solid #800;
20}
21
22table {
23        width:80%;
24}
25td {
26        width:25%;
27        white-space: nowrap;
28}
29.title {
30        display:block;
31        font-weight:bold;
32        text-align:right;
33        margin-right:10px;
34}
35.title.cluetip:after {
36        margin-left:5px;
37        vertical-align:top;
38}
39div.textareas span.title.cluetip{
40        text-align:center;
41        margin:20px 0 -10px 0;
42        font-size:1.2em;
43}
44input.inputdate {
45        background-image:url('image/calendar.png');
46        background-repeat:no-repeat;
47        background-position:center right;
48}
49
50.vtip {
51        cursor:help;
52}
53p#vtip { 
54        display: none; 
55        position: absolute;
56        padding: 10px;
57        left: 5px;
58        font-size: 0.8em;
59        background-color:#222;
60        border:1px solid #666;
61        border-radius:4px;
62        -moz-border-radius:4px;
63        z-index: 9999;
64}
65
66.CR_finished {
67        font-weight:normal;
68        font-size:0.8em;
69        letter-spacing:0.2em;
70        padding-left:10px;
71        color:#a00;
72}
Note: See TracBrowser for help on using the repository browser.