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

Last change on this file since 9975 was 9975, checked in by mistic100, 13 years ago
  • many corrections
File size: 1.2 KB
Line 
1.result_comment {
2        width:95%;
3        min-height:40px;
4        margin:0 30px;
5}
6
7li.categoryLi.novisible {
8        opacity:0.5;
9}
10
11li.categoryLi.error_cat {
12        border:1px solid #800;
13}
14
15table {
16        width:80%;
17}
18td {
19        width:25%;
20        white-space: nowrap;
21}
22.title {
23        display:block;
24        font-weight:bold;
25        text-align:right;
26        margin-right:10px;
27}
28.title.cluetip:after {
29        margin-left:5px;
30        vertical-align:top;
31}
32.textareas .title.cluetip{
33        text-align:center;
34        margin:20px 0 -10px 0;
35        font-size:1.2em;
36}
37.inputdate {
38        background-image:url('image/calendar.png');
39        background-repeat:no-repeat;
40        background-position:center right;
41        width:85px;
42}
43
44.vtip {
45        cursor:help;
46}
47p#vtip { 
48        display: none; 
49        position: absolute;
50        padding: 10px;
51        left: 5px;
52        font-size: 0.8em;
53        background-color:#222;
54        border:1px solid #666;
55        border-radius:4px;
56        -moz-border-radius:4px;
57        z-index: 9999;
58}
59
60.CR_finished {
61        font-weight:normal;
62        font-size:0.8em;
63        letter-spacing:0.2em;
64        padding-left:10px;
65        color:#a00;
66}
67
68#CR_config tr td:first-child { 
69        max-width:300px; 
70        min-width:300px;
71}
72
73.version_title {
74        float:right;
75        position:relative;
76        top:-24px;
77        margin-bottom:-20px !important;
78        font-size:12px !important;
79        font-style:italic;
80        font-weight:normal;
81}
82.titrePage {
83        clear:right;
84}
Note: See TracBrowser for help on using the repository browser.