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
86c8090f
Commit
86c8090f
authored
Feb 04, 2017
by
Zosman
Browse files
stylistic fixes and spacing cuz it was annoying me
parent
b45b9551
Pipeline
#834
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 @
86c8090f
...
...
@@ -29,8 +29,8 @@ SRCT Go • Administration Panel
<!-- define the div where we can select users from a table to judge them -->
<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.."
>
<h3>
Users awaiting moderation
</h3>
<form
method=
"post"
action=
"useradmin"
>
<!-- csrf protection -->
{% csrf_token %}
...
...
@@ -145,12 +145,12 @@ SRCT Go • Administration Panel
<!-- define the table that displays blocked users and allows us to unblock them -->
<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 %}
<table
class=
"table table-striped table-hover"
id=
"blockedTable"
>
<input
class=
"inputfilter"
type=
"text"
id=
"blockedInput"
onkeyup=
"filterBlocked()"
placeholder=
"Search for Full names.."
>
<h3>
Blocked Users
</h3
>
<form
method=
"post"
action=
"useradmin"
>
<!-- csrf protection -->
{% csrf_token %}
<table
class=
"table table-striped table-hover"
id=
"blockedTable"
>
<!-- define the header row -->
<thead>
<tr>
...
...
@@ -218,8 +218,8 @@ SRCT Go • Administration Panel
<!-- define the table of current users -->
<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.."
>
<h3>
Current Users
</h3>
<form
method=
"post"
action=
"useradmin"
>
<!-- csrf protection -->
{% csrf_token %}
...
...
go/static/css/styles.css
View file @
86c8090f
...
...
@@ -47,6 +47,7 @@ body {
font-size
:
16px
;
padding
:
7px
20px
7px
40px
;
border
:
1px
solid
#ddd
;
margin-bottom
:
12px
;
float
:
right
;
margin-top
:
21px
;
margin-bottom
:
10.5px
;
}
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