diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 53 |
1 files changed, 40 insertions, 13 deletions
diff --git a/static/profile.css b/static/profile.css index 143aa79..34608aa 100755 --- a/static/profile.css +++ b/static/profile.css @@ -40,7 +40,10 @@ margin-bottom:15; #logavatar{ margin-left:-49; height:22; +background-image:url(/static/leftarrow.png); + background-repeat:no-repeat; + background-position:22 1; margin-top:-22; } @@ -67,17 +70,7 @@ background-image:url(/static/dumpcats2.png); } -#pnav{position:absolute; -padding-left:270; -margin-top:0; -background-position:top; -font-weight:bold; -margin-left:0; -text-align:left; - - -} #upload{ display:inline-block; width:181px; @@ -98,6 +91,18 @@ margin-left:-2; -webkit-border-radius: 5px; -moz-border-radius: 5px;*/ border:solid 1px #eee; + +} +#pnav{position:absolute; +padding-left:270; +margin-top:15; +background-position:top; +font-weight:bold; +margin-left:0; +text-align:left; + + + } #pnavo{ margin-top:-18; @@ -105,7 +110,18 @@ padding:2; width:105; letter-spacing:-2; text-indent:6; - background-image:url(/static/grad2.png); + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; height:32; text-transform:capitalize; background-image:url(/static/upload.png); @@ -123,7 +139,18 @@ height:32; padding:2; border:1px; background-image:url(/static/upload.png); - + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; } #pnav a { @@ -217,7 +244,7 @@ text-overflow: ellipsis-word; text-transform: uppercase; line-height:15px; background-color:#fff; -border:1px solid #eee; +border:1px solid #f0e0d6; border-top-left-radius:15px; border-top-right-radius:15px; -webkit-border-top-left-radius:15px; |
