diff options
author | randomdan <randomdan@localhost> | 2011-07-26 18:07:29 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-07-26 18:07:29 +0000 |
commit | a6ae1ef60632b9341ad8f2674d1bbcd225798f73 (patch) | |
tree | 5bd9200bfa8153e50c2dcb882fcacd437ba99b07 | |
parent | Don't blindly mark everything as cached... mark them cached when they've been... (diff) | |
download | gentoobrowse-a6ae1ef60632b9341ad8f2674d1bbcd225798f73.tar.bz2 gentoobrowse-a6ae1ef60632b9341ad8f2674d1bbcd225798f73.tar.xz gentoobrowse-a6ae1ef60632b9341ad8f2674d1bbcd225798f73.zip |
Minor style tweak to make more room for tabs
-rw-r--r-- | gentoobrowse/css/screen.css | 7 |
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; |