source: ether_megapoli/trunk/web/resources/css/visu_parameter_by_pf.css @ 556

Last change on this file since 556 was 556, checked in by vmipsl, 12 years ago

simulation

  • display real data
  • getPlateformsByParameter
File size: 2.4 KB
Line 
1/* ****************** CONTAINERS ************************* */
2#containerPlateforms, #containerParameters, #containerCalendar {
3    margin-top: 10px;
4}
5
6#generalContainerModels, #generalContainerOptions {
7    min-height: 150px;
8}
9
10#containerOptionCalendarSimulation {
11    min-height: 100px;
12    margin-bottom: 15px;
13}
14
15.containerOptionSimulation {
16    float: left;
17    margin-bottom: 25px;
18}
19
20#containerOptionTypes {
21    margin: 3px 0 0 15px;
22}
23
24#containerSimulationPlateforms {
25    margin: 1px 0 0 15px;
26    color: #CD0A0A;
27}
28
29.containerParameter {
30    width: 250px;
31}
32
33#containerOptionTitle, #containerOptionType, #containerOptionCalendar {
34    margin-bottom: 25px;
35}
36
37#containerOptionTitle {
38    margin-right: 22px;
39}
40
41/* Hack pour chrome */
42@media screen and (-webkit-min-device-pixel-ratio:0) {
43    #containerOptionTitle {
44        margin-right: 40px;
45    }
46}
47
48#containerButtons {
49    margin-top: 25px;
50}
51
52#containerOptionPlotsSelect {
53    margin-bottom: 15px;
54    margin-top: 10px;
55}
56
57/* ****************** OTHERS ************************* */
58#NoPlateform, #NoParameter {
59    position: relative;
60    top: 100px;
61    left: 65px;
62    color: #04155D;
63}
64
65.actionButtons {
66/*margin: 0px 22px;*/
67    margin-left: auto;
68    margin-right: auto;
69    max-width: 240px;
70}
71
72#copyright {
73    margin-left: -80em;
74}
75
76.messagesHeight {
77    margin-bottom: 5px;
78}
79
80.messages_number_parameters {
81    color: #806159;
82    font-weight: bold;
83    vertical-align: middle;
84    font-size: 80%;
85    margin-top: 2px;
86}
87
88.select_plot_option .select_item_middle:hover {
89    background-color: #ffffff;
90    color: #70739C;
91}
92
93.toolTipPlots {
94    margin-top: 4px;
95}
96
97.imageExamples {
98    margin: 10px;
99}
100
101.textExamples {
102/*color: #04155D;*/
103    margin-bottom: 10px;
104}
105
106.textExamplesTD {
107    margin: 10px;
108    color: #04155D;
109    text-align: center;
110    font-size: 13px;
111}
112
113/** ************************************ **/
114/** ************ CALENDAR ************** **/
115/** ************************************ **/
116#beginDate, #endDate {
117    background-image: url("../../resources/icons/calendrier-icone-16x16.png");
118    background-position: right center;
119    background-repeat: no-repeat;
120}
121
122div.leftField {
123    float: left;
124}
125
126div.rightField {
127    float: right;
128    margin-right: 53px;
129}
130
131/** ************************************ **/
132/** ************ BUTTONS *************** **/
133/** ************************************ **/
134#button_clear_calendar_simulation {
135    margin-top: 15px;
136}
137
138.containerButtonsSimulation {
139    float: right;
140}
Note: See TracBrowser for help on using the repository browser.