Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
b45b9551
Commit
b45b9551
authored
Feb 04, 2017
by
Zosman
Browse files
styling stuff
parent
b0763678
Pipeline
#833
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/admin/useradmin.html
View file @
b45b9551
...
...
@@ -30,10 +30,10 @@ SRCT Go • Administration Panel
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h3>
Users awaiting moderation
</h3>
<input
class=
"inputfilter"
type=
"text"
id=
"appliedInput"
onkeyup=
"filterApplied()"
placeholder=
"Search for Full names.."
>
<form
method=
"post"
action=
"useradmin"
>
<!-- csrf protection -->
{% csrf_token %}
<input
class=
"inputfilter"
type=
"text"
id=
"appliedInput"
onkeyup=
"filterApplied()"
placeholder=
"Search for Full names.."
>
<!-- define out table of users that need approval -->
<table
class=
"table table-striped table-hover"
id=
"appliedTable"
>
<!-- define the header row -->
...
...
@@ -146,11 +146,10 @@ SRCT Go • Administration Panel
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h3>
Blocked Users
</h3>
<input
class=
"inputfilter"
type=
"text"
id=
"blockedInput"
onkeyup=
"filterBlocked()"
placeholder=
"Search for Full names.."
>
<form
method=
"post"
action=
"useradmin"
>
<!-- csrf protection -->
{% csrf_token %}
<input
class=
"inputfilter"
type=
"text"
id=
"blockedInput"
onkeyup=
"filterBlocked()"
placeholder=
"Search for Full names.."
>
<table
class=
"table table-striped table-hover"
id=
"blockedTable"
>
<!-- define the header row -->
<thead>
...
...
@@ -220,11 +219,10 @@ SRCT Go • Administration Panel
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h3>
Current Users
</h3>
<input
class=
"inputfilter"
type=
"text"
id=
"currentInput"
onkeyup=
"filterCurrent()"
placeholder=
"Search for Full names.."
>
<form
method=
"post"
action=
"useradmin"
>
<!-- csrf protection -->
{% csrf_token %}
<input
class=
"inputfilter"
type=
"text"
id=
"currentInput"
onkeyup=
"filterCurrent()"
placeholder=
"Search for Full names.."
>
<table
class=
"table table-striped table-hover "
id =
"currentTable"
>
<!-- define the header row -->
<thead>
...
...
go/static/css/styles.css
View file @
b45b9551
...
...
@@ -43,9 +43,10 @@ body {
.inputfilter
{
background-position
:
10px
12px
;
background-repeat
:
no-repeat
;
width
:
100
%
;
width
:
35
%
;
font-size
:
16px
;
padding
:
7px
20px
7px
40px
;
border
:
1px
solid
#ddd
;
margin-bottom
:
12px
;
float
:
right
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment