Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
7966c408
Commit
7966c408
authored
Apr 03, 2017
by
Michael Ritter
Browse files
Fix css in statistics page to match up with the rest of the AM
parent
6bb92135
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/statistics.jsp
View file @
7966c408
...
...
@@ -6,6 +6,22 @@
<title>
Statistics
</title>
<style
type=
"text/css"
>
/**
* some compatibility issues arise between the older css and bootstrap
* a few fixes to make everything in line with the rest of ACE
*/
body
{
width
:
752px
!important
;
margin-top
:
8px
!important
;
}
/**
* alignment for our button
*/
.btn
{
margin-left
:
0
;
}
.form-group-sm
{
width
:
150px
;
}
...
...
Michael Ritter
@shake
mentioned in issue
#33 (closed)
·
Apr 03, 2017
mentioned in issue
#33 (closed)
mentioned in issue #33
Toggle commit list
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