~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to web_multilogo/web/static/css/vauxoo-multi.css

  • Committer: Openerp User
  • Author(s): Vauxoo
  • Date: 2012-07-26 20:13:13 UTC
  • Revision ID: openerp@ingelub-erp-20120726201313-cgffyvd3zmqhn2w4

[FIX] bug a la hora de confirmar una orden de venta cuando el producto es de tipo servicio 
tomaba dicho porducto como si este fuera almacenable y tuviera stock cosa que no es asi 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#top {
 
2
background: url(/web_multilogo/static/images/vauxoo/header-background-company.png) top left repeat-x;
 
3
}
 
4
#secondary {
 
5
    border-right: 1px solid #3c3c3c;
 
6
    /* hack to "fix" weird space under bar */
 
7
    border-bottom: 1px solid #5a5858;
 
8
    background: #98989a;
 
9
    padding: 0;
 
10
    vertical-align: top;
 
11
    /* Takes smallest possible width */
 
12
    width: 1px;
 
13
}
 
14
 
 
15
#title-menu {
 
16
float: left;
 
17
margin: 0;
 
18
padding: 4px 0;
 
19
background: none;
 
20
color: black;
 
21
text-shadow: #676768 0 1px 0;
 
22
font-size: 1.2em;
 
23
}
 
24
 
 
25
#sidenav-a li > span {
 
26
    display: block;
 
27
    height: 20px;
 
28
    padding: 0 5px;
 
29
    font-size: 1.1em;
 
30
    background: url(/web_multilogo/static/images/vauxoo/sidenav-link-a.png) 0 100% repeat-x;
 
31
    line-height: 20px;
 
32
    text-decoration: none !important;
 
33
    cursor: pointer;
 
34
    white-space: nowrap;
 
35
}
 
36
 
 
37
#main_nav {
 
38
    background: url(/web_multilogo/static/images/vauxoo/nav-bg-a.png) repeat-x;
 
39
    width: 100%;
 
40
}
 
41
 
 
42
#ajax_loading {
 
43
    background: url("(/web_multilogo/static/images/vauxoo/nav-bg-a.png") repeat-x scroll 0 0 transparent;
 
44
    font-size: 1em;
 
45
    height: 20px;
 
46
    line-height: 20px;
 
47
    padding: 0 10px;
 
48
    position: absolute;
 
49
    position: fixed;
 
50
    font-weight: bold;
 
51
    -moz-border-radius: 0 0 16px 16px;
 
52
    border-radius: 0 0 16px 16px;
 
53
    z-index: 100;
 
54
    color: #FFFFFF;
 
55
    display: none;
 
56
    top: 0;
 
57
    left: 50%;
 
58
    width: 300px;
 
59
    text-align: center;
 
60
}
 
61
 
 
62
 
 
63
p#cmp_logo {
 
64
    float: left;
 
65
    width: 143px;
 
66
    margin: 0 10px 0 0;
 
67
    padding: 0 0 0 0px;
 
68
    background: url(../images/vauxoo/logo-bg.png) repeat-y;
 
69
    line-height: 50px;
 
70
}
 
71
 
 
72
#applications_menu a {
 
73
    display: block;
 
74
    float: left;
 
75
    padding: 0 0 0 3px;
 
76
    background: url(/web_multilogo/static/images/vauxoo/nav-items-a.png) no-repeat;
 
77
    color: #eee;
 
78
    text-shadow: #222 0 1px 0;
 
79
}
 
80
 
 
81
#applications_menu span {
 
82
    display: block;
 
83
    float: left;
 
84
    min-width: 60px;
 
85
    height: 23px;
 
86
    padding: 0 9px 0 6px;
 
87
    background: url(/web_multilogo/static/images/vauxoo/nav-items-a.png) 100% 0 no-repeat;
 
88
    line-height: 22px;
 
89
}
 
90
 
 
91
#corner p.logout a {
 
92
    float: left;
 
93
    height: 34px;
 
94
    padding: 0 10px;
 
95
    background: url(/web_multilogo/static/images/vauxoo/top-logout-a.png) repeat-x;
 
96
    font-size: 1em;
 
97
    line-height: 34px;
 
98
    text-transform: uppercase;
 
99
}
 
100
#corner p.logout a:hover,#corner p.logout a:focus,#corner p.logout a:active {
 
101
    background-image: url(/web_multilogo/static/images/vauxoo/top-over-a.png);
 
102
}