source: extensions/GrumPluginClasses/css/gpc.css @ 7310

Last change on this file since 7310 was 7310, checked in by grum, 13 years ago

fix bug on the rbuilder and migrate ajax call on the gpc ajax manager
fix bug:1945
add some functionnalities

File size: 3.3 KB
Line 
1.formtable, .formtable P { text-align:justify; display:block; margin-left:0px; }
2.formtable tr { vertical-align:top; }
3.littlefont { font-size:90%; }
4.littlefont td { padding:1px; }
5table.littlefont th { padding:3px; text-align:left;}
6table.littlefont td { padding:1px 3px; }
7#iprogressbar_contener { margin:0px; padding:0px; display:block; height:20px; border-width:1px; border-style:solid;}
8#iprogressbar_bg { display:block; z-index:100; position:relative; height:20px; }
9#iprogressbar_fg { width:100%; text-align:center; display: block; z-index:200; position:relative; top:-18px;  }
10.nfo ul { margin-top:0em; margin-bottom:1em; }
11.warning { color:#ffffff; background:#dd0000; margin-bottom:8px; margin-top:8px; padding:8px; }
12.warning p, .nfo p { margin-top:0.5em; margin-bottom:0em; }
13.warning ul { margin-top:0em; margin-bottom:0.5em; }
14.pctBarroma { height:6px; background:#FF7700; }
15.pctBarclear { height:6px; background:#005E89; }
16li.groupItems { border:1px solid #666666; margin-bottom:5px; padding:0 5px; width:90%; cursor:move; padding:4px;
17-moz-border-radius:4px;
18-webkit-border-radius:4px;
19-khtml-border-radius:4px;
20border-radius:4px;
21}
22
23.ui-dialog { border-width:1px; border-style:solid; }
24.ui-dialog-buttonpane { padding:4px; }
25.ui-dialog-buttonpane button { margin-right:8px; }
26.ui-dialog-titlebar { font-weight:bold; }
27.ui-dialog-title-dialog { text-align: left; }
28.ui-dialog-titlebar-close { float: right; }
29.ui-dialog-content { overflow:auto; }
30.ui-dialog-container { }
31.ui-dialog-titlebar-close { display:none; }
32
33.ui-widget-overlay { background:#000000; opacity:0.5; filter:alpha(opacity:50); position:absolute; top:0px; left:0px; }
34
35.dialogForm { text-align:left; margin:8px; }
36
37#iDialogProgress { margin:16px 8px 8px; }
38#iDialogProgress p { text-align: center; margin-top: 8px; margin-bottom: 0pt; }
39
40.tabsheet2 {
41display:table;
42font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
43list-style:none; padding: 0 0 0 10px; position:relative; text-decoration:none;
44white-space:nowrap; margin: 0 0 0 -6px;top:-21px;border-bottom:1px solid;
45width:100%;
46}
47.tabsheet2 li { float:left; margin:0 0 0 0; overflow:hidden; text-align:right; border-width:1px; position:relative; }
48.tabsheet2 a {
49display:block; font-size:11px; border:0;
50font-weight:bold; overflow:hidden; padding:2px 6px;
51text-align:right; text-decoration:none; margin: 0; }
52.tabsheet2 a:first-letter { text-transform:capitalize; }
53
54.tabsheet2 li:hover, .tabsheet2 li.selected_tab  {
55padding-top:6px; border-bottom:5px solid;
56 }
57/* .tabsheet a:hover */
58.tabsheet2 a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
59
60
61.helps {
62  background-color:#99DDFF;
63  background-image:url("./../icons/help.png");
64  background-position:5px 5px;
65  background-repeat:no-repeat;
66  color:#0066EE;
67  font-weight:bold;
68  margin:5px;
69  min-height:54px;
70  padding:5px 70px 0 53px;
71  text-align:left;
72}
73
74.warnings, .errors, .helps {
75  -moz-border-radius:4px;
76  -webkit-border-radius:4px;
77  -khtml-border-radius:4px;
78  border-radius:4px;
79  padding-left:60px;
80  margin-bottom:12px;
81}
82.warnings p, .helps p, .errors p {
83  margin:0;
84  padding:0 0 6px;
85  text-align: justify;
86}
87.warnings ul, .helps ul, .errors ul {
88  margin:-6px 0;
89  padding:0 40px 6px;
90}
91.error, input.error {
92  background:#FFAAAA;
93  border:1px solid #800000;
94  color:#800000;
95}
Note: See TracBrowser for help on using the repository browser.