Blame view

frontend/web/css/about_company.css 2 KB
18b850c7   Administrator   Importers CRUD
1
2
3
4
5
  .navigation {
      color: #6b84b5;
      text-decoration: underline;
  }
  
18b850c7   Administrator   Importers CRUD
6
  
18b850c7   Administrator   Importers CRUD
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
71
72
  
  
  .side_menu{
  
  }
  .side_menu-list{
  	list-style-type: none;
  	float:left;
  	font-family: Arial;
  	font-size: 18px;
  
  }
  .side_menu-list li{
  	margin-bottom: 29px;
  }
  
  .side_menu-list > :first-child{
  	margin-top: 21px;
  }
  .side_menu-list a{
  	color:#5c77ad;
  	text-decoration: none;
  }
  
  .tab-content{
  	float:right;
  	width:720px;
  }
  
  .tab-content_header{
  	    font-size: 22px;
      font-weight: 500;
  	margin-bottom: 15px;
  	margin-top: 18px;
  }
  
  .tab-content_article{
  	font-size: 13px;
  	line-height: 19px;
  }
  
  .active a{
  	color:#333333;
  }
  
  .tab-content table{
  	width: auto;
  	margin-top: 21px;
  	    margin-bottom: 29px;
  }
  
  #profile table td{
  	width: 230px;
  }
  .team_header{
  	font-size: 18px;
  	font-weight: 600;
  	height: 31px;
  }
  
  
  .personal_photo{
  	height: 137px;
  	padding-left: 9px;
  
  }
f0e0b86f   OlenaKl   fsgxfsgxf
73
74
75
76
  
  .personal_photo img{
      border-radius: 50%;
  }
18b850c7   Administrator   Importers CRUD
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
  .personal_name{
  	font-size: 18px;
  	height: 27px;
  }
  
  .team_contacts{
  	height: 23px;
  	font-size: 13px;
  }
  
  .team_contacts img{
  	margin-right: 9px;
  }
  
  .long_line{
  	margin-top:57px;
  }
  
  .block_contacts img{
  	margin-right: 9px;
  	 margin-left: 4px;
  
  }
  
  .work_hours{
  	width: 262px;
  		margin-right: 57px;
  }
  
  .work_hours p{
  	font-size: 14px;
  	line-height: 24px
  }
  
  .tab-pane .first_block{
  	float: left;
  	display: inline-block;
  	margin-right: 0;
  	margin-right: 57px;
  	position: relative;
  
  }
  .tab-pane .first_block a{
  
  	color: #6b84b5;
  }
  .work_hours, .block_contacts{
  	display: inline-block;
  	float:left;
  	margin-top: 17px;
  
  }
  
  .first_block{
  	margin-bottom: 40px;
  	margin-top: 40px;
  }
  
  .payment{
  	    margin-top: 10px;
      line-height: 38px;
      font-size: 16px;
  }
  
  .tab-pane .first_block img:nth-child(10){
  	bottom: 7px;
  }
  
  .tab-pane .first_block img:nth-child(5){
  	top:65px;
  }
  
  #messages iframe{
  	width: 720px;
  }
  
  #messages .first_block a{
  	margin-left:0px;
  }
  #messages .first_block{
  	margin-top:18px;
  }
  .first_block a:hover{
    color:#8fa4cc;
  }
  
  .contacts .orange {
      bottom: 7px;
  }
  
  #profile table:nth-child(6){
  	margin-bottom: 0px;
  }
  
  #profile a{
  	text-decoration: none
  }