Skip to content

Commit

Permalink
Merge pull request #196 from kibbon/Back-end
Browse files Browse the repository at this point in the history
Back end
  • Loading branch information
SivilTaram committed Jan 9, 2016
2 parents abc4b5c + 391dc7b commit 91b7023
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 24 deletions.
4 changes: 2 additions & 2 deletions SE_PhysExpeRepo/public/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion SE_PhysExpeRepo/resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link rel="stylesheet" href="./css/mystyle.css">
</head>


<body onload="check()">

<div class="modal fade" id="mymodal-signin">
Expand Down
2 changes: 1 addition & 1 deletion SE_PhysExpeRepo/resources/views/report/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@
</a>
<ul class="dropdown-menu">
<li><a href="{{URL::route('report')}}"><span class="glyphicon glyphicon-flag"></span>&nbsp实验报告中心</a></li>
<li><a href="{{URL::route('tools')}}"><span class="glyphicon glyphicon-wrench"></span>&nbsp 实用小工具</a></li>
<li><a href="{{URL::route('tools')}}"><span class="glyphicon glyphicon-pencil"></span>&nbsp 实用小工具</a></li>
<li class="disabled"><a>其他功能</a></li>
</ul>
</li>
Expand Down
7 changes: 1 addition & 6 deletions SE_PhysExpeRepo/resources/views/tools/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,8 @@
<a href="##" data-toggle="dropdown" class="dropdown-toggle">服务<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<<<<<<< HEAD
<li><a data-toggle="modal" href="{{URL::route('report')}"><span class="glyphicon glyphicon-flag"></span>&nbsp 实验报告中心</a></li>
<li><a data-toggle="modal" href="{{URL::route('tools')}"><span class="glyphicon glyphicon-wrench"></span>&nbsp 实用小工具</a></li>
=======
<li><a data-toggle="modal" href="{{URL::route('report')}}"><span class="glyphicon glyphicon-flag"></span>&nbsp 实验报告中心</a></li>
<li><a data-toggle="modal" href="{{URL::route('tools')}}"><span class="glyphicon glyphicon-wrench"></span>&nbsp 实用小工具</a></li>
>>>>>>> buaase/Back-end
<li><a data-toggle="modal" href="{{URL::route('tools')}"><span class="glyphicon glyphicon-pencil"></span>&nbsp 实用小工具</a></li>
<li class="disabled"><a>其他功能</a></li>
</ul>
</li>
Expand Down
13 changes: 0 additions & 13 deletions wecenter/static/css/default/common.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
@charset "UTF-8";
@font-face {
font-family: 'montserrat';
src: url('../../fonts/montserrat-regular-webfont.eot');
src: local('montserrat-Regular'),
local('montserrat'),
url('../../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/montserrat-regular-webfont.woff2') format('woff2'),
url('../../fonts/montserrat-regular-webfont.woff') format('woff'),
url('../../fonts/montserrat-regular-webfont.ttf') format('truetype'),
url('../../fonts/montserrat-regular-webfont.svg#montserrat') format('svg');
font-weight: 400;
font-style: normal;
}
/* 重载bootstrap部分 */
em{font-style: normal;}
input[type="radio"], input[type="checkbox"]{margin:0;}
Expand Down
14 changes: 13 additions & 1 deletion wecenter/static/css/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'montserrat';
src: url('../fonts/montserrat-regular-webfont.eot');
src: local('montserrat-Regular'),
local('montserrat'),
url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
url('../fonts/montserrat-regular-webfont.woff') format('woff'),
url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
url('../fonts/montserrat-regular-webfont.svg#montserrat') format('svg');
font-weight: 400;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
Expand Down

0 comments on commit 91b7023

Please sign in to comment.