Blame view

frontend/web/css/style/notepad.css 989 Bytes
394e2db6   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  
  .navigation:hover {
      color: #879cc3;
  }
  
  .navigation {
      color: #6b84b5;
      text-decoration: underline;
  }
  
  .vin img {
      margin-bottom: 1px;
  }
  
  .arrow_go {
      padding-bottom: 1px;
  }
  
89d4b5ac   Administrator   VItaliy 25.11.2015
19
  
394e2db6   Administrator   Importers CRUD
20
21
22
23
  
  .choose_tovar{
      width: 960px;
      margin: 20px auto;
394e2db6   Administrator   Importers CRUD
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
      padding-bottom: 32px;
  }
  
  .header {
      height: 28px!important;
      font-size: 13px;
      font-weight: 500;
      background-color: #f5f5f5;
  }
  .choose_tovar tr{
      height: 47px;
  }
  
  .choose_tovar table{
      border-bottom: 3px solid #dfdfdf;
  }
  .choose_tovar table, .choose_tovar td, .choose_tovar tr {
      border: 1px solid #dfdfdf;
      vertical-align: middle;
  }
  
  .choose_tovar td {
      font-size: 13px;
      font-weight: 500;
      padding-left: 13px;
  
  }
  
  .choose_tovar td img{
      margin-left: 4px;
  }
  
  .choose_tovar td a{
     color:#333333;
     text-decoration: none;
  }
  .choose_tovar tr:hover{
      background-color:#ececec;
  }
  
  .header:hover{
      background-color:#f5f5f5!important;
  }
  
  .choose_tovar table{
      border-bottom: 3px solid #dfdfdf
  }