| 1 |
Index: /Apps/Dev/RadiantCMS/trunk/radiant/public/stylesheets/admin/main.css |
|---|
| 2 |
=================================================================== |
|---|
| 3 |
--- /Apps/Dev/RadiantCMS/trunk/radiant/public/stylesheets/admin/main.css (revision 479) |
|---|
| 4 |
+++ /Apps/Dev/RadiantCMS/trunk/radiant/public/stylesheets/admin/main.css (working copy) |
|---|
| 5 |
@@ -55,9 +55,8 @@ |
|---|
| 6 |
margin-top: -5px; |
|---|
| 7 |
margin-bottom: -20px; |
|---|
| 8 |
line-height: 100%; |
|---|
| 9 |
- padding: .5em; |
|---|
| 10 |
padding-right: 20px; |
|---|
| 11 |
- border-bottom: 2px solid #c00; |
|---|
| 12 |
+ border-bottom: 2px solid #fff; |
|---|
| 13 |
_border-bottom: 0; /* IE only */ |
|---|
| 14 |
text-align: right; |
|---|
| 15 |
} |
|---|
| 16 |
@@ -65,10 +64,13 @@ |
|---|
| 17 |
background-color: #eae3c5; |
|---|
| 18 |
color: black; |
|---|
| 19 |
display: inline; |
|---|
| 20 |
- padding: .5em; |
|---|
| 21 |
+ line-height: 2.05; |
|---|
| 22 |
+ padding: .45em; |
|---|
| 23 |
padding-left: .9em; |
|---|
| 24 |
padding-right: .9em; |
|---|
| 25 |
text-decoration: none; |
|---|
| 26 |
+ white-space: nowrap; |
|---|
| 27 |
+ /*zoom:1;/* IE7 inline padding bug fix, but it makes the tabs taller */ |
|---|
| 28 |
} |
|---|
| 29 |
#navigation a:hover, #navigation a:visited:hover { |
|---|
| 30 |
text-decoration: underline; |
|---|