source: ether_megapoli/trunk/web/resources/css/backoffice.css @ 463

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

MCO

File size: 1.5 KB
Line 
1body {
2    color: #646464;
3}
4
5a {
6    color: #646464;
7}
8
9th {
10    text-align: center;
11}
12
13/** ***************************************************** **/
14/** ********************** CONTAINER ******************** **/
15/** ***************************************************** **/
16
17.containerTitle {
18    color: #778899;
19    padding-left: 236px;
20}
21
22.containerMenu {
23    -moz-border-radius: 4px 4px 4px 4px;
24    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
25    -webkit-border-radius: 4px 4px 4px 4px;
26    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
27    float: left;
28    position: relative;
29    width: 800px;
30    height: 39px;
31    color: #969696;
32    top: 4px;
33    margin-bottom: 18px;
34    padding-left: 10px;
35    font-size: 11px;
36}
37
38.containerTitleContent {
39    background-image: none;
40    color: #778899;
41}
42
43.containerCenter {
44    background: -moz-linear-gradient(white, #778899);
45}
46
47.containerBottom {
48    background-image: none;
49    background-color: #778899;
50}
51
52.containerSorts {
53    float: left;
54    margin-right: 55px;
55}
56
57.containerMcoSorts {
58    float: left;
59    margin-right: 10px;
60}
61
62.containerSortsButton {
63    float: right;
64    margin-right: 50px;
65    margin-top: 9px;
66}
67
68.containerSortsAndSearch {
69    margin-bottom: 19px;
70}
71
72/** ***************************************************** **/
73/** ************************ OTHER ********************** **/
74/** ***************************************************** **/
75#loadingForUser, #loadingForWaitingUser, #loadingForRequest {
76    margin: auto;
77}
78
79.title2 {
80    color: #646464;
81    font-weight: bold;
82}
Note: See TracBrowser for help on using the repository browser.