Blame view

frontend/web/css/change.css 629 Bytes
aa6e6170   alex   Доделал мелкие пр...
1
2
3
4
5
6
7
8
9
10
  .phone-header .modal-link {
      bottom:0;
  }
  .fixed-header .phone-header .modal-link {
     bottom:-15px;
  }
  .mail-header table tr td a.sep-lang-a{
      color:#333;
      text-decoration: none;
  }
be2b3be7   alex   правки по формам
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
  
  
  .callback_text_input_label,label.control-label
  {
      margin-top: 12px;
      float: left;
      font-size: 14px;
      font-weight: 500;
  }
  input ,.form-control{
      width: 100%;
      float: left;
      outline: none !important;
      height: 38px;
      background: #f6f6f6;
      border: 1px solid #f6f6f6;
      padding-left: 8px;
      margin-top: 5px;
      resize: none;
      box-shadow: none;
      border-radius: 4px;
  }
  .form-wrapp{
      padding:0 15px;
  }