Browse Source

Fixed styles

master
Igor Zhukov 10 years ago
parent
commit
fd85744e16
  1. 4
      app/css/app.css
  2. 2
      app/index.html

4
app/css/app.css

@ -996,7 +996,7 @@ textarea.im_message_field { @@ -996,7 +996,7 @@ textarea.im_message_field {
width: 23px;
height: 24px;
margin-top: 4px;
margin-left: 17px;
margin-left: 20px;
}
.icon-paperclip {
@ -1067,7 +1067,7 @@ textarea.im_message_field { @@ -1067,7 +1067,7 @@ textarea.im_message_field {
width: 24px;
height: 22px;
margin-top: 4px;
margin-top: 5px;
}
.icon-camera {

2
app/index.html

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<link rel="stylesheet" href="vendor/angular/angular-csp.css"/>
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="vendor/jquery.nanoscroller/nanoscroller.css"/>
<link rel="stylesheet" href="css/app.css?13"/>
<link rel="stylesheet" href="css/app.css?14"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Webogram">

Loading…
Cancel
Save