Commit 673c9fb0 authored by Evren Kutar's avatar Evren Kutar

Merge branch 'UI-Improvements-3'

parents 55121dad 52f6af6a
...@@ -74,6 +74,23 @@ a:hover { ...@@ -74,6 +74,23 @@ a:hover {
margin-bottom: 0; margin-bottom: 0;
} }
.buttons-on-bottom {
float:left;
}
.filter-inner {
background-color: #fff;
padding: 15px;
margin-top: 104px;
border: 1px solid #E6E6E6;
}
.filter-inner h4 {
font-family: 'robotobold';
color: #333;
letter-spacing: 0.5px;
}
/** BRAND **/ /** BRAND **/
.brand-bg { .brand-bg {
...@@ -557,6 +574,7 @@ select { ...@@ -557,6 +574,7 @@ select {
margin:10px auto; margin:10px auto;
float:left; float:left;
margin-right:10px; margin-right:10px;
border: 1px solid #E4E4E4;
} }
.sidebar-person-info .identity p.identity-name { .sidebar-person-info .identity p.identity-name {
...@@ -1463,7 +1481,6 @@ table.dataTable thead .sorting:after { ...@@ -1463,7 +1481,6 @@ table.dataTable thead .sorting:after {
padding: 15px; padding: 15px;
width:100%; width:100%;
text-align:center; text-align:center;
background: whitesmoke;
} }
footer span { footer span {
...@@ -1552,6 +1569,10 @@ table.dataTable thead .sorting:after { ...@@ -1552,6 +1569,10 @@ table.dataTable thead .sorting:after {
} }
@media (max-width: 1000px) { @media (max-width: 1000px) {
.personnel-info-container { .personnel-info-container {
width:500px; width:500px;
...@@ -1599,7 +1620,7 @@ table.dataTable thead .sorting:after { ...@@ -1599,7 +1620,7 @@ table.dataTable thead .sorting:after {
.tablescroll{ .tablescroll{
width: 100%; width: 100%;
overflow-x:scroll; overflow-x:auto;
overflow-y:visible; overflow-y:visible;
padding-bottom:1px; padding-bottom:1px;
} }
......
<div style="background: white;"> <div>
<div class="filter-inner">
<h4>Filtrele</h4> <h4>Filtrele</h4>
<hr> <hr>
...@@ -75,4 +76,5 @@ ...@@ -75,4 +76,5 @@
<div style="margin-top: 40px;"> <div style="margin-top: 40px;">
<button type="button" class="btn btn-warning" ng-click="filterSubmit()">Filtrele</button> <button type="button" class="btn btn-warning" ng-click="filterSubmit()">Filtrele</button>
</div> </div>
</div>
</div> </div>
\ No newline at end of file
...@@ -51,21 +51,6 @@ ...@@ -51,21 +51,6 @@
</table> </table>
</div> </div>
<br/> <br/>
<hr/>
<div class="btn-group" ng-if="objects[1]">
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
İşlemler <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="">İşlem 1</a></li>
<li><a href="">İşlem 2</a></li>
<li><a href="">İşlem 3</a></li>
<li role="separator" class="divider"></li>
<li><a href="">İşlem 4</a></li>
</ul>
</div>
<nav ng-if="pagination && pagination.total_pages > 1" class="text-center"> <nav ng-if="pagination && pagination.total_pages > 1" class="text-center">
<ul class="pagination"> <ul class="pagination">
...@@ -86,6 +71,4 @@ ...@@ -86,6 +71,4 @@
</ul> </ul>
</nav> </nav>
<hr>
</div> </div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment