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
RevLine 
[6768]1.result_comment {
2        width:95%;
3        min-height:40px;
[9572]4        margin:0 30px;
[6768]5}
6
[6782]7li.categoryLi.novisible {
[6768]8        opacity:0.5;
9}
10
[6782]11li.categoryLi.error_cat {
12        border:1px solid #800;
13}
14
[6768]15table {
[6782]16        width:80%;
[6768]17}
18td {
[6782]19        width:25%;
[6768]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}
[9788]32.textareas .title.cluetip{
[6768]33        text-align:center;
34        margin:20px 0 -10px 0;
35        font-size:1.2em;
36}
[9788]37.inputdate {
[6768]38        background-image:url('image/calendar.png');
39        background-repeat:no-repeat;
40        background-position:center right;
[9975]41        width:85px;
[6782]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;
[9572]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;
[9745]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;
[9975]81}
82.titrePage {
83        clear:right;
[6768]84}
Note: See TracBrowser for help on using the repository browser.