Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
ulg
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
labs
ulg
Commits
0785532b
Commit
0785532b
authored
Nov 12, 2012
by
Alix Guillard
Committed by
Tomas Hlavacek
Nov 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment of the form and form margins.
Pure styling fixes.
parent
3587e9a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
src/style.css
src/style.css
+26
-3
No files found.
src/style.css
View file @
0785532b
1
;
2
c
.tbox
{
position
:
absolute
;
display
:
none
;
padding
:
14px
17px
;
z-index
:
900
}
.tbox
{
position
:
absolute
;
display
:
none
;
padding
:
14px
17px
;
z-index
:
900
}
.tinner
{
padding
:
15px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
background
:
#fff
url(images/preload.gif)
no-repeat
50%
50%
;
border-right
:
1px
solid
#333
;
border-bottom
:
1px
solid
#333
}
.tmask
{
position
:
absolute
;
display
:
none
;
top
:
0px
;
left
:
0px
;
height
:
100%
;
width
:
100%
;
background
:
#000
;
z-index
:
800
}
.tclose
{
position
:
absolute
;
top
:
0px
;
right
:
0px
;
width
:
30px
;
height
:
30px
;
cursor
:
pointer
;
background
:
url(images/close.png)
no-repeat
}
...
...
@@ -58,6 +59,8 @@ p {
.form
fieldset
{
border
:
0
;
margin
:
0
;
padding
:
0
5px
5px
;
5px;;
}
...
...
@@ -66,20 +69,26 @@ p {
max-width
:
500px
;
}
.form
select
#commandselect
option
{
min-width
:
300px
;
max-width
:
500px
;
}
.form
label
{
text-align
:
right
;
padding-right
:
20px
;
line-height
:
32px
;
display
:
block
;
float
:
left
;
width
:
300px
;
width
:
250px
;
margin-top
:
10px
;
}
.form
input
,
.form
select
{
display
:
block
;
min-width
:
300px
;
float
:
left
;
margin-top
:
10px
;
font-size
:
16px
;
padding
:
5px
;
border-radius
:
6px
6px
6px
6px
;
...
...
@@ -99,8 +108,22 @@ background: -moz-linear-gradient(top, #F6F6F6, #E0E0E0); /* for firefox 3.6+ *
background
:
-moz-linear-gradient
(
top
,
#FFFFFF
,
#FCFCFC
);
/* for firefox 3.6+ */
border
:
1px
solid
#333333
;
}
.form
select
option
{
background-color
:
#FBFBFB
;
padding
:
1px
5px
;
border
:
0
;
}
.form
select
#routerselect
option
[
value
=
"2"
]
:before
{
content
:
url("http://icons.iconarchive.com/icons/jeanette-foshee/simpsons-08/16/Marge-O-Rama-Officer-Marge-Simpson-2-icon.png")
;
}
.form
select
#routerselect
option
[
value
=
"1"
]
:before
{
content
:
url("http://icons.iconarchive.com/icons/jeanette-foshee/simpsons-02/16/Folder-Homer-icon.png")
;
}
.form
select
#routerselect
option
[
value
=
"0"
]
:before
{
content
:
url("http://icons.iconarchive.com/icons/jeanette-foshee/simpsons-09/16/Lisas-Wedding-Older-Marge-icon.png")
}
.form
br
{
...
...
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