Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
8cee33e0
Commit
8cee33e0
authored
Nov 01, 2006
by
olav%bkor.dhs.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi
Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk
parent
3ebf812b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
global.css
skins/standard/global.css
+9
-0
show_bug.css
skins/standard/show_bug.css
+0
-3
No files found.
skins/standard/global.css
View file @
8cee33e0
...
@@ -292,3 +292,12 @@ dl dl > dt {
...
@@ -292,3 +292,12 @@ dl dl > dt {
background-color
:
#fff
;
background-color
:
#fff
;
}
}
}
}
.field_label
{
text-align
:
right
;
vertical-align
:
top
;
font-weight
:
bold
;
}
.field_value
{
vertical-align
:
top
;
}
skins/standard/show_bug.css
View file @
8cee33e0
...
@@ -13,6 +13,3 @@
...
@@ -13,6 +13,3 @@
* Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
* Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
*/
*/
.field_label
{
text-align
:
right
;
}
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