summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse/css/screen.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/gentoobrowse/css/screen.css b/gentoobrowse/css/screen.css
index bb5dfa5..e277be9 100644
--- a/gentoobrowse/css/screen.css
+++ b/gentoobrowse/css/screen.css
@@ -110,6 +110,9 @@ form.generalForm td input {
margin: 0px;
border: 1px solid grey;
background: #eeeeee;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
}
.tabvisible {
display: block;
@@ -119,7 +122,7 @@ form.generalForm td input {
}
.tabhandle a {
text-decoration: none;
- padding: 0 15px;
+ padding: 0 8px 0 10px;
}
.tabhandle {
font-weight: normal;
@@ -127,7 +130,7 @@ form.generalForm td input {
padding: 0 0;
font-size: 14px;
border: 1px solid grey;
- margin: 0 4px;
+ margin: 0 2px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;