source: ether_iasi/trunk/web/resources/css/iasi.css @ 720

Last change on this file since 720 was 720, checked in by cbipsl, 11 years ago

Mise à jour interface quicklook

File size: 1.4 KB
Line 
1/** ***************************************************** **/
2/** ************************ TITLES ********************* **/
3/** ***************************************************** **/
4.title1 {
5    color: #165076;
6    font-weight: bold;
7    font-size: 15px;
8}
9
10.title2 {
11    color: #165076;
12    font-weight: bold;
13}
14
15.titlePage {
16    color: #003D6C;
17    font-weight: bold;
18    font-size: 20px;
19    margin-top: 9px;
20    margin-left: 43px;
21}
22
23.information {
24    margin-bottom: 10px;
25    margin-left: 30px;
26}
27
28/** ***************************************************** **/
29/** ********************** CONTAINER ******************** **/
30/** ***************************************************** **/
31.containerTitle {
32    font-size: 22px;
33    color: #003D6C;
34    font-weight: bold;
35    margin: 0 0 20px 0;
36}
37
38.containerTools {
39    margin: 0 0 0 20px;
40    float: left;
41    width: 900px;
42}
43
44.containerQuickLooks {
45    float: left;
46    margin: 40px 0;
47    width: 900px;
48    text-align: center;
49}
50
51/** ***************************************************** **/
52/** ************************ OTHERS ********************* **/
53/** ***************************************************** **/
54.selectTools {
55    float: left;
56    padding-right: 30px;
57}
58
59#quickLookButton {
60    float: right;
61    margin: 15px 20px 0;
62}
63
64#beginDate {
65    background-image: url("../../resources/icons/calendrier-icone-16x16.png");
66    background-position: right center;
67    background-repeat: no-repeat;
68}
Note: See TracBrowser for help on using the repository browser.