mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 09:35:26 +00:00
added nicer style to user page, hooked up search functionality as well
This commit is contained in:
parent
8f9c3da81b
commit
502a0222f2
4 changed files with 4 additions and 4 deletions
|
@ -727,7 +727,7 @@ nav a span.fa {
|
|||
height: 48px;
|
||||
}
|
||||
#userspage section .user h4 {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
margin-bottom: 2px;
|
||||
color: #262626;
|
||||
}
|
||||
|
|
|
@ -648,7 +648,7 @@ nav {
|
|||
}
|
||||
|
||||
h4 {
|
||||
font-size:24px;
|
||||
font-size:20px;
|
||||
margin-bottom:2px;
|
||||
color:@c0;
|
||||
small {
|
||||
|
|
2
server/app/styles/drone.min.css
vendored
2
server/app/styles/drone.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
|
||||
<section>
|
||||
<form class="pure-form search pure-g">
|
||||
<input type="search" placeholder="FILTER" class="pure-u-1" id="search" ng-model="search"/>
|
||||
<input type="search" placeholder="FILTER" class="pure-u-1" id="search" ng-model="search" autofocus />
|
||||
</form>
|
||||
|
||||
<a class="pure-g user" ng-repeat="user in users | filter:search | orderBy: 'login' " href="/admin/users/{{ user.remote }}/{{ user.login}}">
|
||||
|
|
Loading…
Reference in a new issue