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
itminedu
flowspy
Commits
b7a29549
Commit
b7a29549
authored
Feb 13, 2012
by
Leonidas Poulopoulos
Browse files
Minor css fixes
parent
a14f0140
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/apply.html
View file @
b7a29549
...
...
@@ -156,14 +156,14 @@ th {
}
div
.roundbox
,
#portsacc
,
#id_comments
{
background-color
:
#F4F4F4
;
border
:
1px
solid
#FFFFFF
;
border-radius
:
5px
5px
5px
5px
;
box-shadow
:
0
0
3px
#AAAAAA
;
clear
:
both
;
float
:
left
;
margin
:
5px
0
5px
8
0px
;
padding
:
10px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
-webkit-border-radius
:
5px
;
-moz-box-shadow
:
0
0
3px
#AAAAAA
;
box-shadow
:
0
0
3px
#AAAAAA
;
-webkit-box-shadow
:
0
0
3px
#AAAAAA
;
background-color
:
#F4F4F4
;
border
:
1px
solid
#FFFFFF
;
clear
:
both
;
float
:
left
;
margin
:
5px
0
5px
10
0px
;
padding
:
10px
;
width
:
620px
;
}
#rule_form_wrapper
{
...
...
@@ -176,7 +176,7 @@ div.roundbox, #portsacc, #id_comments{
#rule_form_container
input
:not
([
type
=
"submit"
]),
#rule_form_container
select
{
background
:
none
repeat
scroll
0
0
#FFFFFF
;
border
:
1px
solid
#DDDDDD
;
border-radius
:
3px
3px
3px
3px
;
-moz-
border-radius
:
3px
;
border-radius
:
3px
;
-webkit-border-radius
:
3px
;
float
:
left
;
font-family
:
"Century Gothic"
,
Helvetica
,
sans-serif
;
font-size
:
13px
;
...
...
@@ -198,11 +198,11 @@ div.roundbox, #portsacc, #id_comments{
}
#rule_form_container
{
background-color
:
#F9F9F9
;
border
:
2px
solid
#FFFFFF
;
border-radius
:
10px
10px
10px
10px
;
box-shadow
:
0
0
3px
#AAAAAA
;
overflow
:
hidden
;
-moz-border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
;
-webkit-border-radius
:
10px
;
-moz-box-shadow
:
0
0
3px
#AAAAAA
;
box-shadow
:
0
0
3px
#AAAAAA
;
-webkit-box-shadow
:
0
0
3px
#AAAAAA
;
background-color
:
#F9F9F9
;
border
:
2px
solid
#FFFFFF
;
overflow
:
hidden
;
width
:
800px
;
}
#rule_form_container
div
label
{
...
...
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