summaryrefslogtreecommitdiffstats
path: root/skins/standard
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2011-11-30 20:53:50 +0100
committerDave Lawrence <dlawrence@mozilla.com>2011-11-30 20:53:50 +0100
commit5639b2edc8c0d7af299d7b938005d13fe3d64990 (patch)
treeb2028b32e327a616f69176c958430abb6aefcfc9 /skins/standard
parent41eee15be2640ae0435e2ab51f2d9718819341cc (diff)
parentf22bf7ffb8217525a17ec3e1414fa642047f8584 (diff)
downloadbugzilla-5639b2edc8c0d7af299d7b938005d13fe3d64990.tar.gz
bugzilla-5639b2edc8c0d7af299d7b938005d13fe3d64990.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'skins/standard')
-rw-r--r--skins/standard/index.css29
1 files changed, 18 insertions, 11 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css
index 1b28dabd8..1e440cb99 100644
--- a/skins/standard/index.css
+++ b/skins/standard/index.css
@@ -26,7 +26,6 @@
easier on customizers. */
.intro, .outro {
text-align: center;
- width: 20em;
}
/* Hide from NN4 */
@@ -49,24 +48,32 @@
{
font-weight: bold;
}
-
+
.bz_common_actions {
- display: block;
+ text-align: center;
+ }
+ .bz_common_actions ul {
+ list-style-type: none;
+ padding: 0;
+ }
+ .bz_common_actions ul li {
+ display: inline;
+ vertical-align: top;
+ }
+ .bz_common_actions ul li a {
+ display: inline-block;
height: 170px;
width: 145px;
- float: left;
margin: 0 2ex 2em 0;
- text-align: center;
}
- .bz_common_actions span {
+ .bz_common_actions ul li a span {
position: relative;
- top: 95%;
+ top: 90%;
font-weight: bold;
}
- .bz_common_actions,
- .bz_common_actions:visited,
- .bz_common_actions:hover
- {
+ .bz_common_actions a,
+ .bz_common_actions a:visited,
+ .bz_common_actions a:hover {
text-decoration: none;
}
#enter_bug { background: url(index/file-a-bug.png) no-repeat; }