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
528e7428
Commit
528e7428
authored
Sep 22, 2016
by
Michael Ritter
Browse files
Move search table css into style.css
parent
9c4959e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/status.jsp
View file @
528e7428
...
...
@@ -133,56 +133,7 @@
background-color
:
#e8e8e8
;
}
#searchtable
{
margin-top
:
10px
;
margin-bottom
:
-10px
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
650px
;
}
.input
{
padding
:
2px
;
display
:
flex
;
width
:
650px
;
}
.input-group-addon
{
border
:
1px
solid
#ccc
;
font-size
:
12px
;
background-color
:
#e8e8e8
;
text-align
:
center
;
width
:
75px
;
height
:
20px
;
line-height
:
20px
;
padding
:
3px
10px
;
}
.form-input
{
border
:
1px
solid
#ccc
;
width
:
100%
;
height
:
20px
;
padding
:
3px
8px
;
margin-left
:
-1px
;
margin-right
:
5px
;
}
.form-select
{
border
:
1px
solid
#ccc
;
width
:
100%
;
padding
:
3px
8px
;
margin-left
:
-3px
;
margin-right
:
5px
;
}
.btn
{
padding
:
2px
;
width
:
75px
;
height
:
25px
;
border
:
1px
solid
#e8e8e8
;
margin-left
:
2px
;
margin-top
:
2px
;
}
</style>
</head>
...
...
@@ -344,8 +295,6 @@
<table
id=
"linktable"
>
<tr>
<td
align=
"left"
>
<%-- <a href="Status?count=${count}">|<</a>
<a href="Status?page=${page - 1}&count=${count}"><<</a> --%>
<a
href=
"${page.first}"
>
|
<
</a>
<a
href=
"${page.previous}"
>
<<
</a>
</td>
...
...
@@ -356,9 +305,6 @@
<a
href=
"${page.getCount(1000)}"
>
1000
</a>
</td>
<td
align=
"right"
>
<%--
<a href="Status?page=${page + 1}&count=${count}">>></a>
<a href="Status?count=${count}&start=0&top=0">>|</a> --%>
<a
href=
"${page.next}"
>
>>
</a>
<a
href=
"${page.end}"
>
>
|
</a>
</td>
...
...
ace-am/src/main/webapp/style.css
View file @
528e7428
body
{
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-size
:
10px
;
width
:
750px
;
border
:
1px
solid
#000000
;
...
...
@@ -13,10 +13,19 @@ h1 {
margin-left
:
10px
;
}
a
:link
,
a
:visited
{
font-size
:
12px
;
color
:
#003388
;
text-decoration
:
none
;
}
a
:hover
{
color
:
#0066CC
;
}
a
:link
,
a
:visited
{
font-size
:
12px
;
color
:
#003388
;
text-decoration
:
none
;}
a
:hover
{
color
:
#0066CC
;}
a
img
{
border
:
none
;
}
a
img
{
border
:
none
;
}
input
{
font-size
:
12px
;
...
...
@@ -29,13 +38,16 @@ input {
margin-left
:
50px
;
margin-right
:
50px
;
}
.menuheader
{
float
:
right
;
}
.menuheader
table
{
}
/**
.menubar {
padding: 0px;
...
...
@@ -79,7 +91,6 @@ width: 100%;
text-align
:
center
;
}
.footer
{
/*padding-left: 50px;*/
text-align
:
center
;
...
...
@@ -101,7 +112,7 @@ vertical-align: top;
.submitLink
{
color
:
#4444cc
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
background-color
:
transparent
;
text-decoration
:
underline
;
border
:
none
;
...
...
@@ -120,8 +131,6 @@ vertical-align: top;
font-size
:
small
;
}
#statustable
thead
{
background-color
:
#e8e8e8
;
}
...
...
@@ -130,7 +139,7 @@ vertical-align: top;
border-bottom
:
1px
dotted
#555
;
}
#statustable
tr
td
{
#statustable
tr
td
{
padding-left
:
5px
;
}
...
...
@@ -163,10 +172,10 @@ vertical-align: top;
}
#settingsTable
{
font-size
:
small
;
border
:
1px
solid
#000000
;
margin-left
:
5%
;
margin-right
:
5%
;
font-size
:
small
;
border
:
1px
solid
#000000
;
margin-left
:
5%
;
margin-right
:
5%
;
}
.settingsRow
{
...
...
@@ -178,9 +187,9 @@ vertical-align: top;
}
.settingsName
{
width
:
200px
;
float
:
left
;
margin-left
:
2px
;
width
:
200px
;
float
:
left
;
margin-left
:
2px
;
}
.settingsVal
{
...
...
@@ -193,7 +202,7 @@ vertical-align: top;
float
:
left
;
}
.dropDownContainer
{
.dropDownContainer
{
margin
:
0
;
padding
:
0
;
width
:
100%
;
...
...
@@ -201,15 +210,66 @@ vertical-align: top;
}
.collName
{
margin
:
1px
;
color
:
#000
;
padding
:
3px
10px
;
cursor
:
pointer
;
position
:
relative
;
background-color
:
#eee
;
margin
:
1px
;
color
:
#000
;
padding
:
3px
10px
;
cursor
:
pointer
;
position
:
relative
;
background-color
:
#eee
;
}
.ingestContent
{
padding
:
5px
10px
;
background-color
:
#fff
;
}
\ No newline at end of file
padding
:
5px
10px
;
background-color
:
#fff
;
}
#searchtable
{
margin-top
:
10px
;
margin-bottom
:
-10px
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
650px
;
}
.input
{
padding
:
2px
;
display
:
flex
;
width
:
650px
;
}
.input-group-addon
{
border
:
1px
solid
#ccc
;
font-size
:
12px
;
background-color
:
#e8e8e8
;
text-align
:
center
;
width
:
75px
;
height
:
20px
;
line-height
:
20px
;
padding
:
3px
10px
;
}
.form-input
{
border
:
1px
solid
#ccc
;
width
:
100%
;
/* height: 20px; */
padding
:
3px
8px
;
margin-left
:
-1px
;
margin-right
:
5px
;
}
.form-select
{
border
:
1px
solid
#ccc
;
width
:
100%
;
padding
:
3px
8px
;
margin-left
:
-3px
;
margin-right
:
5px
;
}
.btn
{
padding
:
2px
;
width
:
75px
;
height
:
25px
;
border
:
1px
solid
#e8e8e8
;
margin-left
:
2px
;
margin-top
:
2px
;
}
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