Skip to content

Commit

Permalink
Merge pull request #1 from SiTLar/master
Browse files Browse the repository at this point in the history
sync cherez zhopu
  • Loading branch information
payalnik committed Jun 3, 2015
2 parents e466a56 + acea513 commit 9bb5aed
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 116 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ var gConfig = {
"serverURL":"http://twinspect.net:3000/v1/"
, "front":"http://moimosk.ru/Frf_dev/"
, "static":"http://moimosk.ru/Frf_dev/static/"
, "offset":"25"
, "offset":"30"

}
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<head>
<script type="text/javascript" src="/static/templates.json" > </script>
<script type="text/javascript" src="/static/config.json" ></script>
<script type="text/javascript" src="/static/parser.js" > </script>
<script type="text/javascript" src="/static/utils.js" > </script>
<script type="text/javascript" src="/static/Autolinker.min.js"></script>
<script type="text/javascript" src="/static/parser.js" > </script>
<link rel="stylesheet" type="text/css" href="/static/main.css" media="screen"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
6 changes: 6 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ margin-right:0.3em;
}
.nodeAuth{
margin: 10% auto 0 auto;
position: absolute;
top: 0;
right: 0;
left: 0;

padding: 20px ;
overflow: hidden;
border: none;
width: 300px;
z-index: 100;
color: rgba(40,40,40,1);
-o-text-overflow: clip;
text-overflow: clip;
Expand Down
Loading

0 comments on commit 9bb5aed

Please sign in to comment.